From aadc05c21ba13f4aa8a5629d032878dba661d105 Mon Sep 17 00:00:00 2001 From: cylexVEVO Date: Tue, 26 Feb 2019 19:44:15 -0500 Subject: Website rewrite --- assets/css/index.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/css/index.css (limited to 'assets/css/index.css') diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 0000000..8ef0d39 --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1,21 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i'); + +body { + font-family: 'Roboto', sans-serif; +} + +.bg-dark { + background-color: #333333 !important; +} + +.footer { + height: 40px; +} + +.wrapper { + min-height: 100vh; +} + +p { + margin: 0px; +} \ No newline at end of file -- cgit v1.2.3