Skip to content

Commit 4a6a95d

Browse files
committed
Centered links horizontally inside nav.
1 parent f33e921 commit 4a6a95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter/03-CSS-Fundamentals/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ body {
3333
/* Inheritance example */
3434
nav {
3535
font-size: 18px;
36+
text-align: center;
3637
}
3738

3839
.post-header {

0 commit comments

Comments
 (0)