A Pen by Samar Panda on CodePen.
Created
November 8, 2013 13:06
-
-
Save samarpanda/7370775 to your computer and use it in GitHub Desktop.
A Pen by Samar Panda.
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
<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> |
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
.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