A Pen by Kev Rousseau

Developer
Size
2,186 Kb
Views
26,312

How do I make an a pen by kev rousseau?

What is a a pen by kev rousseau? How do you make a a pen by kev rousseau? This script and codes were developed by Kev Rousseau on 12 August 2022, Friday.

A Pen by Kev Rousseau Previews

A Pen by Kev Rousseau - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Kev Rousseau</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span>
<span class="fav">Favorite this</span> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Kev Rousseau - Script Codes CSS Codes

body { background: #333;
}
.fav { display: inline-block; overflow: hidden; text-indent: 9999px; white-space: nowrap; cursor: pointer; width: 30px; font-size: 2em;
}
.fav:before { content: '\2606'; color: #000000; text-shadow: 0 0 1px #333; text-indent: -9999px; display: inline-block;
}
.fav:hover:before, .fav:focus:before { content: '\2605'; color: #ffe94c;
}
.fav.off:before { content: '\2605'; color: #eee71a; text-shadow: 0 0 1px #333;
}

A Pen by Kev Rousseau - Script Codes JS Codes

$(".fav").on("click", function() { var $this = $(this); $this.toggleClass("off");
});
A Pen by Kev Rousseau - Script Codes
A Pen by Kev Rousseau - Script Codes
Home Page Home
Developer Kev Rousseau
Username kevrousso
Uploaded August 12, 2022
Rating 3
Size 2,186 Kb
Views 26,312
Do you need developer help for A Pen by Kev Rousseau?

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!

Kev Rousseau (kevrousso) 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!