I’m trying to add a gradient to this header which I have successfully done by adding the following line of code at the bottom of my base.css:
.header {
background: linear-gradient(90deg, rgb(255, 146, 167), rgb(254, 147, 165), rgb(255, 148, 168), rgb(255, 148, 166), rgb(255, 149, 169), rgb(254, 148, 168), rgb(254, 151, 170), rgb(255, 154, 172), rgb(255, 155, 173), rgb(255, 156, 174), rgb(255, 158, 177), rgb(255, 159, 176), rgb(255, 159, 178) );
}
Store: https://zenski.co/
password: utraul
However when I actually go to view the page it looks like this, there are two white areas. I’ve tried inspecting the page and editing around that area but just results in changing the whole background.
What’s going on, what have I done wrong? Thanks in advance any help would be amazing.
