Skip to content

Instantly share code, notes, and snippets.

@rickywid
Created May 19, 2015 20:30
Show Gist options
  • Save rickywid/9c3eed80910c584df33c to your computer and use it in GitHub Desktop.
Save rickywid/9c3eed80910c584df33c to your computer and use it in GitHub Desktop.
<div id="images">
<h3>Images for toronto</h3>
<img src="to1.jpeg"/>
<img src="to2.jpeg"/>
<img src="to3.jpeg"/>
<img src="to4.jpeg"/>
</div>
------------------
#images img{
height: 110px;
width: 150px;
float: left;
}
#images {
border-top: 1px solid black;
border-bottom:1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment