Common CSS concepts
There are many CSS concepts and properties we use in day-to-day CSS work, lets dive into some of the common concepts used while working with CSS. Working with fonts Controlling typography-text-font is…
There are many CSS concepts and properties we use in day-to-day CSS work, lets dive into some of the common concepts used while working with CSS. Working with fonts Controlling typography-text-font is…
CSS is constantly changing and evolving, new features and capabilities are added to enhance design/styling. Initially/Originally HTML elements and attributes used to define basic styles like bold, italics, size, text color, background…
Default Browser styles Open any HTML page (Unstyled / No CSS used) in browser, have a look on content styles Note: Saying Unstyled is not accurate as every browser apply…
Importance 3 pillars / core Languages/Technologies used for Front End Web Design/Development: HTML (HyperText Markup Language) – Markup language, essential page structure/content, readable and convey structure to the user, text layout…