Media Queries in CSS – A Complete Guide

Media Queries in CSS

When creating a website for users to view, you want to make sure that the page looks great and intuitive regardless of the users’ devices. These days users access the web from a variety of devices from desktop computers, tablets, mobile phones to assistive technologies. Designing a website to accommodate these devices can be a… Continue reading Media Queries in CSS – A Complete Guide

How to setup and use SASS in VS Code (Dart SASS support + Live page preview)

How to setup and use SASS in VS Code

SASS stands for “Syntactically Awesome Style Sheets” and it is an extension to CSS which helps us write more flexible styles – in other words, it’s a CSS preprocessor. CSS are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. SASS lets you use features that don’t exist in… Continue reading How to setup and use SASS in VS Code (Dart SASS support + Live page preview)

Exit mobile version