- Home
- Knowledge & Education
Online English Dictionary
A Simple Knowledgebase
• ADS
• CSS
• EXCEL
• IMAGE-SERVER
• SCRIPTS
• SEO
• WEB-PAGE-LANGUAGES
• WEB-SERVER
• WEBSITE-MONITORING-AND-BACKUP
CSS |
W3.CSS |
LIST
W3.CSS List
Basic List
- The w3-ul class is used to display a basic list.
- The w3-border class adds a border around any element.
- The w3-card-2 or w3-card-4 adds a shadow to the element.
- List can be aligned with text alignment classes: w3-left-align, w3-right-align and w3-center
- We can add color to list using any w3-color classes.
- The w3-hoverable class adds a grey background color to each list item on mouse-over. If you want a specific hover color, add any of the w3-hover-color or w3-hover-text-color classes to each li element.
- We can increase font size of li element by w3-size classes: (w3-tiny, w3-small, w3-medium (default), w3-large, w3-xlarge, w3-xxlarge, w3-xxxlarge, w3-jumbo)
- View example (45)
- Closable list items, padding & using w3-bar and w3-bar-item classes: View example (46)