Search
 
SCRIPT & CODE EXAMPLE
 

CSS

font awesome pseudo element

/* Old Version 5 CSS - Common properties to render all icons */
  .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  /* Old Version 5 CSS - For referencing individual icons */
  .login::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "f007";
  }

  .tps::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 400; 
    content: "f1ea";
  }
Comment

PREVIOUS NEXT
Code Example
Css :: how to outline text in css 
Css :: how to put the input box and the label on top of input 
Css :: css ganzer button anklickbar 
Css :: GET /style.css HTTP/1.1" 404 
Css :: jquery remove css class 
Css :: css how to center a link 
Css :: android studio cardview background transparent 
Css :: scss react 
Css :: text-color gradient css 
Css :: margin clickable 
Css :: text stock css 
Css :: margin on absolute positioned element 
Css :: add cursor to html button 
Css :: css clearfix 
Css :: counter-reset ol css 
Css :: bootstrap icons sdn 
Css :: how to write css like a pro 
Css :: To make card box appear more bigger when hover 
Css :: css rotate 3d 
Css :: css main container align center 
Css :: css padding 
Css :: css how to make something italized 
Css :: overflow scrollbar with variable height 
Css :: input rtl html 
Css :: css module multiple classes 
Css :: putting picture shaddow in css 
Css :: scss !default 
Css :: outside padding css 
Css :: vue import css scoped 
Css :: how to make hr class bootstrap full width 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =