mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
21 lines
399 B
HTML
21 lines
399 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
#main {
|
||
|
background-color:#dddddd;
|
||
|
position: fixed;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
top: 50px;
|
||
|
right: 0;
|
||
|
bottom: 25px;
|
||
|
left: 0;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
</STYLE>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="main">Some text</div>
|
||
|
</body>
|
||
|
</html>
|