Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css icon

<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<!--Get your own code at fontawesome.com-->
</head>
<body>

<h1>Font Awesome icon library</h1>

<p>Some Font Awesome icons:</p>
<i class="fas fa-cloud"></i>
<i class="fas fa-heart"></i>
<i class="fas fa-car"></i>
<i class="fas fa-file"></i>
<i class="fas fa-bars"></i>

<p>Styled Font Awesome icons (size and color):</p>
<i class="fas fa-cloud" style="font-size:24px;"></i>
<i class="fas fa-cloud" style="font-size:36px;"></i>
<i class="fas fa-cloud" style="font-size:48px;color:red;"></i>
<i class="fas fa-cloud" style="font-size:60px;color:lightblue;"></i>

</body>
</html>


Comment

PREVIOUS NEXT
Code Example
Css :: see css from site 
Css :: tailwind simple product card 
Css :: https request 
Css :: font-style 
Css :: css preloader, preload website screen 
Css :: css backface-visibility 
Css :: sass immediate child 
Css :: make element fill page 
Css :: touch-action in css 
Css :: show input number spin buttons , spinner input number 
Css :: css input field focus border 
Css :: text overlay animation css 
Css :: div with specific id css 
Css :: css !important 
Css :: tailwind transition 
Css :: animations css 
Css :: what is padding in css 
Css :: use .map to count length of each element in an array 
Css :: select child element css 
Css :: @media css 
Css :: react use global css classes 
Css :: css nearest neighbor 
Css :: save css file to different folder in scss 
Css :: modificar la clase segun id que está dentro de un span css 
Css :: punderline none 
Css :: css hide text indicator 
Css :: Dropcap - :first-letter pseudo class not working as expected in firefox 
Css :: install canon mf211 printer ubuntu 
Css :: how to show image son hover cells in excel 
Css :: mvc how to css file linked 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =