Skip to content

Commit

Permalink
Done the Introduction of CSS
Browse files Browse the repository at this point in the history
closes #22
  • Loading branch information
nadamedhat27 committed Jul 27, 2024
1 parent 8fa9bd0 commit 9c95634
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Front-End/CSS/Readme.md
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.

0 comments on commit 9c95634

Please sign in to comment.