Bootstrap CSS Component breadcrumb navigation (breadcrumb) _javascript tips

Source: Internet
Author: User

breadcrumbs breadcrumb generally used for navigation, indicating the location of the current page
Crumbs can be set up with other relevant little tagged content, such as labels, badge marks, and so on.

SOURCE
//Base style
. breadcrumb {
 padding:8px 15px;
 margin-bottom:20px;
 List-style:none;
 Background-color: #f5f5f5;
 border-radius:4px;
}
All Li items are inline block mode
. breadcrumb > li {
 display:inline-block;
}
And the Li item only works
. breadcrumb > li + li:before {
 padding:0 5px;
 Color: #ccc;
 Content: "/\00a0";
}
Sets the color of the current item
. breadcrumb > Active {
 color: #777;
}


<! DOCTYPE html>
 
 

This series of tutorials is organized into: Bootstrap basic tutorials, welcome to click to learn.

If you want to further study, you can click here to learn, and then attach 3 wonderful topics:

Bootstrap Learning Course

Bootstrap Practical Course

Bootstrap Table Use Tutorial

Bootstrap Plugin Usage Tutorial

The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.