Skip to content

Instantly share code, notes, and snippets.

@apnerve
Created October 17, 2012 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apnerve/3904012 to your computer and use it in GitHub Desktop.
Save apnerve/3904012 to your computer and use it in GitHub Desktop.
Just to make it look clearer
.lname {
color: #c30;
}
/* Just to make it look clearer */
* {margin: 0; padding:0}
body {color: #efefef; font-size: 3em;width: 800px; margin: auto;}
li {
list-style-type: none;
margin: 10px;
padding: 10px;
}
<ul id="attendees">
<li class="student">Monica <span class="lname">Geller</span></li>
<li class="student">Joey <span class="lname">Tribbiani</span></li>
<li class="instructor">Amir <span class="lname">Nagri</span></li>
<li>Praveen <span class="lname">Kumar</span></li>
</ul>
{"view":"separate","fontsize":"200","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment