Add proof of concept gradient only for middle of navbar
Vertically, with hard stops to switch to solid colors right in the middle. Pretty cool.
This commit is contained in:
parent
bc2be283a1
commit
e7ed8485b0
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,18 @@
|
|||
}
|
||||
*/
|
||||
|
||||
.navbar {
|
||||
background: linear-gradient(
|
||||
white,
|
||||
white 20px,
|
||||
lightgreen 20px,
|
||||
green 40px,
|
||||
green 60px,
|
||||
white 60px,
|
||||
white
|
||||
);
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-image: url('/themes/custom/geofresco/images/grassland-wark-forest.jpg');
|
||||
background-position: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue