diff options
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 |