Better color palette
This commit is contained in:
parent
d38d6d6c33
commit
a62d63e317
|
@ -13,9 +13,18 @@
|
||||||
#3b5249
|
#3b5249
|
||||||
#382933 --- Darkest
|
#382933 --- Darkest
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
New Pallete
|
||||||
|
#ffd4d4 - pinkish
|
||||||
|
#ffffe8 - pale yellow
|
||||||
|
#cde990 - light green
|
||||||
|
#aacb73 - green
|
||||||
|
*/
|
||||||
main {
|
main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-image: linear-gradient(#382933, #3b5249, #1c6758, #3d8361, #519872, #a4b494,#eef2e6);
|
/*background-image: linear-gradient(#382933, #3b5249, #1c6758, #3d8361, #519872, #a4b494,#eef2e6);*/
|
||||||
|
background-color: #ffffe8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div class="" id="navbarSupportedContent">
|
<div class="" id="navbarSupportedContent">
|
||||||
<ul class="navbar-nav navbar-right inline">
|
<ul class="navbar-nav navbar-right inline">
|
||||||
<li class="nav-item px-4 inline">
|
<li class="nav-item px-4 inline">
|
||||||
<NavLink class="nav-item nav-link override-nav-link" href="" Match="NavLinkMatch.All">
|
<NavLink class="nav-item nav-link override-nav-link" href="" Match="NavLinkMatch.All"\>
|
||||||
<span aria-hidden="true"></span> Home
|
<span aria-hidden="true"></span> Home
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
body {
|
.navbar {
|
||||||
|
background-color: #cde990;
|
||||||
|
box-shadow: inset 0 -30px 0px -13px #aacb73;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-name {
|
.brand-name {
|
||||||
|
@ -44,31 +47,3 @@ a.override-brand {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.container {
|
|
||||||
position: relative;
|
|
||||||
text-align: center;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
top: 0;
|
|
||||||
max-width: 100vw;
|
|
||||||
height: 660px;
|
|
||||||
/*
|
|
||||||
background-size: cover;
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
*/
|
|
||||||
border-bottom: 3px solid hotpink;
|
|
||||||
border-top: 3px solid hotpink;
|
|
||||||
}
|
|
||||||
|
|
||||||
.center {
|
|
||||||
margin: auto;
|
|
||||||
text-align: center;
|
|
||||||
width: 50%;
|
|
||||||
padding: 70px 0;
|
|
||||||
font-size: 100px;
|
|
||||||
color: white;
|
|
||||||
border: 1px dashed hotpink;
|
|
||||||
}
|
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
|
|
||||||
|
|
||||||
border-bottom: 3px solid hotpink;
|
|
||||||
border-top: 3px solid hotpink;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue