A Pen by Secret Sam on CodePen.
Created
January 11, 2014 17:20
-
-
Save anonymous/8373772 to your computer and use it in GitHub Desktop.
A Pen by Captain Anonymous.
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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
| <title>Smells Like Bakin' Cupcake Company</title> | |
| <link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen"> | |
| </head> | |
| <body> | |
| <div class="container clearfix"> | |
| <div class="grid_5 omega"> | |
| <div id="featured-cupcake"> | |
| <h2>Cupcake of the Week</h2> | |
| <img src="img/featured-cupcake.jpg"> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment