Improving Hover Styles

Hover styles are easily added to interactive elements with CSS. When not careful, they can mess with the layout and user experience. Here are three examples where small details will improve your web design.

Lara Aigmüller

Posted in Little Big Details , HTML , CSS

Tutorial: Building Responsive Websites

Websites are responsive by default. They adapt perfectly to every screen size—without any help from CSS. The goal of this article is to learn the basics about modern CSS features you need to build advanced responsive layouts.

Lara Aigmüller

Tutorial: CSS Selectors and Their Specificity

Understanding different CSS selectors and possible combinations is a foundation of writing good CSS code. Basic knowledge about the specificity of CSS selectors will help you to create maintainable CSS code right from the beginning.

Lara Aigmüller