From 53ba59c39dab56533ec965bfdfc28bd98ab38db0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Mar 2023 18:11:06 +0000 Subject: initial commit --- style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..d29f987 --- /dev/null +++ b/style.css @@ -0,0 +1,38 @@ +html, body { + background-color: #A9454A; + display: flex; + justify-content: center; +} +.master { + background-color: #141414; + border: 1vw solid #141414; + position: absolute; + width: 50%; + height: 100vh; +} +header { + text-align: center; + font-size: 1.7vw; +} +#profile { + vertical-align: middle; + margin: 10vw; +} +#font, p { + font-family: sans-serif; + color: white; +} +#link { + font-family: sans-serif; + color: white; +} +#left { + float: left; + text-align: left; + width: 50%; +} +#right { + float: right; + text-align: right; + width: 50%; +} -- cgit v1.2.1