8 lines
155 B
Svelte
8 lines
155 B
Svelte
<div id="test-box" class="h-[200vh]"></div>
|
|
|
|
<!-- <style>
|
|
#test-box {
|
|
background: linear-gradient(to bottom, white, black);
|
|
}
|
|
</style> -->
|