From 102797a9e0a61107d3eab145fc0d3c041c198df8 Mon Sep 17 00:00:00 2001 From: Bill Rossi Date: Wed, 13 Jul 2022 22:02:26 -0400 Subject: [PATCH] Ooh style --- index.html | 14 ++++++++++++++ style.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 76b75e8..5000ebb 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,22 @@ Bill Rossi - Software Engineer + + + + +
+ + +

Hello, world!

This page is profoundly and deeply under construction. Check back in a couple of days!

diff --git a/style.css b/style.css new file mode 100644 index 0000000..328f483 --- /dev/null +++ b/style.css @@ -0,0 +1,29 @@ +body { + margin: 0px; + background-color: #5b0605; +} + +header { + display: flex; + justify-content: space-between; + /*width: 100%;*/ + padding: 20px 2%; + /*border-bottom: 2px solid #972308; + background-color: #FFE5B4;*/ +} + +.logo { + font-family: 'Edu VIC WA NT Beginner', cursive; + font-size: 36pt; + color: #e0a94a; + filter: drop-shadow(3px 4px 0px #db832a); + text-decoration: underline dotted; +} + +ul { + margin: 0%; +} + +nav>ul>li { + display: inline; +}