Question
How can I modify my CSS to add 5 different colors to the background?
I don't want them to fade into each other, i want hard stops.
Code
I have this codepen demo that I have started. But here is my basic code:
HTML
<div class="header-trim"></div>
CSS
background: linear-gradient(to right, #946f20 20%, #041b2c 20%, #00adf2 20%, #30bc9d 20%, #7f469f 20%);