From 86e077118bbf2d3361cd76dc55dac266ec6befdc Mon Sep 17 00:00:00 2001 From: rjbasitali Date: Wed, 1 Jun 2022 19:55:20 +0500 Subject: [PATCH] first commit --- .../1. getting_started.md | 18 ++ .../2. diving_into_basics.md | 249 ++++++++++++++++++ 2 files changed, 267 insertions(+) create mode 100644 css - the complete guide/1. getting_started.md create mode 100644 css - the complete guide/2. diving_into_basics.md diff --git a/css - the complete guide/1. getting_started.md b/css - the complete guide/1. getting_started.md new file mode 100644 index 0000000..8494510 --- /dev/null +++ b/css - the complete guide/1. getting_started.md @@ -0,0 +1,18 @@ +# Getting Started + +## What is CSS? +CSS stands for *Cascading Style Sheets*, and is used to style HTML elements. + +Use the ` +``` + +And the browser will apply the style to all the `section`s on your HTML page. + +There's another way of using styles, and that is using an external style sheet. For that we can create a new `*.css` file in the project, and in that file we can define css rules, without using the `