From bfb9a35f0fd018bb38ca054e8036494f985f5b3f Mon Sep 17 00:00:00 2001 From: HyTeYT Date: Fri, 24 Aug 2018 13:56:02 +0200 Subject: built basic website --- assets/css/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'assets/css/style.css') 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 -- cgit v1.2.3