diff --git a/content/roadmaps/100-frontend/content/102-css/readme.md b/content/roadmaps/100-frontend/content/102-css/readme.md
index 57cc064f2..8773e9984 100644
--- a/content/roadmaps/100-frontend/content/102-css/readme.md
+++ b/content/roadmaps/100-frontend/content/102-css/readme.md
@@ -4,6 +4,7 @@ CSS or Cascading Style Sheets is the language used to style the frontend of any
Free Content
W3Schools — Learn CSS
+Web.dev by Google — Learn CSS
freeCodeCamp — Responsive Web Design
Learn to Code HTML & CSS
CSS Crash Course For Absolute Beginners
diff --git a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
index 452a3193f..081d031c9 100644
--- a/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
+++ b/content/roadmaps/100-frontend/content/112-modern-css/102-styled-jsx.md
@@ -1 +1,8 @@
-# Styled jsx
\ No newline at end of file
+# Styled JSX
+
+Styled JSX is a CSS-in-JS library that allows you to write encapsulated and scoped CSS to style your components. The styles you introduce for one component won't affect other components, allowing you to add, change and delete styles without worrying about unintended side effects.
+
+Free Content
+
+Getting started
+Styled JSX in Next.js: Master Next.js
diff --git a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md
index fb128cd3c..765c0cf4f 100644
--- a/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md
+++ b/content/roadmaps/100-frontend/content/117-progressive-web-apps/readme.md
@@ -4,4 +4,5 @@ Progressive Web Apps (PWAs) are websites that are progressively enhanced to func
Free Content
Progressive Web Apps for Beginners
+Learn PWA
Build a Progressive Web App