Expanding text links

Developer
Size
2,099 Kb
Views
22,264

How do I make an expanding text links?

Links with css animated expanding backgrounds on hover. What is a expanding text links? How do you make a expanding text links? This script and codes were developed by Niels Oeltjen on 08 September 2022, Thursday.

Expanding text links Previews

Expanding text links - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Expanding text links</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Some <a href="#">links</a> with <a href="#">expanding</a> animated backgrounds</h1> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Expanding text links - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Inika);
body { background: #c0ffee;
}
h1 { font-family: "Inika", serif; font-size: 1.25em; padding: 50px; text-align: center;
}
a { color: #bf025d; text-decoration: none; background-color: transparent; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -webkit-transition: all 400ms ease; transition: all 400ms ease;
}
a:hover { background-color: rgba(255, 255, 255, 0.8); -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8); -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8); box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}
Expanding text links - Script Codes
Expanding text links - Script Codes
Home Page Home
Developer Niels Oeltjen
Username NielsOeltjen
Uploaded September 08, 2022
Rating 3.5
Size 2,099 Kb
Views 22,264
Do you need developer help for Expanding text links?

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!

Niels Oeltjen (NielsOeltjen) Script Codes
Create amazing captions 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!