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:
benjamin melançon 2019-07-31 13:37:17 -04:00
parent bc2be283a1
commit e7ed8485b0

View file

@ -15,6 +15,18 @@
} }
*/ */
.navbar {
background: linear-gradient(
white,
white 20px,
lightgreen 20px,
green 40px,
green 60px,
white 60px,
white
);
}
.footer { .footer {
background-image: url('/themes/custom/geofresco/images/grassland-wark-forest.jpg'); background-image: url('/themes/custom/geofresco/images/grassland-wark-forest.jpg');
background-position: center; background-position: center;