CSS Background Pattern Generator
Horizontal Stripes
CSS
/* CSS code for the pattern */
background-image: linear-gradient(0deg, #0e1059 50%, #2c6e82 50%);
background-size: 100% 20px;
background-color: undefined;
Comments
There are no comments yet. Share your thoughts and experience with thousands of others!