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; +}