CSS3 purple & black stripe pattern

CSS3 purple & black stripe pattern

You can download the pattern or use the CSS3 code below (you can copy the text).
body {
/* CSS3 pattern provided by JonesPatterns.com */
background-image: linear-gradient(90deg, #000 20%, purple 20%);
background-color:black;
background-size: 50px 50px;
}

  • The picture will open in a new window/tab. You can download the image by right-clicking and save.
  • Preview Pattern
  • Categories: CSS3 Patterns
  • Tags: , , , ,