From 546f82bc8fd6ab8cb296d0b0d47d547a13413f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJarelllow=E2=80=9D?= <“jarelllowyongqwee@gmail.com”> Date: Thu, 6 Aug 2020 09:09:23 +0800 Subject: [PATCH] SEI 24 Jarell CSS Positioning --- css/style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/css/style.css b/css/style.css index 412f6d4..06fdc56 100644 --- a/css/style.css +++ b/css/style.css @@ -4,8 +4,48 @@ dark blue: #06365f light blue: #1c5380 */ +/*Universal Styles*/ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; } +div { + +} +a { + text-decoration: none; +} +p { + background-image:"img/frame.png"; + } + +nav span { + display: inline; + font-size: 16px; + font-weight: 300px; + letter-spacing: 2px; + margin:10px 0px 10px 0px; + text-align: center; +} + +h1 { + color:#06365f; +} + +nav a { + color:#06365f; +} + +.buttons { + position:relative; + margin:150px auto; +} + +.one { + margin:100px auto; +} + +.two { +margin:0px 20px 100px 50px; +}