Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created September 1, 2013 19:00
Show Gist options
  • Save Rockncoder/6406490 to your computer and use it in GitHub Desktop.
Save Rockncoder/6406490 to your computer and use it in GitHub Desktop.
Make an ordered list with bold numbers.
<style>
ol {
font-weight:bolder;
}
ol li span {
font-weight: normal;
}
</style>
<ol >
<li><span>Get Your Wheels rotated and aligned</span></li>
<li><span>Have Copies of Proof of insurance and roadside assistance</span></li>
<li><span>Get a Phone charger</span></li>
<li><span>Pick up a GPS</span></li>
</ol><br/>
@sassbalint
Copy link

Great. Thanks! :)

@AdrianTmocaliuc
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment