Text Hover effect

Developer
Size
1,497 Kb
Views
14,168

How do I make an text hover effect?

What is a text hover effect? How do you make a text hover effect? This script and codes were developed by Wyk Parish on 26 November 2022, Saturday.

Text Hover effect Previews

Text Hover effect - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Text Hover effect</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Katog Choling</h1>
</body>
</html>

Text Hover effect - Script Codes CSS Codes

body { background: #1E508B;
}
h1 { color: white; -webkit-transition: color 0.5s, text-shadow 0.5s; /* Safari */ transition: color 0.5s, text-shadow 0.5s;
}
h1:hover { color: hsl(46, 55%, 95%); text-shadow: 0px 2px 0 rgba(0,0,0,0.6), 0px 1px 0 rgba(0,0,0,0.6), 0 0 20px hsl(46, 55%, 75%);
}
Text Hover effect - Script Codes
Text Hover effect - Script Codes
Home Page Home
Developer Wyk Parish
Username wykananda
Uploaded November 26, 2022
Rating 3
Size 1,497 Kb
Views 14,168
Do you need developer help for Text 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!

Wyk Parish (wykananda) 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!