Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cypghost authored Dec 3, 2023
1 parent fe7eaae commit cacf5e5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Tribute/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,6 @@ header::before {
z-index: -1;
}

nav {
position: fixed;
top: 0;
right: 0;
padding: 2em;
z-index: 1000;
}

nav a {
color: #fff;
text-decoration: none;
font-size: 1.2em;
margin: 0 1em;
transition: color 0.3s ease-in-out;
}

nav a:hover {
color: #ffcc00;
}

section {
margin: 2em;
text-align: center;
Expand Down

0 comments on commit cacf5e5

Please sign in to comment.