12 lines
140 B
HTML
12 lines
140 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
display: contents;
|
|
}
|
|
div::before {
|
|
content: "";
|
|
float: left;
|
|
overflow: scroll;
|
|
}
|
|
</style>
|
|
<div></div>
|