body{
/**
* Vertical stripes
*/
width: 100vw;
height: 100vh;
background: linear-gradient(to right, #fb3 50%, #58a 0);
background-size: 30px 100%;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.