diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6f3a291..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5501 -} \ No newline at end of file diff --git a/index.css b/index.css index 6a9c942..0facfcf 100644 --- a/index.css +++ b/index.css @@ -3,3 +3,31 @@ body{ width: 100vw; height: 100vh; } +nav { + background-color: #333; + } + + ul { + list-style-type: none; + margin: 0; + padding: 0; + } + + li { + float: left; + } + + li a { + display: block; + color: rgb(255, 255, 255); + width: 470px; + background-color: rgb(0, 86, 86); + text-align: center; + padding: 14px 16px; + text-decoration: none; + } + + li a:hover { + background-color: #120088; + } + \ No newline at end of file diff --git a/index.html b/index.html index ab8fb0b..f520868 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,14 @@
-