diff options
Diffstat (limited to 'assets/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 |
