Skip to content

Commit

Permalink
Update file (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent dec7265 commit adc610b
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,4 @@ a:hover {

h1 {
font-size: 3.2em;
}

/* NavBar */
.container {
font-family: Arial, sans-serif;
margin: 0 auto;
}

nav.navbar {
display: none;
justify-content: space-between;
align-items: center;
padding: 1rem;
background: #eee;
border-bottom: 1px solid #ccc;
}

nav.navbar ul {
display: none;
list-style: none;
margin: 0;
padding: 0;
}

nav.navbar a.nav-link {
text-decoration: none;
color: #333;
}

nav.navbar a.nav-link:hover {
color: #555;
background: #ddd;
}

nav.navbar a.nav-link.active {
font-weight: bold;
}

0 comments on commit adc610b

Please sign in to comment.