Posts Tagged ‘pseudo classes’

CSS Specificity and Exactness Explained

CSS Specificity and Exactness to knowCSS is all about cascading or waterfall principle. You may know this principle, but still some ways CSS is constructed are obscure. So, let’s try to find out the specificity of CSS selectors that are abased on the struggle for dominance principle. First of all, we should interpret the concept of CSS specificity…

Continue Reading...

Pseudo Classes To Know

Pseudo Classes for youPseudo classes enable you to apply certain styling rules on specific states of the chosen element. However, many CSS proposals are not supported by all browsers. Here you can find four pseudo classes that can be used when applied to links as well as tips to make your site look great.

Continue Reading...