diff --git a/src/index.css b/src/index.css index ab28dba..0515d70 100644 --- a/src/index.css +++ b/src/index.css @@ -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; } \ No newline at end of file