mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
18 lines
478 B
HTML
18 lines
478 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
today, weather is very cold.....
|
|
</title>
|
|
<style>
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width:500px;height:200px;position:relative;left:100px;top:100px" >
|
|
<img src="test.jpeg" style="width:100px;height:100px;"/><span style="position:relative;left:-200px;top:-100px"><img src="test.jpeg" style="position:relative;left:100px;top:100px;width:100px;height:100px"/></span></div>
|
|
</body>
|
|
</html>
|