Basic simple calculator
In this tutorial I am going to show you how to design a basic simple calculator with few HTML codes. Generally building of calculator seems to be very hard work and lots of code. But…Continue Reading
Blog for web designers
In this tutorial I am going to show you how to design a basic simple calculator with few HTML codes. Generally building of calculator seems to be very hard work and lots of code. But…Continue Reading
In this tutorial I am going to show you how to create a third level navigation with responsive that supports up to cross devices. With an increased mobility now a days it is very important…Continue Reading
In this post you will see how to make a easy vertical align object only with css. Easy Vertical Align Easy vertical align make any inline element or block level element center vertically with css…Continue Reading
You can easily make css triangles with css border technique. Below CSS and HTML will give you a sharp triangle without any images. It is also supported on Internet Explorer 7. css .arrow-up { width:…Continue Reading
HTML5 video mute attribute is not supported in IE9 and pre-version of IE. It is supported in IE10, Firefox, Chrome, Safari, Opera. <video controls muted> <source src=”movie.mp4″ type=”video/mp4″> <source src=”movie.ogg” type=”video/ogg”> Your browser does not…Continue Reading