Breadcrum for shopping path with only css

Developer
Size
2,793 Kb
Views
22,264

How do I make an breadcrum for shopping path with only css?

What is a breadcrum for shopping path with only css? How do you make a breadcrum for shopping path with only css? This script and codes were developed by Twikito on 11 September 2022, Sunday.

Breadcrum for shopping path with only css Previews

Breadcrum for shopping path with only css - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Breadcrum for shopping path with only css</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div>	<ul>	<li><a href="#">Lorem.</a></li>	<li><a href="#">Minima.</a></li>	<li><a href="#">Soluta!</a></li>	<li><a href="#">Excepturi.</a></li>	<li><a href="#">Maxime.</a></li>	</ul>
</div>
</body>
</html>

Breadcrum for shopping path with only css - Script Codes CSS Codes

ul { display: -webkit-box; display: -ms-flexbox; display: flex; counter-reset: step;
}
li:first-child a { padding-left: 1.5em;
}
a { display: block; position: relative; padding: .5em .5em .5em 2.5em; margin: 0; background: white; color: #3498db; text-decoration: none; white-space: nowrap; counter-increment: step;
}
a::before { content: counter(step); display: inline-block; background: #3498db; width: 1.5em; height: 1.5em; border-radius: 50%; color: white; text-align: center; margin-right: 1em;
}
a::after { content: ''; position: absolute; right: -.85em; top: .4em; z-index: 1; width: 0; height: 0; border: .875em solid white; border-left-color: transparent; border-bottom-color: transparent; box-shadow: 0.21em -0.21em 0 0.2em #3498db; -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
a, a::before, a::after { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}
a:hover, a:focus { background: #196090; color: white;
}
a:hover::before, a:focus::before { background: white; color: #196090;
}
a:hover::after, a:focus::after { border-right-color: #196090; border-top-color: #196090;
}
/* misc */
html, body { height: 100%; background: #3498db;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex;
}
div { margin: auto;
}
ul { list-style: none; margin: 0;
}
li { font: 1.3em/1.5 "open sans condensed"; font-weight: 700; text-transform: uppercase;
}
Breadcrum for shopping path with only css - Script Codes
Breadcrum for shopping path with only css - Script Codes
Home Page Home
Developer Twikito
Username Twikito
Uploaded September 11, 2022
Rating 3
Size 2,793 Kb
Views 22,264
Do you need developer help for Breadcrum for shopping path with only css?

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!

Twikito (Twikito) Script Codes
Create amazing love letters 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!