Simple Breadcrumbs

Size
3,411 Kb
Views
24,288

How do I make an simple breadcrumbs?

Prototyping some new breadcrumbs for USF Health.. What is a simple breadcrumbs? How do you make a simple breadcrumbs? This script and codes were developed by Michael MartinSmucker on 28 September 2022, Wednesday.

Simple Breadcrumbs Previews

Simple Breadcrumbs - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Breadcrumbs</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.0.2/css/font-awesome.min.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ header { background: #006747; min-height: 50px;
}
nav ul { list-style: none;
}
nav.dept-crumb ul { margin: 0 auto; max-width: 1000px; padding: 20px 0 0;
}
nav.dept-crumb ul li { float: left;
}
nav.dept-crumb ul li a { border-bottom: 2px solid transparent; color: #006747; display: inline-block; font-weight: bold; text-decoration: none; transition: .3s;
}
nav.dept-crumb ul li:last-child a { border-bottom-color: #eaeaea;
}
nav.dept-crumb ul li:hover a { border-bottom-color: #008b60; color: #008b60;
}
.hide-text { font: 0/0 a;
}
.icon-home { font: 16px/1 FontAwesome;
}
.icon-caret-right { color: #ccc;
}
h1 { clear: both; font-size: 28px; margin: 30px auto 16px; max-width: 1000px;
}
nav.navbar { background: #eae8db; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); line-height: 40px; margin: 0 auto; max-width: 1000px;
}
nav.navbar ul { display: flex; margin: 0; padding: 0;
}
nav.navbar ul li { border-left: 1px solid #fcfaf4; border-right: 1px solid #d2cbc6; flex: auto;
}
nav.navbar ul li:first-child { border-left: 0;
}
nav.navbar ul li:last-child { border-right: 0;
}
nav.navbar ul li a { color: #006747; display: block; font-weight: bold; text-align: center; text-decoration: none; transition: .2s;
}
nav.navbar ul li a:hover { background: #006747; color: #fff;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <header></header>
<nav class="dept-crumb"> <ul> <li><a class="hide-text" href="#"><i class="icon-home"></i> USF Health</a></li> <li><i class="icon-caret-right"></i><a href="#">College of Nursing</a></li> <li><i class="icon-caret-right"></i><a href="#">Academics</a></li> </ul>
</nav>
<h1>Master's in Nursing Education</h1>
<nav class="navbar"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Academics</a></li> <li><a href="#">Alumni</a></li> <li><a href="#">Staff</a></li> <li><a href="#">Research</a></li> <li><a href="#">Resources</a></li> </ul>
</nav>
</body>
</html>

Simple Breadcrumbs - Script Codes CSS Codes

header { background: #006747; min-height: 50px;
}
nav ul { list-style: none;
}
nav.dept-crumb ul { margin: 0 auto; max-width: 1000px; padding: 20px 0 0;
}
nav.dept-crumb ul li { float: left;
}
nav.dept-crumb ul li a { border-bottom: 2px solid transparent; color: #006747; display: inline-block; font-weight: bold; text-decoration: none; transition: .3s;
}
nav.dept-crumb ul li:last-child a { border-bottom-color: #eaeaea;
}
nav.dept-crumb ul li:hover a { border-bottom-color: #008b60; color: #008b60;
}
.hide-text { font: 0/0 a;
}
.icon-home { font: 16px/1 FontAwesome;
}
.icon-caret-right { color: #ccc;
}
h1 { clear: both; font-size: 28px; margin: 30px auto 16px; max-width: 1000px;
}
nav.navbar { background: #eae8db; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); line-height: 40px; margin: 0 auto; max-width: 1000px;
}
nav.navbar ul { display: flex; margin: 0; padding: 0;
}
nav.navbar ul li { border-left: 1px solid #fcfaf4; border-right: 1px solid #d2cbc6; flex: auto;
}
nav.navbar ul li:first-child { border-left: 0;
}
nav.navbar ul li:last-child { border-right: 0;
}
nav.navbar ul li a { color: #006747; display: block; font-weight: bold; text-align: center; text-decoration: none; transition: .2s;
}
nav.navbar ul li a:hover { background: #006747; color: #fff;
}
Simple Breadcrumbs - Script Codes
Simple Breadcrumbs - Script Codes
Home Page Home
Developer Michael MartinSmucker
Username mlms13
Uploaded September 28, 2022
Rating 3
Size 3,411 Kb
Views 24,288
Do you need developer help for Simple Breadcrumbs?

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!

Michael MartinSmucker (mlms13) Script Codes
Create amazing blog posts 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!