From df77bef268367b9f3de97f132301bda48f79dc86 Mon Sep 17 00:00:00 2001 From: Arianne Bayliss <baylissa1@cardiff.ac.uk> Date: Tue, 22 Nov 2022 21:24:28 +0000 Subject: [PATCH] Update css framework.css --- css framework.css | 13 ------------- css_framework.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 13 deletions(-) delete mode 100644 css framework.css create mode 100644 css_framework.css diff --git a/css framework.css b/css framework.css deleted file mode 100644 index 54483b2..0000000 --- a/css framework.css +++ /dev/null @@ -1,13 +0,0 @@ -body{ - background-color: white; - color: black; -} - -header{ - background-color: white; - color: black; - display: block; - margin-left: auto; - margin-right: auto; - float: center; -} diff --git a/css_framework.css b/css_framework.css new file mode 100644 index 0000000..85bdc71 --- /dev/null +++ b/css_framework.css @@ -0,0 +1,32 @@ +header{ + background-color: black; + display: block; + color: black; + margin-left: auto; + margin-right: inherit; + width: 100%; + height: 75%; +} + +button{ + background-color: white; + color: black; + text-align: center; + position: fixed; + margin: inherit; + display: inline-block; + line-height: 20px; + float: center; + width: 10%; + height: 15%; + font-size: 16px; + border-radius: 12px; + padding: 1px 10px; + transform: translate(350%, 50%); + font-family: monospace; + font-style: oblique; + font-weight: bolder; +} + +body{ + display: block; -- GitLab