Icons in CSS
Full Stack Web Development Courses with Real-time projects Start Now!!
Program 1
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
.fa-car{
font-size:30px;
color:aqua;
}
</style>
</head>
<body>
<i class="fa fa-car"></i>
<i class="fa fa-heart"></i>
<i class="fa-brands fa-instagram"></i>
</body>
</html>
Your opinion matters
Please write your valuable feedback about DataFlair on Google

