Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created October 19, 2012 15:26
Show Gist options
  • Save benjohnson/3918835 to your computer and use it in GitHub Desktop.
Save benjohnson/3918835 to your computer and use it in GitHub Desktop.
Untitled
body {
width: 400px;
margin: 40px;
font-family: helvetica;
}
a { color: #FFF; }
.noti-slat {
background: #000;
color: #FFF;
padding: 10px;
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.noti-slat-avatar {
width: 54px;
height: 54px;
background: red;
float: left;
}
.noti-slat-message {
margin: 0;
margin-left: 64px;
margin-right: 40px;
padding-top: 8px
}
.noti-slat-icon {
width: 16px;
height: 16px;
background: blue;
position: absolute;
top: 50%;
right: 10px;
margin-top: -8px;
}
<div class="noti-slat">
<div class="noti-slat-avatar"></div>
<p class="noti-slat-message">Username <a href="#">invited</a> you to collaborate on a story</p>
<div class="noti-slat-icon"></div>
</div>
<div class="noti-slat">
<div class="noti-slat-avatar"></div>
<p class="noti-slat-message">Storybird returned your story <a href="#">I know it now</a> for identifying information</p>
<div class="noti-slat-icon"></div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment