From 8e202698bfeb245087eda9dab6b21ed7a8a2b09d Mon Sep 17 00:00:00 2001 From: yapZiCheng <110884975+yapZiCheng@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:33:29 +0800 Subject: [PATCH] Layout style change -body: background colour powderblu added -form&content-head formatualize coloured borderline --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index b843d6b..e952f3e 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ body { margin: 2em; + background-color: powderblue; } aside { background: #1f8dd6; /* same color as selected state on site menu */ @@ -8,6 +9,11 @@ aside { color: #fff; margin-bottom: 2em; } +form{ + border: 2px solid purple; + +} + textarea { width: 100%; } @@ -16,6 +22,7 @@ textarea { text-transform: uppercase; letter-spacing: 0.1em; margin: 2em 0 1em; + border: 2px solid purple; } .is-center { text-align: center;