10 lines
233 B
HTML
10 lines
233 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
* {
|
|
display: inline-grid;
|
|
grid-template-columns: repeat(9999, minmax(1%, 25054ex) minmax(1%, 2%) 1px) repeat(auto-fit, minmax(1%, 2%));
|
|
}
|
|
</style>
|
|
</head>
|
|
</html>
|