13 lines
242 B
HTML
13 lines
242 B
HTML
<!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>
|