Category: CSS

CSS3 Accordion

Today’s post we will learn how to create a pure CSS3 content accordion, use the following html.

Pure CSS Parallax Scrolling

Parallax scrolling is a web site trend where the background content is moved at a different speed than the foreground content while scrolling. Use this...

Font Smoothing With Css

Use the following CSS html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } for Font Smoothing. Add this property to the stylesheet.

Responsive google maps with css

This is the simple CSS code to create responsive google map. Add this css to your stylesheet .google-maps { position: relative; padding-bottom: 75%; // This...