CSS Font Awesome icon Size

  • Post category:CSS

Get the code of CSS Font Awesome icon Size and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<i class="fa fa-car"
   style="font-size: 24px;"
   ></i>
<i class="fa fa-car"
   style="font-size: 34px;"
   ></i>
<i class="fa fa-car"
   style="font-size: 44px;"
   ></i>
<i class="fa fa-car"
   style="font-size: 54px;"
   ></i>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>