Posts filed under Web Design

CSS transitions and how to use them

CSS transitions and how to use them

CSS transitions allow properties to change over time. I.e. elements can transition smoothly from one property value to another using the desired time interval.

Getting started with SASS

Getting started with SASS

Getting started with SASS aims to make SASS slightly more appealing. It shows how to install SASS on Raspbian, Windows and macOS.

What beginners should know about JSON

What beginners should know about JSON

JSON is a lightweight syntax or standard for storing and exchanging data between servers and users. Data presented in JSON format is human-readable.