From 2da1e15ddf37342ea0d12b53561b8c2228897619 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 28 Jul 2021 15:09:56 +0200 Subject: [PATCH] Add some more styles --- about.html | 7 +++++++ contact.html | 3 +++ css/index.css | 30 +++++++++++++++++++++++++++--- index.html | 13 +++++++++++-- 4 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 about.html create mode 100644 contact.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..e5d43b3 --- /dev/null +++ b/about.html @@ -0,0 +1,7 @@ + + + + + To be added lol + + diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..e1ae480 --- /dev/null +++ b/contact.html @@ -0,0 +1,3 @@ + + To be added lol + diff --git a/css/index.css b/css/index.css index da72363..368e2ad 100644 --- a/css/index.css +++ b/css/index.css @@ -1,17 +1,41 @@ body { background-color: #282828; + color: #ebdbb2; } h1 { - color: #ebdbb2; text-align: center; font-size: 55px; - margin-top: 10vh; + margin-top: 30vh; } p { - color: #ebdbb2; text-align: center; font-size: 35px; margin-top: 4vh; } + +.navbar-top { + overflow: hidden; + background-color: #1d2021; + border-radius: 7px; +} + +.navbar-top a { + float: left; + display: block; + background-color: #1d2021; + color: #ebdbb2; + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; +} + +.navbar-top a:hover { + background-color: #3c3836; +} + +.navbar-top .float-right { + float: right; +} diff --git a/index.html b/index.html index 94e3313..8bc7e55 100755 --- a/index.html +++ b/index.html @@ -4,7 +4,16 @@ -

Hi there!

-

This is a paragraph

+ +
+

Hi there! Welcome to liveemily.com

+

This is going to be my portfolio website, please stay tuned for any more content that might get added!

+
+