forked from mirrors/gecko-dev
MozReview-Commit-ID: AIb0AWU7iiS --HG-- extra : rebase_source : f6277bbe2c8ffd571e32bb886903243df655918e
18 lines
235 B
HTML
18 lines
235 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
margin: 0px;
|
|
}
|
|
div {
|
|
width:200px;
|
|
height:200px;
|
|
display: inline-block;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="background-color:green"></div>
|
|
</body>
|
|
</html>
|