Skip to content

Commit 93786ba

Browse files
committed
Merge branch 'master' of github.com:merhoo/merhoo.github.io
2 parents db187ad + 96fb828 commit 93786ba

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

css/secrets.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
body {
22
overflow: hidden;
33
position: relative;
4-
left: -100px;
5-
top: -100px;
64
background: #000;
5+
margin: 0;
76
}
87

98
.row {
109
display: flex;
11-
margin-left: 1em;
12-
}
13-
.row:nth-child(2n) {
14-
position: relative;
15-
left: -75px;
1610
}
17-
1811
svg {
1912
margin: 8px;
2013
}
2114

2215
.cell:hover, .cell:visited, .cell:focus {
16+
<<<<<<< HEAD
2317
/* animation: loaderAnim 5s ease-in-out infinite normal forwards; */
18+
=======
19+
animation: rotate 5s ease-in-out infinite normal forwards;
20+
>>>>>>> 96fb828ccb758a7ae33f0cedc2cd03aebf2ba725
2421
padding: 0;
2522
margin: 0;
2623
}
2724

2825

26+
<<<<<<< HEAD
2927
/* @keyframes loaderAnim {
28+
=======
29+
@keyframes rotate {
30+
>>>>>>> 96fb828ccb758a7ae33f0cedc2cd03aebf2ba725
3031
0% {
3132
transform:rotate(0deg);
3233
}

0 commit comments

Comments
 (0)