Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users …

CSS Image Sprites

CSS sprites are used to reduce the number of HTTP requests send to server. The smaller images are combined into a larger one at defined X and Y coordinates. After assigning this generated image to relevant page elements, using the background-position CSS property we can then shift the visible area to the required component image. Why we use image sprites: 1 : …

CSS3 Box Shadow

The box shadow property allows web designers to design multiple drop shadow(outer or inner) for any box element ,using values for color,size and offset etc. In this tutorial we are going to explain how we can use the box shadow property for drop shadow effect. The box shadow property can be assigned through comma separation in …