Menu hover effect

Developer
Size
1,661 Kb
Views
10,120

How do I make an menu hover effect?

What is a menu hover effect? How do you make a menu hover effect? This script and codes were developed by MadheswaranM on 19 November 2022, Saturday.

Menu hover effect Previews

Menu hover effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Menu hover effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul> <li><a href="#">About Me</a></li> <li><a href="#">Service</a></li> <li><a href="#">contact</a></li>
</ul>
</body>
</html>

Menu hover effect - Script Codes CSS Codes

ul{ list-style-type:none; width:200px; text-align:center; background:#fff; padding:0;
}
ul li{ margin-bottom:20px;
}
ul li a{ line-height:40px; position:relative; font-size:20px; color:#ccc; transition: all 0.5s ease 0s; text-decoration:none; text-transform:uppercase;
}
ul li:hover a{ color:#333;
}
ul li a:before, ul li a:after{ position:absolute; opacity: 0; color:#ccc;
}
ul li a:before{ content:"["; left:0; transition: all 0.5s ease 0s;
}
ul li a:after{ content:"]"; right:0; transition: all 0.5s ease 0s;
}
ul li:hover a:before{ opacity:1; left:-30px; color:#333;
}
ul li:hover a:after{ opacity:1; right:-30px; color:#333;
}
Menu hover effect - Script Codes
Menu hover effect - Script Codes
Home Page Home
Developer MadheswaranM
Username madhes
Uploaded November 19, 2022
Rating 3
Size 1,661 Kb
Views 10,120
Do you need developer help for Menu hover effect?

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!

MadheswaranM (madhes) Script Codes
Create amazing Facebook ads 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!