From 0310912a0f2f916b54a54cfd20db77dd0d787ef5 Mon Sep 17 00:00:00 2001 From: esquizo Date: Sun, 14 Jun 2026 10:26:45 -0300 Subject: movido stylesheets para src/css --- styles/navbar.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 styles/navbar.css (limited to 'styles/navbar.css') diff --git a/styles/navbar.css b/styles/navbar.css deleted file mode 100644 index 2b70356..0000000 --- a/styles/navbar.css +++ /dev/null @@ -1,32 +0,0 @@ -.navbar ul { - list-style-type: none; - margin: 0px; - padding: 0px; - display: flex; - flex-wrap: wrap; - gap: 10px; -} - -.navbar li a { - display: block; - color: #999; - text-decoration: none; - border: dashed 1px; - text-align: center; - padding: 5px 10px; -} - -.navbar li a:hover { - display: block; - color: #000; - background-color: #999; -} - -@media (min-width: 1000px) { - .navbar ul { - display: flex; - flex-direction: column; - gap: 0px; - width: 125px; - } -} -- cgit v1.2.3