Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1.  
  2. /*
  3.  *{all}
  4.  
  5.  nom de Balise , nom 2eme balise{}
  6.  
  7.  #identifiant , #identifiant2 {}
  8.  
  9.  .nomDeClass , .nomDeClass2 {}
  10.  
  11.  element[nomAttribut='valeur'] { // 3andou type kathé }
  12.  
  13.  element > directChild { /weldou }
  14.  
  15.  element ~ elements { // bjambou }
  16.  
  17.  element child {}
  18.  
  19. // ranking of cascading  : (link to css file) < (balise style) < (attribut style) < (!important)
  20.  
  21. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement