Skip to content

Instantly share code, notes, and snippets.

@mason-stewart
Created January 22, 2013 00:20
Show Gist options
  • Select an option

  • Save mason-stewart/4590863 to your computer and use it in GitHub Desktop.

Select an option

Save mason-stewart/4590863 to your computer and use it in GitHub Desktop.
this is my week 2 homework
<html>
<head>
<title>My Ice Cream App</title>
<style type="text/css">
.thumbnail {
width: 120px;
height: 120px;
border-radius: 200px;
overflow: hidden;
float: left;
}
.thumbnail img {
width: 100%;
}
</style>
</head>
<body>
<div class="thumbnail">
<img src="ice-cream-1.jpg">
</div>
<div class="thumbnail">
<img src="ice-cream-2.jpg">
</div>
<div class="thumbnail">
<img src="ice-cream-3.jpg">
</div>
<div class="thumbnail">
<img src="ice-cream-4.jpg">
</div>
</body>
</html>
@mason-stewart

Copy link
Copy Markdown
Author

awesome! 🌵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment