blob: 9910e5e016e5074637a081ffcf9e13b3cc12d052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<style>
* {
grid-column-gap: 3970820911.345316ex !important;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
const style = document.createElement("style")
document.head.appendChild(style)
style.sheet.insertRule(`* { display: inline-flex; }`, 0)
})
</script>
</head>
<img>
<script></script>
<b></b>
<table></table>
</html>
|