Category Archives: CSS

Rotate Image – CSS

Hi friends,Here I explain how to rotate image using HTML and CSS. This method can also be applied to rotate an image by any values from 0-360 degrees,it support all browser. The image rotation specify in CSS style only. Not using javascript and jquery or other in here, only using pure CSS.Position and styles are… Read More »

Live html compiler – PHP

Live HTML compiler using PHP is very simple one like as w3schools editor. In here we are going to run the textarea code in the iframe.Main difference from w3schools try editor,the w3schools try editor used asp.net but, here PHP with iframe is used.Visitors are need to edit their code for their own need, and they… Read More »

Center Image in div with overflow hidden

Here’s a simple CSS in HTML solution to have fullscreen backgrounds vertical and horizzontal centering respective image, image overflow hidden.Here you can center the image horizontally by adding a negative margin and left portion. If you want to you can also center the image vertically by adding a negative margin and top portion. CODE

Bouncing Balls with CSS3 and HTML

Hi friends! Today we are going to see another great example of how to use the CSS3 and HTML in bouncing balls effects. Table of Content The HTML The CSS THE HTML Use very basic html concept. For bouncing ball we use two important div are used like ‘wrapper’ and ‘ball_wrapper’. The ‘wrapper’ is the… Read More »

Create a WordPress Post

WordPress display different types of content with different title. Each item of such content is generally called as post. Adding post into your blog, first login admin panel and go to Posts then click ‘add new’. Post are displays reverse order in your home page. On this page you will see the wordpress post editior.The… Read More »