diff options
author | HyTeYT | 2018-08-24 13:56:02 +0200 |
---|---|---|
committer | HyTeYT | 2018-08-24 13:56:02 +0200 |
commit | bfb9a35f0fd018bb38ca054e8036494f985f5b3f (patch) | |
tree | ea30f23a08583763ec436e7c90c693327f662a77 /assets/css/style.css | |
parent | c1105086e4cb55b8a9febd3e6f4db91f20a93ddf (diff) |
built basic website
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8d1c8b6..36e077f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1 +1,18 @@ - +/* #################### */ +/* */ +/* BEAM-Messenger */ +/* by Marvin Borner */ +/* */ +/* #################### */ + +/* This landing page has been Made by Marco Alexander Fischer. */ +/* visit marcoalexanderfischer.de for more! */ + +/* ############################################################################################ */ + +body, * { + text-align: center; + color: white; + background-color: gray; + font-family: Comfortaa; +}
\ No newline at end of file |