commit 86e077118bbf2d3361cd76dc55dac266ec6befdc Author: rjbasitali Date: Wed Jun 1 19:55:20 2022 +0500 first commit 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 `