Animate a Border Below a Horizontal Nav Item from Left to Right

Developer
Size
1,561 Kb
Views
6,072

How do I make an animate a border below a horizontal nav item from left to right?

What is a animate a border below a horizontal nav item from left to right? How do you make a animate a border below a horizontal nav item from left to right? This script and codes were developed by Siful Islam on 30 January 2023, Monday.

Animate a Border Below a Horizontal Nav Item from Left to Right Previews

Animate a Border Below a Horizontal Nav Item from Left to Right - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animate a Border Below a Horizontal Nav Item from Left to Right</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="menuitem"> Menu Item <span></span>
</div><div class="menuitem"> Menu Item <span></span>
</div><div class="menuitem"> Menu Item <span></span>
</div><div class="menuitem"> Menu Item <span></span>
</div>
</body>
</html>

Animate a Border Below a Horizontal Nav Item from Left to Right - Script Codes CSS Codes

.menuitem { display: inline-block; margin-right: 30px; line-height: 30px; text-align: center; } .menuitem:after { content: ''; display: block; height: 3px; width: 0; background: transparent; transition: width .5s ease, background-color .5s ease; } .menuitem:hover:after { width: 100%; background: blue; }
Animate a Border Below a Horizontal Nav Item from Left to Right - Script Codes
Animate a Border Below a Horizontal Nav Item from Left to Right - Script Codes
Home Page Home
Developer Siful Islam
Username sifulislam
Uploaded January 30, 2023
Rating 3
Size 1,561 Kb
Views 6,072
Do you need developer help for Animate a Border Below a Horizontal Nav Item from Left to Right?

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!

Siful Islam (sifulislam) Script Codes
Create amazing video scripts 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!