Modifying different lists by css

famous

New Member
My HTML file is:\[code\]asdfasdf<ul> <li id="differentstyle">Car</li> <li>Car1</li> <li>Travel</li></ul>\[/code\]and my CSS style is:\[code\]#differentstyle ul li { padding-bottom: 50px;}\[/code\]but this style is not modifying the "car" (the first one). Am I doing anything wrong? Is this suppose to work?
 
Back
Top