<html lang="en">
<head>
<meta charset="utf-8">
<title>Example of Floating Elements</title>
<style>
ul{
margin: 0;
padding: 0;
list-style: none;
}
.thumbnail {
float: left;
width: 125px;
height: 125px;
margin: 10px;
}
</style>
</head>
<body style='background:blue'>
<ul>
<li class="thumbnail"><img src="/assets/tutorialwithexample-logo.png" alt="Our Logo"></li>