CSS


CSS Specificity and how !important it is in code

CSS Specificity is a relatively simple concept that many developers ignore and instead choose the lazy route. While this concept is not overly complex, it will very likely cause some troubles in your coding especially if your understanding of it... View Article

October 19, 2018


CSS and jQuery animations

So a topic that comes up regularly with building front end websites is animations. How to take content and give it a bit of life, to keep users more engaged? So I will be going over some ways to do... View Article

September 27, 2018