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 be17f594fe
commit 952884ec99

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>