Category Archives: CSS
Create HTML5 Fullscreen Static Video Background Using CSS
In This tutorial I will show you how to add a static video background using CSS, It's a very simple and easy script and looks amazing on landing pages. In this tutorial we are using HTML5 <video> tag to embed video and CSS to put that video on background.
[ Read More ]
Facebook style timeline content loading placeholder with CSS
If you have noticed that when you open Facebook it show a content loading placeholder how that placeholder work and a working demo available below I have found that example on coepen and want to share that with you all if you need it you can use it in your applications.
[ Read More ]
Create pure CSS based toggle visibility button
I fount that simple snippet on codepen and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a super easy and fast CSS method to do that. Its a very simple and easy snippet.
[ Read More ]
Creating PDFs from HTML and CSS with PHP and Dompdf
In this tutorial, we are going to show you how to show the user dynamically-generated PDFs from your web application that relies on PHP. We are going to use a third-party library called Dompdf that enables us to create PDFs and save them to the server or directly display them to users using only HTML and CSS.
[ Read More ]
Top Class Responsive CSS Frameworks That Are Hard to Ignore
Most of the websites share same (not exactly identical) structure. And so, creating a site from scratch isn't a sensible choice since it requires you to write code from the beginning. But, what if you can use a common structure to create a site? This is where a framework comes in handy.
[ Read More ]
Tips and Tricks for Developer to Avoid Common CSS Mistakes
Cascading Style Sheets (CSS) is a markup language, which is used for representing the look and formatting of a document that is written in HTML. It is one of the most influential tools that can intensify the entire tone and design of a website.
[ Read More ]
Latest responsive frameworks in 2015
Gone are the days when you need to wait for months to take your business online. Today we have frameworks which are a collection of multiple documents and files such as CSS, JavaScript, HTML and etc. , which helps the programmers to architect websites from the beginning within no time. These frameworks play a crucial role in the productivity of website online as with them the developers need not to write every single code for your website as they offer ready made features.
[ Read More ]