why is my <h1><small></small></h1> not lineing up

aevr54

New Member
So I have been trying to do this for about an hour now and I have exhausted to my knowledge how to get this to work. Am I doing something small wrong that I cant see? My code:\[code\]<div class="center"> <ul class="inline"> <li> <h1>8$:</h1> </li> <li> <h1><small> 512mb</small></h1> </li> </ul></div>\[/code\]Thanks in advanced.(P.S. I am using bootstrap)CSS code for 'center':\[code\].center { width: 50%; margin: 0px auto;}\[/code\]
 
Back
Top