Archive for the Category »Uncategorized «
Have you ever thought of how CSS rules are rendered by browsers? How do browsers define which CSS rules have higher priority? Beginning web developers sooner or later come to the question of CSS Specificity. Just imagine your CSS file has the following lines:
p {color:white;}
p {color:red;}
How should browsers render this code? There must be some way to determine the importance of this or that line. And this way exists – it’s called CSS Specificity.
more…
Dear reader,
I am glad to see you reading my blog. My name is CM, I am a web-designer from Minnesota. I haveĀ a 10-year experience in web development, and I hope you will find my tips useful, no matter whether you are a beginner orĀ a professional.
I read every comment on this blog, whatever you post in comments, I will read it and will try to react.
Yours,
Crookie Monster
