summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorroot <root@zacharyscheiman.com>2023-03-10 18:11:06 +0000
committerroot <root@zacharyscheiman.com>2023-03-10 18:11:06 +0000
commit53ba59c39dab56533ec965bfdfc28bd98ab38db0 (patch)
tree797f54e6f73bae27c3c39a77259be878dced93a0 /style.css
downloadsite-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.gz
site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.tar.bz2
site-53ba59c39dab56533ec965bfdfc28bd98ab38db0.zip
initial commit
Diffstat (limited to '')
-rw-r--r--style.css38
1 files changed, 38 insertions, 0 deletions
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%;
+}