CSS

How to choose CSS units for responsive websites

When developing a responsive website suitable for various devices, it is important to understand the correct CSS units. But before delving into the decision-making, let’s categorize them to understand their category

SASS - CSS with super powers

Sass (Syntactically Great Style Sheets) is a CSS extension language that allows you to use things like variables, nesting rules, inline imports, etc. It helps to keep things organized and allows you to write CSS faster

How to implement dark mode using CSS and 3 lines of simple Javascript

A must-have feature for most modern websites and web applications is the ability to switch the theme of the website from light mode to dark mode. This feature has gradually become a fashionable supplement to the modern web, and I know how to deal with future projects or existing When implementing it in a project, it will undoubtedly come in handy to implement it