samedi 18 juin 2016

What is the way to include more than two selector and applying more than two properties in css under div tag


I have issue in css syntax .

 <div class="demo">
   <p>This is stackoverflow</p>
     <ul>
        <li>first</li>
        <li>sec</li>
    </ul>
 </div>

Then how I should apply more than one css in each p and ul .


Aucun commentaire:

Enregistrer un commentaire