trisquel-icecat/icecat/testing/web-platform/tests/css/css-position/absolute-pos-box-inside-fixed-pos-box-with-changing-height-ref.html
2025-10-06 02:35:48 -06:00

12 lines
165 B
HTML

<!DOCTYPE html>
<style>
.box {
position: absolute;
top: 250px;
left: 0px;
width: 50px;
height: 50px;
background: green;
}
</style>
<div class=box></div>