Getting Started
Image
Image source: https://dev.to/dipakahirav/day-7-introduction-to-css-2n2k
Before we get started, lets start with what HTML and CSS are.
HTML stands for Hyper-Text Markup Language and it is the language to create web pages. Things like headings, text paragraphs, and images are all used to display HTML.
CSS stands for Cascading Style Sheets, and it is used for the styling of HTML. Things like colours, fonts, and positioning is used in CSS.