25 lines
636 B
HTML
25 lines
636 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
*, LI {
|
|
display: inline-grid;
|
|
grid-row: line_name_1 / auto;
|
|
}
|
|
HTML {
|
|
scale: -102 63;
|
|
}
|
|
* {
|
|
grid: subgrid [ line_name_5 ] / auto-flow dense fit-content(40%);
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
const style = document.createElement('style')
|
|
document.head.appendChild(style)
|
|
const sheet = style.sheet
|
|
sheet.addRule('script', 'position:absolute!important', (820656062 % sheet.cssRules.length))
|
|
})
|
|
</script>
|
|
</head>
|
|
</html>
|