Websites are made of three programming languages: HTML, CSS, and JavaScript. Let’s break down what makes each language special!
<style> element
2.2CSS classes
2.3Inline CSS using style=""
2.4Inheritence and specificity
2.5The box model
2.6The position property
2.7Units
2.8Colors
2.9Styling text
2.10Importing fonts
2.11Basic interactivity using :hover and :active states
2.12Animation using @keyframes
2.13Flexbox
2.14Grid
2.15Responsive design using @media queries<style> element2.2CSS classes2.3Inline CSS using style=""2.4Inheritence and specificity2.5The box model2.6The position property2.7Units2.8Colors2.9Styling text2.10Importing fonts2.11Basic interactivity using :hover and :active states2.12Animation using @keyframes2.13Flexbox2.14Grid2.15Responsive design using @media queries