Skip to content

Commit b64c9d3

Browse files
committed
completed..
1 parent 20d6ec7 commit b64c9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ body {
963963
-webkit-animation: snore 5s ease-in-out infinite;
964964
animation: snore 5s ease-in-out infinite;
965965
transform: rotate(45deg);
966-
/* box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3); */
966+
box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
967967
}
968968

969969
.moon .face .eyes{
@@ -1036,8 +1036,8 @@ body {
10361036
.wing{
10371037
position: absolute;
10381038
left: 0;
1039-
right: 0;
10401039
top: 0;
1040+
right: 0;
10411041
bottom: 0;
10421042
border-radius: 3px;
10431043
z-index: -300;

0 commit comments

Comments
 (0)