Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap responsive utility classes
The following are the classes available for responsive utility classes in Bootstrap −
| 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 |
Advertisements