bootstrap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bootstrap [2018/12/12 22:19]
admin created
bootstrap [2018/12/15 20:13]
admin
Line 1: Line 1:
 ==== Bootstrap Notes and Resources ==== ==== Bootstrap Notes and Resources ====
 +https://​getbootstrap.com/​docs/​4.0/​components/​buttons/​
  
 == Hide Elements with Screen Size == == Hide Elements with Screen Size ==
  
 Show/hide for breakpoint and down: Show/hide for breakpoint and down:
 +<​code>​
     hidden-xs-down (hidden-xs) = d-none d-sm-block     hidden-xs-down (hidden-xs) = d-none d-sm-block
     hidden-sm-down (hidden-sm hidden-xs) = d-none d-md-block     hidden-sm-down (hidden-sm hidden-xs) = d-none d-md-block
Line 11: Line 11:
     hidden-lg-down = d-none d-xl-block     hidden-lg-down = d-none d-xl-block
     hidden-xl-down (n/a 3.x) = d-none (same as hidden)     hidden-xl-down (n/a 3.x) = d-none (same as hidden)
 +</​code>​
 Show/hide for breakpoint and up: Show/hide for breakpoint and up: