Created
April 24, 2012 21:39
-
-
Save erikjung/2484097 to your computer and use it in GitHub Desktop.
Untitled
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
* { | |
margin: 0; | |
padding: 0; | |
} | |
html { | |
font-size: 12px; | |
font-family: sans-serif; | |
} | |
body { | |
font-size: 1rem; | |
line-height: 1.5rem; | |
} | |
.tile { | |
position: relative; | |
} | |
.tile .name, | |
.tile .meta { | |
font-size: 1rem; | |
line-height: 1.5rem; | |
font-weight: normal; | |
} | |
.tile_head { | |
overflow: visible; | |
position: relative; | |
padding-left: 72px; | |
height: 66px; | |
} | |
.tile_image { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.tile_foot { | |
height: 2rem; | |
position: absolute; | |
top: 3.5rem; | |
left: 72px; | |
} | |
.button { | |
background: #ddd; | |
display: inline-block; | |
text-align: center; | |
padding: .5rem .75rem; | |
text-decoration: none; | |
line-height: 1; | |
position: relative; | |
cursor: pointer; | |
border: none; | |
outline: none; | |
margin: 0; | |
} |
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
<article class="tile"> | |
<header class="tile_head"> | |
<a href="/products/msnonit_wp.html"> | |
<h6 class="name">MSN Onit</h6> | |
<i class="meta">Windows Phone</i> | |
<img class="tile_image thumb" src="http://placehold.it/66x66" alt="" width="66" height="66" /> | |
</a> | |
</header> | |
<p class="summary">A guy’s guide to girls, cars, gadgets, fitness and life advice, plus a touch of humor.</p> | |
<footer class="tile_foot"> | |
<a class="tiny button">App info</a> | |
<!-- | |
<a class="tiny button">v</a> | |
<ul class="dropdown"> | |
<li class="dropdown_item"></li> | |
<li class="dropdown_item"></li> | |
</ul> | |
--> | |
</footer> | |
</article> | |
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
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment