mirror of
https://github.com/servo/servo.git
synced 2025-07-16 20:03:39 +01:00
11 lines
165 B
HTML
11 lines
165 B
HTML
<style>
|
|
div {
|
|
overflow:hidden;
|
|
display:inline-block;
|
|
position:relative;
|
|
width:100px;
|
|
height:100px;
|
|
background:red
|
|
}
|
|
</style>
|
|
<div></div>
|