mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
24 lines
290 B
HTML
24 lines
290 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div.test {
|
|
width: 530px;
|
|
height: 500px;
|
|
background-color: black;
|
|
}
|
|
|
|
div.cover {
|
|
width: 500px;
|
|
height: 500px;
|
|
background-color: black;
|
|
position: absolute;
|
|
margin-top: 0px;
|
|
margin-left: 30px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="test">
|
|
</div>
|
|
</body>
|
|
</html>
|