diff --git a/285674.jpg b/285674.jpg deleted file mode 100644 index 7b2705e..0000000 Binary files a/285674.jpg and /dev/null differ diff --git a/index.css b/index.css index 52aa2ed..0facfcf 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,33 @@ body{ - background-image: url("285674.jpg"); + width: 100vw; height: 100vh; } -s \ No newline at end of file +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 ca66786..f520868 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,14 @@
+ +