From 5e67c358fd6dde62c4d560e65d49c88ccf078de3 Mon Sep 17 00:00:00 2001 From: WillowRo Date: Wed, 16 Dec 2020 22:08:01 +0000 Subject: [PATCH] minor updates to the css adding some colour whilst I work out the layout, also changed the amount of columns to 3 instead of 12, not entirely sure why --- Mainpage.css | 22 +++++++--------------- Mainpage.html | 4 +++- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/Mainpage.css b/Mainpage.css index d25e347..8999fd6 100644 --- a/Mainpage.css +++ b/Mainpage.css @@ -1,7 +1,6 @@ *{ box-sizing: border-box; - - border: 1px solid #ffffff; + /*border-color: #ffffff;*/ color: #ffffff; } @@ -11,23 +10,16 @@ body{ .TitleText{ font-size: 50; + background-color: #ffa500; } [class*="col-"] { float: left; padding: 15px; - } +} + /* columns*/ -.col-1 {width: 8.33%;} -.col-2 {width: 16.66%;} -.col-3 {width: 25%;} -.col-4 {width: 33.33%;} -.col-5 {width: 41.66%;} -.col-6 {width: 50%;} -.col-7 {width: 58.33%;} -.col-8 {width: 66.66%;} -.col-9 {width: 75%;} -.col-10 {width: 83.33%;} -.col-11 {width: 91.66%;} -.col-12 {width: 100%;} \ No newline at end of file +.col-1 {width: 33.3%;} +.col-2 {width: 66.6%;} +.col-3 {width: 100%} diff --git a/Mainpage.html b/Mainpage.html index cacd135..548005c 100644 --- a/Mainpage.html +++ b/Mainpage.html @@ -3,7 +3,9 @@ -
+
Nye_E +
+ \ No newline at end of file