Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to make a yourbue icon in html

<!DOCTYPE html>
<html>
<head>
<title>Font Awesome Icons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>

<h1>fa fa-youtube-play</h1>

<i class="fa fa-youtube-play"></i>
<i class="fa fa-youtube-play" style="font-size:24px"></i>
<i class="fa fa-youtube-play" style="font-size:36px"></i>
<i class="fa fa-youtube-play" style="font-size:48px;color:red"></i>
<br>

<p>Used on a button:</p>
<button style="font-size:24px">Button <i class="fa fa-youtube-play"></i></button>

<p>Unicode:</p>
<i style="font-size:24px" class="fa">&#xf16a;</i>

</body>
</html> 
Comment

PREVIOUS NEXT
Code Example
Html :: md cheat sheet 
Html :: text souligné html 
Html :: codewithmarley 
Html :: email template code 
Html :: ion-datetime cancel text 
Html :: how to add links 
Html :: pound symbol phone html 
Html :: html h1 not show 
Html :: angular.io hide 
Html :: json placeholder 
Html :: how to leave an empty row in html table 
Html :: calculator template html css 
Html :: bs bg color 
Html :: html_entity_decode 
Html :: test image as base 64 string 
Html :: coc allow comments in json 
Html :: add link behind a button in html 
Html :: ion-select cancel text 
Html :: bootstrap hyperlink 
Html :: info symbol text 
Html :: pyscript python 
Html :: html auto refresh 
Html :: nuxt link relative path 
Html :: html lang 
Html :: how to select all text when input box is clicked 
Html :: how to clear radio button input when someone types in an input field 
Html :: html tel link 
Html :: display html input datetime-local value from mysql date time 
Html :: chrome responsive mode not working 
Html :: html how to change background color 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =