Keep HTML and CSS Markup Flexible with CSS Selectors

CSS selectors are one of the more neglected parts of the specification and CSS selectors are still not used to their full potential. You may sometimes spend too much time trying to solve a problem that you could more easily solve by using CSS selectors.
Today, I’m listing the list of CSS Selectors you Must Memorize if your want to keep your code (include HTML markup) and your stylesheets flexible.

Read more
Understanding Font sizing in CSS: em – px – pt – percent – rem

Understanding Font sizing in CSS: em – px – pt – percent – rem

In CSS3, you’re found sixteen (Yes, sixteen!) different units by which you can measure the size of text with font-size attribute. Some have their history in typography, such as point (pt) and pica (pc), others are known from everyday use, such as centimeter (cm) and inch (in). Some units are very popular but there are rare units or don’t use in website development. In this topic, I’m telling you about the summary of these attributes which is best suited for your website.

Read more
Make your own WordPress Drop-Down menu with CSS and jQuery

Make your own WordPress Drop-Down menu with CSS and jQuery

A drop down menu is often your best means of keeping the navigation simple and uncluttered, that can offer your theme and users 2 new things. One, add a nice new type of effect to enhance your theme. Two, allow the users to find things more easily. There are a few plugins that you can use to achieve this, but in this post, I’ll show you how to make your own Wordpress Drop-Down menu with CSS and jQuery and WordPress’s standard source code

Read more
Beautiful and Simple CSS Button Styling

Beautiful and Simple CSS Button Styling

You feel the buttons are not beautiful in form and display on different browsers. CSS buttons are much more efficient than image-based buttons because they’re entirely text-based. If you are looking for a simple and effective way of creating dynamic CSS buttons with cross browser compatibility, these tutorials are for you.

Below, you will find the CSS Tutorials and Techniques to make CSS Button Styling

Read more