diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/style.css b/style.css index 39f126b..1bb255c 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,18 @@ body { - background-color: black; - text-align: center; - color: #43f516; - } + background-color: #3b4252; + margin-left: 70px; + color: #eceff4; + font-family: Helvetica Neue, Helvetica, Arial, sans-serif; +} +a:link { + color: #a3be8c; + } + /* visited link */ + a:visited { + color: #d08770; + } + br { + display: block; + margin-bottom: 0em; +} +h1{font-size:50px; text-align: center;} \ No newline at end of file |