8 lines
286 B
HTML
8 lines
286 B
HTML
<html>
|
|
<head>
|
|
<style>* {
|
|
grid-template: none/repeat(58, minmax(19443em, max-content) minmax(2vh, max-content)) repeat(auto-fill, 1vw minmax(3%, 1in)) 1px repeat(25817, minmax(25in, min-content))
|
|
</style>
|
|
<button style='display:inline-grid'></button>
|
|
</head>
|
|
</html>
|