Skip to content

Commit 008fecf

Browse files
committed
Added Snapshots
1 parent 2403fe2 commit 008fecf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

20. Animated Navigation/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
align-items: center;
1212
height: 100vh;
1313
margin: 0;
14+
background-color: black;
1415
}
1516

1617
nav {
@@ -20,7 +21,7 @@ nav {
2021
display: flex;
2122
justify-content: center;
2223
align-items: center;
23-
border-radius: 3px;
24+
border-radius: 10px;
2425
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
2526
transition: width 0.6s linear;
2627
}

SnapShots/AnimatedNavbarClosed.png

19.2 KB
Loading

SnapShots/AnimatedNavbarOpen.png

21.3 KB
Loading

0 commit comments

Comments
 (0)