servo/tests/ref/position_relative_b.html
2014-09-08 20:21:42 -06:00

18 lines
319 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;margin-left:100px;margin-top:100px" >
<img src="test.jpeg" style="width:100px;height:100px;"/>
</div>
</body>
</html>