blob: 0a50d28d970019b7a7c791bbd7e2f5cd36d09d6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html style="columns: 2 auto;">
<head>
<style>
div { width:300px; background:yellow; height:50px; }
</style>
</head>
<body style="position: relative; display: table;"><div style="position: absolute;"></div></body>
</html>
|