mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
17 lines
294 B
HTML
17 lines
294 B
HTML
<html>
|
|
<head>
|
|
<title>Div test case</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div style="border: thin solid black; float: right; width: auto; margin-right:
|
|
5%; text-align: right">
|
|
Today is Wednesday, October 27 1999
|
|
</div>
|
|
|
|
<div style="border: thin solid red">
|
|
what's new
|
|
</div>
|
|
|
|
</body>
|
|
</html> |