Menu hover text shadow

Developer
Size
1,927 Kb
Views
34,408

How do I make an menu hover text shadow?

What is a menu hover text shadow? How do you make a menu hover text shadow? This script and codes were developed by Yahya Kacem on 14 August 2022, Sunday.

Menu hover text shadow Previews

Menu hover text shadow - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>menu hover text shadow</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container well"> <a class="menu-item1">Home</a> <a class="menu-item1">About</a> <a class="menu-item1">Contact us</a>
</div>
<div class="container well"> <a class="menu-item2">Home</a> <a class="menu-item2">About</a> <a class="menu-item2">Contact us</a>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Menu hover text shadow - Script Codes CSS Codes

.menu-item1 { color: black; cursor: pointer; margin-right: 10px; transition: all 0.5s ease-in-out;
}
.menu-item1:last { margin-right: 0;
}
.menu-item1:hover { color: black; text-decoration: none; text-shadow: 0 2px 1px #000;
}
.menu-item2 { color: black; cursor: pointer; margin-right: 10px; transition: all 0.5s ease-in-out;
}
.menu-item2:last { margin-right: 0;
}
.menu-item2:hover { color: black; text-decoration: none; text-shadow: 0 2px 1px #CCC, 0 -2px 1px #CCC;
}
Menu hover text shadow - Script Codes
Menu hover text shadow - Script Codes
Home Page Home
Developer Yahya Kacem
Username yahyaKacem
Uploaded August 14, 2022
Rating 3
Size 1,927 Kb
Views 34,408
Do you need developer help for Menu hover text shadow?

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!

Yahya Kacem (yahyaKacem) Script Codes
Create amazing marketing copy 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!