Skip to content

Instantly share code, notes, and snippets.

@dscataglini
Created December 19, 2013 16:31
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 dscataglini/8042112 to your computer and use it in GitHub Desktop.
Save dscataglini/8042112 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
#container li{ font: 12pt/14pt Times; color: blue; }
ul.list li.item { font-size: 14pt; font-weight: bold; font-family: Verdana; }
</style>
</head>
<body>
<div id="container">
<ul class="list">
<li class="item">text</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment