10 CSS shorthand tips and how to optimize CSS
If you want to write efficient and optimized CSS code then you’ll surely need to have in mind the following shorthand tips. These tips and tricks apparently don’t seem to be so important at the first...
View Article7 tips to organize your CSS
Working often with CSS for my own website or for my job makes me trying always to be organized and that made me thinking about a thing. What is the best way to organize my CSS file(s)? With this...
View ArticleClearing floats methods nowadays
At my beginnings as a web designer using Div tags, when I first discovered clear floats I was so happy and it was for sure an “a-ha” moment. Since then, so many things have changed and new clearing...
View ArticleAnimated Notification bubble icon with CSS3 keyframe animation
The other day, while working on a web project, I had to emphasize somehow a dynamic notification bubble. Basically, every time the notification value changes, a visual effect was needed in order to get...
View ArticleCSS3 Inheritance Tips and Tricks – inherit, initial & unset
It’s easy to overlook the cascading features of style-sheets. Most designers/developers are aware of the inherit keyword but there are a few new inheritance features in CSS3 you may not be aware of…...
View Article