Skip to content

Commit d2d61e6

Browse files
authored
Update style.css
1 parent 09f9989 commit d2d61e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
html {
2+
font-weight: 400;
3+
font-size: 18px;
4+
line-height: 1.5;
5+
color: #415462;
6+
font-family: system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
27
scroll-snap-type: y mandatory;
38
}
9+
*,
10+
*:before,
11+
*:after{
12+
box-sizing:border-box;
13+
}
414
body {
515
margin: 0;
616
display: grid;

0 commit comments

Comments
 (0)