Skip to content

Commit 573a2aa

Browse files
authored
Update style.css
removed the unit succeeding 0 which created a new issue.
1 parent 7640944 commit 573a2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instagram-logo-using-CSS/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body{
2020
border-radius: 35px;
2121
display: grid;
2222
place-items: center;
23-
filter: drop-shadow(0 0mm 2em rgb(160, 144, 144));
23+
filter: drop-shadow(0 0 2em rgb(160, 144, 144));
2424
animation: updown 1s infinite alternate;
2525
}
2626
@keyframes updown {
@@ -66,4 +66,4 @@ body{
6666
left: 75px;
6767
/* right: 10px; */
6868

69-
}
69+
}

0 commit comments

Comments
 (0)