forked from nadamedhat27/Full-Stack
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# CSS Tutorial | ||
|
||
Here we will learn everything about CSS, how to deal with it and Some tricks in writing it. | ||
|
||
## Agenda | ||
|
||
- [What is CSS?](https://github.com/nadamedhat27/Full-Stack/tree/main/Front-End/CSS#what-is-CSS) | ||
|
||
|
||
---------------------------------------------------------------- | ||
|
||
- ## What is CSS? | ||
|
||
- A short for Cascade Style Sheet. | ||
- Language to create the presentation and visuals (Fonts, Colors, Margins, Images, etc.). | ||
- Levels: 1, 2, 3. | ||
|
||
|
||
---------------------------------------------------------------- | ||
|
||
- ## Why CSS? | ||
|
||
If you are looking for working as Web Designer, UI Developer or Front-End Developer then you well need CSS as a background before you get in deep with the previous job titles. | ||
|
||
---------------------------------------------------------------- | ||
|
||
- ## Prerequisites | ||
|
||
Learn HTML, CSS is used to style the HTML structure you wrote before so, you should learn how to deal with HTML before you learn CSS. |