blob: 0d21904b609f0cc0128443d3baa1102a0f0f4af9 [file] [log] [blame]
<!DOCTYPE html>
<style>
#absolute {
position: absolute;
background-color: red;
}
</style>
The text "TEST" should have a red background.
<div id="absolute">TEST</div>