CSS transition hover with fontawesome

Size
2,211 Kb
Views
10,120

How do I make an css transition hover with fontawesome?

What is a css transition hover with fontawesome? How do you make a css transition hover with fontawesome? This script and codes were developed by Brendan Skousen on 09 December 2022, Friday.

CSS transition hover with fontawesome Previews

CSS transition hover with fontawesome - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS transition hover with fontawesome</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { margin: 20px auto; display: table; text-align: center; background: #ddd;
}
a.cake { background-image: url(https://cdn1.iconfinder.com/data/icons/REALVISTA/food/png/400/strawberry_ice_cream.png); background-position: center; background-repeat: no-repeat; background-color: #333; border-radius: 100%; padding: 10px; z-index: 0; display: block; width: 420px; height: 420px; color: #fff; font-size: 0; overflow: hidden;
}
a.cake:hover { transition: all 1s ease-in; background-color: #000; background-image: none; color: #fff; font-size: 395px; text-align: right;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <a class="cake" href="#"> <i class="fa fa-search"></i>
</a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

CSS transition hover with fontawesome - Script Codes CSS Codes

body { margin: 20px auto; display: table; text-align: center; background: #ddd;
}
a.cake { background-image: url(https://cdn1.iconfinder.com/data/icons/REALVISTA/food/png/400/strawberry_ice_cream.png); background-position: center; background-repeat: no-repeat; background-color: #333; border-radius: 100%; padding: 10px; z-index: 0; display: block; width: 420px; height: 420px; color: #fff; font-size: 0; overflow: hidden;
}
a.cake:hover { transition: all 1s ease-in; background-color: #000; background-image: none; color: #fff; font-size: 395px; text-align: right;
}
CSS transition hover with fontawesome - Script Codes
CSS transition hover with fontawesome - Script Codes
Home Page Home
Developer Brendan Skousen
Username bskousen
Uploaded December 09, 2022
Rating 3
Size 2,211 Kb
Views 10,120
Do you need developer help for CSS transition hover with fontawesome?

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!

Brendan Skousen (bskousen) 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!