- 0 Downloads
- 1 Views
- Download Now View Demo
- HTML
- CSS
- JavaScript
<div id="bg"></div>
/*Downloaded from https://www.codeseek.co/Thomasvd/a-pen-by-thomasvd-pLHCK */
*{
margin: 0 auto;
padding: 0;
}
#bg{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
background: linear-gradient(-55deg,
#ffeeb0 30%,
#a2d49f 30%,
#a2d49f 40%,
#c7c12f 40%,
#c7c12f 50%,
#f26247 50%,
#f26247 60%,
#ec2045 60%,
#ec2045 70%,
#ffeeb0 70%
);
}
/*Downloaded from https://www.codeseek.co/Thomasvd/a-pen-by-thomasvd-pLHCK */