<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:
Post Comments (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...
-
When you about to do your first PR (pull request) it is important to know how to squash commits correctly. Why? you may ask - Well i know...
-
Directive in contemporary angular - means piece of code which doing something on the html block is attached to as attribute. For example l...
No comments:
Post a Comment