From a39729904c63660d4962bdbf43b06a56ff95d504 Mon Sep 17 00:00:00 2001 From: Paoda Date: Sat, 24 Sep 2016 13:32:36 -0500 Subject: [PATCH] did someone say navbar????? --- Dependencies/CSS/style.css | 26 ++++++++++++++++++++++++++ index.html | 22 ++++++++++++---------- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/Dependencies/CSS/style.css b/Dependencies/CSS/style.css index e69de29..f796427 100644 --- a/Dependencies/CSS/style.css +++ b/Dependencies/CSS/style.css @@ -0,0 +1,26 @@ +body{ + height: 100%; + margin: 0rem +} +#navbar{ + opacity: 0.5; + background: black; + margin: 0 auto; + text-align: center; + height: 2.5rem; +} +#navbar ul{ + height: auto; + padding: 0.55rem 0px; + margin: 0rem; +} +#navbar li{ + display: inline; + padding: 1.25rem +} +#navbar a{ + text-decoration: none; + color: white; + padding: 0.5rem; + font-family: Segoe UI Light; +} \ No newline at end of file diff --git a/index.html b/index.html index 460246f..1607d07 100644 --- a/index.html +++ b/index.html @@ -9,16 +9,18 @@ -

- Wow Ain't this site professional! -

- - Real Professional link to Rekai's Portfolio - -
- - Real Professional link to Harrison's Portfolio - +
+ +
\ No newline at end of file