diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index ba35ed6..affee52 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,14 @@
diff --git a/overons.html b/overons.html new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css index 741e44e..46e4626 100644 --- a/style.css +++ b/style.css @@ -15,8 +15,8 @@ .navbar { display: flex; - align-items: center; - justify-content: center; + align-items: right; + justify-content: right; background-color: #000; padding: 10px 20px; } @@ -38,6 +38,6 @@ } .nav-links a { text-decoration: none; - color: white; + color: rgb(0, 0, 0); font-size: 18px; } \ No newline at end of file