diff options
author | HyTeYT | 2018-08-24 15:29:33 +0200 |
---|---|---|
committer | HyTeYT | 2018-08-24 15:29:33 +0200 |
commit | edf7da32dd7cd67e74eeb35bb69f31698678a06f (patch) | |
tree | e057178c5163aaa41cd0792990ba88d9aac1fb0f /assets/css | |
parent | bfb9a35f0fd018bb38ca054e8036494f985f5b3f (diff) |
Added animations & donation fabs
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 36e077f..34c4c15 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -12,7 +12,31 @@ body, * { text-align: center; - color: white; - background-color: gray; + background-color: #282828; font-family: Comfortaa; +} + +body { + margin-top: 10rem; +} + +.Main-Content { + color: white; +} + +.Social { + font-size: 35px; +} + +a:visited { + color: white; +} + +a { + color: white; + transition: .5s; +} + +a:hover { + color: #1457c6; }
\ No newline at end of file |