We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db187ad + 96fb828 commit 93786baCopy full SHA for 93786ba
1 file changed
css/secrets.css
@@ -1,32 +1,33 @@
1
body {
2
overflow: hidden;
3
position: relative;
4
- left: -100px;
5
- top: -100px;
6
background: #000;
+ margin: 0;
7
}
8
9
.row {
10
display: flex;
11
- margin-left: 1em;
12
-}
13
-.row:nth-child(2n) {
14
- position: relative;
15
- left: -75px;
16
17
-
18
svg {
19
margin: 8px;
20
21
22
.cell:hover, .cell:visited, .cell:focus {
+<<<<<<< HEAD
23
/* animation: loaderAnim 5s ease-in-out infinite normal forwards; */
+=======
+ animation: rotate 5s ease-in-out infinite normal forwards;
+>>>>>>> 96fb828ccb758a7ae33f0cedc2cd03aebf2ba725
24
padding: 0;
25
margin: 0;
26
27
28
29
/* @keyframes loaderAnim {
+@keyframes rotate {
30
31
0% {
32
transform:rotate(0deg);
33
0 commit comments