Flat CSS3 Breadcrumb

Size
3,093 Kb
Views
32,384

How do I make an flat css3 breadcrumb?

What is a flat css3 breadcrumb? How do you make a flat css3 breadcrumb? This script and codes were developed by Renaud Tertrais on 12 August 2022, Friday.

Flat CSS3 Breadcrumb Previews

Flat CSS3 Breadcrumb - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flat CSS3 Breadcrumb</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> <h1>Flat CSS3 breadcrumb</h1>
<ul id="breadcrumb"> <li><a href="#"><span class="icon icon-home"> </span></a></li> <li><a href="#"><span class="icon icon-beaker"> </span> Projects</a></li> <li><a href="#"><span class="icon icon-double-angle-right"></span> Breadcrumb</a></li> <li><a href="#"><span class="icon icon-rocket"> </span> Getting started</a></li> <li><a href="#"><span class="icon icon-arrow-down"> </span> Download</a></li>
</ul> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Flat CSS3 Breadcrumb - Script Codes CSS Codes

* { margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px;
}
body { text-align: center; background-color: #34495e;
}
h1 { font-weight: 100; font-size: 32px; padding: 40px; color: #fff;
}
#breadcrumb { list-style: none; display: inline-block;
}
#breadcrumb .icon { font-size: 14px;
}
#breadcrumb li { float: left;
}
#breadcrumb li a { color: #FFF; display: block; background: #3498db; text-decoration: none; position: relative; height: 40px; line-height: 40px; padding: 0 10px 0 5px; text-align: center; margin-right: 23px;
}
#breadcrumb li:nth-child(even) a { background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before { border-color: #2980b9; border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after { border-left-color: #2980b9;
}
#breadcrumb li:first-child a { padding-left: 15px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px; border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before { border: none;
}
#breadcrumb li:last-child a { padding-right: 15px; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0; border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after { border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after { content: ""; position: absolute; top: 0; border: 0 solid #3498db; border-width: 20px 10px; width: 0; height: 0;
}
#breadcrumb li a:before { left: -20px; border-left-color: transparent;
}
#breadcrumb li a:after { left: 100%; border-color: transparent; border-left-color: #3498db;
}
#breadcrumb li a:hover { background-color: #1abc9c;
}
#breadcrumb li a:hover:before { border-color: #1abc9c; border-left-color: transparent;
}
#breadcrumb li a:hover:after { border-left-color: #1abc9c;
}
#breadcrumb li a:active { background-color: #16a085;
}
#breadcrumb li a:active:before { border-color: #16a085; border-left-color: transparent;
}
#breadcrumb li a:active:after { border-left-color: #16a085;
}

Flat CSS3 Breadcrumb - Script Codes JS Codes

// NO js :)
Flat CSS3 Breadcrumb - Script Codes
Flat CSS3 Breadcrumb - Script Codes
Home Page Home
Developer Renaud Tertrais
Username renaudtertrais
Uploaded August 12, 2022
Rating 4.5
Size 3,093 Kb
Views 32,384
Do you need developer help for Flat CSS3 Breadcrumb?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Renaud Tertrais (renaudtertrais) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!