Font-Awesome Icon Card with heading

Developer
Size
2,882 Kb
Views
4,048

How do I make an font-awesome icon card with heading?

What is a font-awesome icon card with heading? How do you make a font-awesome icon card with heading? This script and codes were developed by Jeanine on 25 January 2023, Wednesday.

Font-Awesome Icon Card with heading Previews

Font-Awesome Icon Card with heading - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Font-Awesome Icon Card with heading</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Pacifico'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="row"> <div class="col-sm-4"> <div class="card card1"> <div class="icon" style="background-image: url('http://satinflame.com/wp-content/uploads/2017/03/IMG_5708-300x200.jpg')"> <a href="#"><span class="fa fa-map-signs fa-4x" aria-hidden="true"><span class="sr-only">Wayfinder</span></span> </a> <h4><a href="#">Make memories</a></h4> </div> <div class="card-content"> <p>With more than 300 opportunities for adventure, the islands are a great place for families.</p> <a class="btn btn-secondary">Learn More</a> </div> </div> </div> <div class="col-sm-4"> <div class="card card2"> <div class="icon" style="background-image: url('http://satinflame.com/wp-content/uploads/2017/03/IMG_5708-300x200.jpg')"> <a href="#"><span class="fa fa-map-signs fa-4x" aria-hidden="true"><span class="sr-only">Wayfinder</span></span> </a> <h4><a href="#">Make memories</a></h4> </div> <div class="card-content"> <p>With more than 300 opportunities for adventure, the islands are a great place for families.</p> <a class="btn btn-secondary">Learn More</a> </div> </div> </div> <div class="col-sm-4"> <div class="card card3"> <div class="icon" style="background-image: url('http://satinflame.com/wp-content/uploads/2017/03/IMG_5708-300x200.jpg')"> <a href="#"><span class="fa fa-map-signs fa-4x" aria-hidden="true"><span class="sr-only">Wayfinder</span></span> </a> <h4><a href="#">Make memories</a></h4> </div> <div class="card-content"> <p>With more than 300 opportunities for adventure, the islands are a great place for families.</p> <a class="btn btn-secondary">Learn More</a> </div> </div> </div> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Font-Awesome Icon Card with heading - Script Codes CSS Codes

body { background: #333; padding: 30px 0;
}
.card { padding: 0; position: relative;
}
h4 { font-family: Pacifico; padding: 10px 0 3px 0; position: relative;
}
.card .icon { top: 0; text-align: center; height: auto; display: block; background-size: cover; width: 100%; padding: 20px;
}
.card .icon a { text-shadow: 0 0 7px #333;
}
.card .icon > a { z-index: 2; position: relative; border: 5px solid #fff; border-radius: 50%; display: inline-block; padding: 20px; color: #fff;
}
h4 { bottom: 0; z-index: 3; color: #fff;
}
h4 a { color: inherit;
}
h4 a:hover { color: #eee;
}
.card-content { padding: 25px;
}
.card-content a.btn { cursor: pointer; display: block; text-transform: uppercase; font-size: .9rem; font-weight: bold;
}

Font-Awesome Icon Card with heading - Script Codes JS Codes

$(function(){ $(".card1").animate({height: "show", top: "10", left: "0"}, "fast", function() { $(".card2").animate({height: "show", top: "10", left: "0"}, "fast", function() { $(".card3").animate({height: "show", top: "10", left: "0"}, "fast"); }); });
});
Font-Awesome Icon Card with heading - Script Codes
Font-Awesome Icon Card with heading - Script Codes
Home Page Home
Developer Jeanine
Username virtual
Uploaded January 25, 2023
Rating 3
Size 2,882 Kb
Views 4,048
Do you need developer help for Font-Awesome Icon Card with heading?

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!

Jeanine (virtual) Script Codes
Create amazing art & images 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!