Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. 1) margin-left: -( what you need amount ) px;
  2. :first-child { margin-left: 0px ; }
  3.  
  4. 2) parent {
  5. font-size: 14px ;
  6. font-size: 0px ;
  7. /* Лекарство отдельно для Safari */
  8. display: table;
  9. }
  10.  
  11. children { font-size: 14px; }
  12. 3) Fo list elements
  13.  
  14. <ul>
  15. <li>Пункт 1
  16. <li>Пункт 2
  17. <li>Пункт 3
  18. <li>Пункт 4
  19. <li>Пункт 5
  20. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement