Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Bootstrap was made by twitter
  2.  
  3. Bootstrap font - different than default chrome
  4.  
  5. rapid development -
  6. responsive design - works for all 19 standard screen sizes
  7.  
  8. always 12 columns within a row - grid system
  9.  
  10. md - minimal screen size
  11. if below md defaults to 100% width
  12.  
  13. 5 sizes: XS, S, M, L, XL
  14. XS <576px - PHONES
  15. S>576px - TABLETS
  16. M>768px - LAPTOPS
  17. L >992px - DESKTOPS
  18. XL> 1200px - HDMI TELEVISION
  19.  
  20. row inside container, columns inside row for this to function
  21.  
  22. div.row>div.col-md-4*3 - shortcut for div class of row, each with a div & column md 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement