2021-03-23 19:43:05 -04:00

7 lines
131 B
CSS

.example {
display: grid;
transition: all 0.5s;
user-select: none;
background: linear-gradient(to bottom, white, black);
}