TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

CSS Solution

7 Inspiring CSS Frameworks You Don’t Know About

As a web designer, you always look for the best CSS frameworks to build your project. There are many CSS frameworks, but most of them don't have the features that you want. Besides, some of them do not have proper documentation or proper…

Top 7 Collections of CSS Preloader For Web Designer

Almost these days if a website takes more than 5 seconds to load. So we don't want wait or tend to not even waiting for it to open we simply close the page and find something else. That is definitely what designers are taking the time to…

12 Free CSS Loading Animation for Business Web Design

The usage of pre-loader has become so popular in the past few years among web designer. Nowadays, most SPA or single page applications use a loader. Despite making your website look great, it makes it user-friendly and more appealing. So,…

How to Use Laravel Mix without Laravel Step by Step

Laravel Mix is a powerful tool and NPM package. So, using Laravel Mix, you can compile sass, scss files, Vuejs files and ES6 features. Also, it's fast and easy to start using. Besides, you can easily customizer Laravel Mix for your project.…

Configure Laravel 5.5 with Bootstrap 4

Finally, Bootstrap 4 has come with a lot of amazing features.  Meanwhile, Laravel 5.5 with LTS version has also released. Laravel 5.5 by default comes with bootstrap version 3. In this article, you will learn how to configure Laravel 5 5…

How to Add CSS Preloader to Your Website?

Pre-loader is one of the must-have features that you should add to your site. It makes your site load smooth and makes it more user-friendly. Especially when you have a lot of images and JavaScript files and your site load unlovely. This…

How to Use Uncss With Gulp to Remove Unused CSS?

Most of times we want to remove the ugly and unnecessary CSS styles. Of course you can go, search and find each those CSS class and remove them individually. May be you are like most other developers who use CSS Frameworks like bootstrap…

How to Add Live HTML Customizer to Demo Template?

Have you ever seen any HTML template demo? You most probably see that they a a live customizer that will let you change the color skin or any other layouts. If you want to know how it's made, This HTML live customizer tutorial will guide…

CSS3 3D Transform in Depth Tutorial with Examples

In previous article, we discussed about the 2D transform in CSS3. This article is all about 3D transform. In 2009, the WebKit development team proposed a new extension to CSS that would allow Web page elements to be displayed and…

How to Handle CSS Click Events (Checkbox)

CSS click events is one of the most interesting topic to learn. In the past, we used to use CSS just for designing and layout of site, but now you can do much more than just designing. Nowadays, CSS can make decisions, calculation and…

CSS Solution for Web Designers – Part1

CSS or Cascading Style Sheets is a style sheet language used to define visual appearance and formatting of HTML documents. CSS is very simple to use and easy to learn, but using it in real project and creating something cool, awesome and…