Home › Forums › CSS › Another 100% height issue › Re: Another 100% height issue
April 10, 2013 at 8:09 am
#131240
Participant
Okay I’ve just noticed that actually it wasn’t working, it was off by few pixels. To fix this I use:
background: linear-gradient(to right, #65ad3d 160px, #fff 161px);
background-size: 160px 100%;
background-repeat: no-repeat;