made pretty

This commit is contained in:
Expand-sys 2021-04-20 12:48:20 +10:00
parent 37c17dea5b
commit 1372c8fc7f
2 changed files with 8 additions and 2 deletions

View file

@ -5,7 +5,13 @@
height: 100vh; height: 100vh;
} }
body{ body{
background: #7f8891 ; background: #f4da46;
}
.navbarrr{
background: #bc5b0b;
}
.blue{
background: #46cff2;
} }
.container-large{ .container-large{
padding-left: 10%; padding-left: 10%;

View file

@ -7,7 +7,7 @@ html
link(rel='stylesheet' href='/css/style.css') link(rel='stylesheet' href='/css/style.css')
meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='viewport', content='width=device-width, initial-scale=1.0')
body body
nav.navbar.navbar-expand-lg.navbar-light.bg-light nav.navbar.navbar-expand-lg.navbar-light.navbarrr
.container .container
a.navbar-brand(href='/') a.navbar-brand(href='/')
img(src="../CCashLogo2.png" style="width:75px") img(src="../CCashLogo2.png" style="width:75px")