summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-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%;
+}