Last active
December 14, 2015 03:19
-
-
Save atleastimtrying/5020210 to your computer and use it in GitHub Desktop.
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
.news{ | |
background:white; | |
border-radius:4px; | |
padding:16px; | |
} | |
.news section{ | |
border:1px solid #ccc; | |
padding:7px; | |
} | |
.news h3{ | |
font-size:24px; | |
color:#333; | |
} | |
.news img{ | |
float:left; | |
margin: 0 16px 16px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment