Skip to content

Instantly share code, notes, and snippets.

@samarpanda
Created November 8, 2013 13:06
Show Gist options
  • Save samarpanda/7370775 to your computer and use it in GitHub Desktop.
Save samarpanda/7370775 to your computer and use it in GitHub Desktop.
A Pen by Samar Panda.
<div class="grid_16 quick-report-results-caption">
<p class="p1">View Campaign Performance for <span class="t1">its lifetime</span> by <span class="t1">days</span></p>
</div>
.quick-report-results-caption {
background-color: #efefef;
border: 1px solid #cfcfcf;
color: #cc;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
margin: 0px 20px;
padding: 20px 0px;
width: 98%;
}
/*This is a testing name for css class. Please name it properly.*/
.p1 {
border: 0px none rgb(51, 51, 51);
color: rgb(51, 51, 51);
margin: 0px 0px 0px 20px;
}
/*This is a testing name for css class. Please name it properly.*/
.t1{
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment