CSS (Cascading Style Sheets) is a simple styling language used to format websites. Because of ever increasing design demands, it is constantly changing and upgrading. Some interesting new functionalities, that were added in the previous year were an increased first letter, variable fonts, logical properties and values, scroll snapping, test for browser support and improvements to the media query. Read the rest
Tag: CSS
Website Dark/Light Mode
CSS specifications are constantly changing so CSS is constantly getting new functionalities. One of them is media query for dark mode: prefers-color-scheme: light/dark. Dark mode is gaining popularity as is it supposed to cause less harm to eyes, makes nighttime reading easire and prolonges battery life of some devices. Read the rest