Search
 
SCRIPT & CODE EXAMPLE
 

CSS

use font awesome as content in css

<li>
<span class="font-awesome-icons facebook"></span> Login
</li>


.facebook::before {
    font-family: "Font Awesome 5 Brands"; 
	font-weight: 400;
	content: "f09a";
}

Comment

PREVIOUS NEXT
Code Example
Css :: how to use font awesome unicode in css 
Css :: html center div in middle of page 
Css :: button mouse icon hover css 
Css :: css resize image without distortion 
Css :: italic text css 
Css :: css prevent text blue selection 
Css :: Failed to start ssh.service: Unit ssh.service not found. 
Css :: ion-slider pagination color 
Css :: iframe no scroll 
Css :: css make div on top of everything 
Css :: hiden file upload button css 
Css :: hidden div css 
Css :: gatsby hide scrollbar 
Css :: css disable user interaction 
Css :: css detect if input has value 
Css :: css animated skills bar 
Css :: media query tablet only 
Css :: scrollable table vertical 
Css :: circle css with text in the center 
Css :: background image css django 
Css :: ipad specific media query 
Css :: css animation delay 
Css :: jquery .css multiple 
Css :: not allow select text css 
Css :: css change color 
Css :: grid repeating auto columns 
Css :: css change overflow scrollbar 
Css :: bootstrap scrollable modal 
Css :: css darken 
Css :: line break inside content css 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =