Skip to content

Commit 26bb7f5

Browse files
authored
Create style.css
1 parent 785e054 commit 26bb7f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body { font-family: system-ui, sans-serif; margin: 2rem; line-height: 1.5; }
2+
header { border-bottom: 1px solid #ddd; margin-bottom: 1.5rem; padding-bottom: 1rem; }
3+
h1 { margin: 0 0 .25rem 0; }
4+
h2 { margin-top: 1.5rem; }
5+
a { text-decoration: none; }
6+
a:hover { text-decoration: underline; }

0 commit comments

Comments
 (0)