Created
January 22, 2013 00:20
-
-
Save mason-stewart/4590863 to your computer and use it in GitHub Desktop.
this is my week 2 homework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome! 🌵