From bbb7e1b08096b4db4dda96c4974d490c2f759c18 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 3 Feb 2018 00:54:12 +0100 Subject: [PATCH] css update --- css/app.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index bd4ddf9..b7cf767 100644 --- a/css/app.css +++ b/css/app.css @@ -1,5 +1,5 @@ #maximage div { - cursor:pointer; + cursor: pointer; } @font-face { @@ -56,28 +56,30 @@ body { border-radius: 7px; } -h1 { - color: #000000; - position: fixed; - font-size: 70pt; - font-weight: normal; - text-decoration: none; -} - #magician h1 { color: #000000; + position: fixed; left: 50%; transform: translateX(-50%); bottom: 15%; font-family: "Minotaur", cursive; + font-size: 70pt; + font-weight: normal; + text-decoration: none; + text-align: center; } #developer h1 { color: #ffffff; + position: fixed; left: 50%; transform: translate(-50%); top: 50%; font-family: "Minotaur", monospace; + font-size: 70pt; + font-weight: bold; + text-decoration: none; + text-align: center; } .list .magician { @@ -89,5 +91,5 @@ h1 { .list .developer { color: #ffffff; font-family: "Minotaur", monospace; - font-weight: normal; + font-weight: bold; } \ No newline at end of file