blob: f7c40e2c5e6640592dc922fa089ed9d3aa7654eb (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html>
<body>
<div style="width:400px; height:500px; border:2px solid black">
<div style="height:450px"></div>
<div style="height:50px; background:purple"></div>
</div>
</html>
|