A Pen by Isac Fadoni

Developer
Size
2,072 Kb
Views
72,864

How do I make an a pen by isac fadoni?

What is a a pen by isac fadoni? How do you make a a pen by isac fadoni? This script and codes were developed by Isac Fadoni on 13 June 2022, Monday.

A Pen by Isac Fadoni Previews

A Pen by Isac Fadoni - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Isac Fadoni</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> <!-- A simple hover -->
<a class="hovert" href="#superlink">Link</a>
<a class="hovert" href="#superlink">Link</a>
<a class="hovert" href="#superlink">Link</a>
<a class="hovert" href="#superlink">Link</a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

A Pen by Isac Fadoni - Script Codes CSS Codes

.hovert { position: relative; display: inline-block; padding: 5px; box-sizing: border-box; text-decoration: none; color: #333; font-family: Helvetica; text-transform: uppercase;
}
.hovert:after { content: ""; display: block; width: 100%; height: 2px; margin-top: 10px; background: #db3b55; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scaleX(0); transform: scaleX(0);
}
.hovert:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1);
}
A Pen by Isac Fadoni - Script Codes
A Pen by Isac Fadoni - Script Codes
Home Page Home
Developer Isac Fadoni
Username isac
Uploaded June 13, 2022
Rating 3
Size 2,072 Kb
Views 72,864
Do you need developer help for A Pen by Isac Fadoni?

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!

Isac Fadoni (isac) 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!