mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2026-03-22 12:37:13 +11:00
made pretty
This commit is contained in:
parent
37c17dea5b
commit
1372c8fc7f
2 changed files with 8 additions and 2 deletions
|
|
@ -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%;
|
||||||
|
|
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue