Bloomberg Style Link Hover

Developer
Size
1,609 Kb
Views
6,072

How do I make an bloomberg style link hover?

What is a bloomberg style link hover? How do you make a bloomberg style link hover? This script and codes were developed by Gil on 12 December 2022, Monday.

Bloomberg Style Link Hover Previews

Bloomberg Style Link Hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bloomberg Style Link Hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a href="https://bloomberg.com/" target="_blank">Some random new headline,<br> you really need to read this.</a>
</body>
</html>

Bloomberg Style Link Hover - Script Codes CSS Codes

a { color: #292929; text-decoration: none; background-image: -webkit-linear-gradient(rgba(35, 21, 230, 1) 0%, rgba(38, 5, 252, 1) 100%); background-image: linear-gradient(rgba(35, 21, 230, 1) 0%, rgba(38, 5, 252, 1) 100%); background-repeat: repeat-y; background-size: 0% 0em; background-position: 0 100%; -webkit-transition: 300ms ease; transition: 600ms ease; position: relative; padding-bottom: 1px; padding-top: 1px;
}
a:hover { color: whitesmoke; text-decoration: none; background-image: -webkit-linear-gradient(#2315E6 0%, #2315E6 100%); background-size: 100% 1em;
}
Bloomberg Style Link Hover - Script Codes
Bloomberg Style Link Hover - Script Codes
Home Page Home
Developer Gil
Username gil--
Uploaded December 12, 2022
Rating 3
Size 1,609 Kb
Views 6,072
Do you need developer help for Bloomberg Style Link Hover?

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!

Gil (gil--) Script Codes
Create amazing SEO content 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!