1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/layout/reftests/position-dynamic-changes/vertical/style.css
T

20 lines
286 B
CSS

#parent {
position: relative;
width: 400px;
height: 400px;
background: red;
border: 0 solid black;
}
#child {
position: absolute;
width: 100px;
left: 100px;
background: blue;
border: 0 solid black;
}
.floatTop {
width: 10px;
height: 10px;
background: green;
}