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