mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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> |