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 20d6ec7 commit b64c9d3Copy full SHA for b64c9d3
style.css
@@ -963,7 +963,7 @@ body {
963
-webkit-animation: snore 5s ease-in-out infinite;
964
animation: snore 5s ease-in-out infinite;
965
transform: rotate(45deg);
966
- /* box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3); */
+ box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
967
}
968
969
.moon .face .eyes{
@@ -1036,8 +1036,8 @@ body {
1036
.wing{
1037
position: absolute;
1038
left: 0;
1039
- right: 0;
1040
top: 0;
+ right: 0;
1041
bottom: 0;
1042
border-radius: 3px;
1043
z-index: -300;
0 commit comments