diff options
| author | cylexVEVO <nexergamingofficial@gmail.com> | 2019-02-26 19:44:15 -0500 |
|---|---|---|
| committer | cylexVEVO <nexergamingofficial@gmail.com> | 2019-02-26 19:44:15 -0500 |
| commit | aadc05c21ba13f4aa8a5629d032878dba661d105 (patch) | |
| tree | 5d3f36eaf1d82833b966178307467be0e0b0a800 /assets/css/index.css | |
| parent | 0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff) | |
| download | silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.gz silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.bz2 silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.zip | |
Website rewrite
Diffstat (limited to 'assets/css/index.css')
| -rw-r--r-- | assets/css/index.css | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
