RGB Hover

Developer
Size
2,703 Kb
Views
22,264

How do I make an rgb hover?

Very simple hover. Just playing with RGB Concept.. What is a rgb hover? How do you make a rgb hover? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

RGB Hover Previews

RGB Hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>RGB Hover</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> Duis et mi <a href="#">vitae</a> arcu egestas semper. Vivamus ultricies vulputate pretium. <a href="#">Sed</a> lectus turpis, aliquam vitae neque a, accumsan blandit urna. Ut sed odio sed lorem <a href="#">cursus</a> porttitor. Vestibulum vestibulum id ipsum elementum convallis. Quisque tristique viverra neque id consequat. Vestibulum ultricies facilisis quam. <a href="#">Etiam</a> venenatis felis ut malesuada porta. Maecenas in dolor a leo placerat finibus. <a href="#">Aliquam</a> erat volutpat. Aliquam erat volutpat. <a href="#">Integer</a> accumsan tincidunt risus, vitae varius ipsum tempus et. <a href="#">Quisque</a> a venenatis ipsum. Aenean lobortis auctor facilisis. Vivamus accumsan a sem id tincidunt.
</div>
</body>
</html>

RGB Hover - Script Codes CSS Codes

@-webkit-keyframes link-blink { 0% { color: #fc091b; } 32% { color: #fc091b; } 33% { color: #2bfc30; } 65% { color: #2bfc30; } 66% { color: #1b2afa; } 100% { color: #1b2afa; }
}
@-moz-keyframes link-blink { 0% { color: #fc091b; } 32% { color: #fc091b; } 33% { color: #2bfc30; } 65% { color: #2bfc30; } 66% { color: #1b2afa; } 100% { color: #1b2afa; }
}
@-ms-keyframes link-blink { 0% { color: #fc091b; } 32% { color: #fc091b; } 33% { color: #2bfc30; } 65% { color: #2bfc30; } 66% { color: #1b2afa; } 100% { color: #1b2afa; }
}
@-o-keyframes link-blink { 0% { color: #fc091b; } 32% { color: #fc091b; } 33% { color: #2bfc30; } 65% { color: #2bfc30; } 66% { color: #1b2afa; } 100% { color: #1b2afa; }
}
@keyframes link-blink { 0% { color: #fc091b; } 32% { color: #fc091b; } 33% { color: #2bfc30; } 65% { color: #2bfc30; } 66% { color: #1b2afa; } 100% { color: #1b2afa; }
}
body { background-color: #000;
}
.wrapper { width: 80%; margin: 0 auto; color: #fff; padding-top: 20px; font-size: 14px; line-height: 18px; font-family: 'Ubuntu';
}
a, a:active, a:focus, a:hover { color: #fff; text-decoration: underline;
}
a:hover { -webkit-animation: link-blink 2s linear infinite; -khtml-animation: link-blink 2s linear infinite; -moz-animation: link-blink 2s linear infinite; -ms-animation: link-blink 2s linear infinite; -o-animation: link-blink 2s linear infinite; animation: link-blink 2s linear infinite;
}
RGB Hover - Script Codes
RGB Hover - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 3
Size 2,703 Kb
Views 22,264
Do you need developer help for RGB 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!

El Alemaño (elalemanyo) 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!