Skip to content

Commit 351953d

Browse files
committed
feat: Create styles.css
1 parent 29dc902 commit 351953d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
body {
2+
font-family: Avenir, Helvetica, Arial, sans-serif;
3+
-webkit-font-smoothing: antialiased;
4+
-moz-osx-font-smoothing: grayscale;
5+
text-align: center;
6+
color: #2c3e50;
7+
margin-top: 60px;
8+
}

0 commit comments

Comments
 (0)