9 lines
142 B
CSS
9 lines
142 B
CSS
@custom-media --motionOK (prefers-reduced-motion: no-preference);
|
|
|
|
section {
|
|
block-size: 70vh;
|
|
|
|
display: grid;
|
|
place-items: center;
|
|
}
|