Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<style>
#container {
border: 1px solid blue;
width: 100px;
height: 100px;
background-color: yellow;
}
img {
width: 60px;
height: 40px;
}
</style>
<body>
<div id="container"><img src="chrome/blue-32x32.png"></div>
</body>
</html>