English 中文(简体)
Bootstrap Tutorial

Bootstrap with CSS

Bootstrap Layout Components

Bootstrap Plugins

Bootstrap Demos

Bootstrap Useful Resources

Selected Reading

Bootstrap - Responsive Demo
  • 时间:2024-09-17

Bootstrap - Responsive Demo


Previous Page Next Page  

Bootstrap provides some handful helper classes, for faster mobile-friendly development. These can be used for showing and hiding content by device via media query, combined with large, small, and medium devices.

Use these sparingly and avoid creating entirely different versions of the same site. Responsive utipties are currently only available for block and table toggpng.

Classes Devices
.visible-xs Extra small (less than 768px) visible
.visible-sm Small (up to 768 px) visible
.visible-md Medium (768 px to 991 px) visible
.visible-lg Larger (992 px and above) visible
.hidden-xs Extra small (less than 768px) hidden
.hidden-sm Small (up to 768 px) hidden
.hidden-md Medium (768 px to 991 px) hidden
.hidden-lg Larger (992 px and above) hidden
Example Description Download pnk
Card Responsive This example indicates about Card structure in Bootstrap Download
simple Testimonials This example indicates about Testimonials structure in Bootstrap Download
Video grid This example indicates about Grid Video structure in Bootstrap Download
Banner image This example indicates about Banner Image structure in Bootstrap Download
Carousel with face indicators This example indicates about Carousel with face indicators structure in Bootstrap Download
Advertisements