crystal background css

Solutions on MaxInterview for crystal background css by the best coders in the world

showing results for - "crystal background css"
Amelie
06 Oct 2016
1.crystal {
2  background: linear-gradient(45deg, rgba(120, 120, 250, 0.5) 10%, transparent 10%),
3    linear-gradient(65deg, transparent 70%, rgba(120, 120, 250, 0.5) 70%),
4    linear-gradient(15deg, rgba(120, 120, 250, 0.5) 80%, transparent 80%),
5    linear-gradient(25deg, rgba(120, 120, 250, 0.5) 30%, transparent 30%),
6    linear-gradient(-35deg, rgba(120, 120, 250, 0.5) 50%, transparent 50%),
7    rgba(120, 120, 250, 0.5);
8}