blob: 40357f791e4c65f8d05d5f21c1bcc465bf7bd1c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
|