Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.08 KB | None | 0 0
  1. // zamiast
  2. .col-1 {width: 8.33%;}
  3.  
  4. // zrobić
  5. .col-1 {
  6.     width: 8.33%;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement