We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36459c commit 7e7eee9Copy full SHA for 7e7eee9
54-css loaders/style.css
@@ -1,9 +1,15 @@
1
+* {
2
+ box-sizing: border-box;
3
+}
4
+
5
body {
6
background-color: #fef9f2;
- max-width: 960px;
7
display: flex;
8
+ align-items: center;
9
justify-content: space-around;
- margin: 200px auto;
10
+ height: 100vh;
11
+ overflow: hidden;
12
+ margin: 0;
13
}
14
15
/* spinner */
@@ -15,7 +21,6 @@ body {
21
16
22
17
23
.spinner div {
18
- box-sizing: border-box;
19
24
position: absolute;
20
25
width: 100%;
26
height: 100%;
@@ -145,3 +150,4 @@ body {
145
150
transform: rotateX(0) rotateY(0);
146
151
147
152
153
0 commit comments