Skip to content

Commit 0411180

Browse files
authored
first commit
1 parent bf9dd5b commit 0411180

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

style.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
html,
2-
body {
1+
html, body {
32
width: 100%;
43
height: 100%;
54
background-color: #292929;
65
padding-top: 50px;
76
}
87

9-
*,
10-
*:before,
11-
*:after {
8+
*, *:before, *:after {
129
box-sizing: border-box;
1310
margin: 0;
1411
padding: 0;
@@ -294,4 +291,4 @@ body {
294291
100% {
295292
transform: scale(1) translateX(0px);
296293
}
297-
}
294+
}

0 commit comments

Comments
 (0)