Skip to content

Commit

Permalink
Testing display flex for header
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Dec 3, 2024
1 parent 6eeccb0 commit 1341fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ nav ul li a {
text-decoration: none;
}
header {
display: flex;
justify-content: center; /* Center content horizontally */
align-items: center; /* Center content vertically */
background-color: #024959;
Expand Down

0 comments on commit 1341fc4

Please sign in to comment.