Skip to content

Commit be73bfe

Browse files
authored
add transition property
1 parent fcc7973 commit be73bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DarkModeToggleApp/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
body {margin: 0;padding:0;font-family: 'Montserrat', Arial, Helvetica, sans-serif;}
1+
body {margin: 0;padding:0;font-family: 'Montserrat', Arial, Helvetica, sans-serif; transition: 0.4s;}
22

33
span {
44
position: fixed;
@@ -16,4 +16,4 @@ span:hover {
1616

1717
.margin-top {
1818
margin-top: 250px;
19-
}
19+
}

0 commit comments

Comments
 (0)