<header class="topbar">
<a id="sidebar-toggle" class="sidebar-toggle" href="javascript:void(0);">
<i class="fa fa-bars"></i>
</a>
<div class="input-wrapper">
<input type="text"><i class="fa fa-search"></i>
</div>
<nav class="right-nav">
<a href="javascript:void(0);">
<i class="fa fa-bell"></i>
</a>
<a href="javascript:void(0);">
<i class="fa fa-comment"></i>
</a>
</nav>
</header>
Instead of install the library files locally I prefer to use online CDN. That way it can easily included in project:
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.css
3/31/19
My Own Responsive Admin Template - Part 2
Almost every template/website is using some font icons (because it is easier use font rather than loading images) So In my case I will use font-awesome icons library.
when using this battle tested (and free!) library - you could display icons by using "fa" prefixed classes in your HTML:
Subscribe to:
Posts (Atom)
Getting started with docker
It is very simple to get started usig docker. All you need to do-is download the docker desktop for your system Once you get docker syste...

-
This button must show the list of users who answered the survey. Which survey? The one with its checkbox checked, of course : This code i...
-
In frameworks like angular and react we have this behavior that tracks every change of model (a javascript variable which stores state of so...
-
Why Dashboard? Dashboards are very common thing in the world of wed apps, also it involves creation of dynamic components - thing i want t...