Created
October 20, 2009 00:49
-
-
Save lightcap/213884 to your computer and use it in GitHub Desktop.
This file contains 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
## markup | |
<div> | |
<ul> | |
<li> | |
<div class="image"> | |
<img src="/system/events/icons/1/small_IMG_1651.jpg" /> | |
</div> | |
<div> | |
<span class="ttl">THIS IS A TITLE</span> | |
This is the text... | |
<a href="#">READ MORE</a> | |
</div> | |
</li> | |
</ul> | |
</div> | |
## css | |
.group .organizers-box ul { | |
list-style: none; | |
overflow: hidden; | |
margin: 0; | |
} | |
.group .organizers-box ul li { | |
margin: 0; | |
padding: 0; | |
} | |
.group .organizers-box ul li div.image { | |
float:left; | |
border: 1px solid red; | |
} | |
.group .organizers-box ul li span { | |
display: block; | |
color: #fff; | |
font-size: 1.2em; | |
margin: 0; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment