Source code
Revision control
Copy as Markdown
Other Tools
<style type="text/css">
.picture {
float: left;
height: 150px;
width: 100px;
border: 3px solid blue;
}
</style>
</head>
<body>
<div class="picture"></div>
</body>
</html>