1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

add CSS resources (#946)

* add react.js resources

* add css resources
This commit is contained in:
Md. Jamal Uddin
2021-12-10 03:32:31 +06:00
committed by GitHub
parent 61186adf98
commit c1ab314e53

View File

@@ -1 +1,8 @@
# Css # CSS
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g., fonts, colors, spacing) to Web documents.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.w3schools.com/css/'>CSS Tutorial by W3Schools</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://learn.shayhowe.com/html-css/'>Learn to Code HTML & CSS by Shay Howe</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.freecodecamp.org/learn/responsive-web-design/'>freeCodeCamp Responsive Web Design Course</BadgeLink>