suman-shah / CSS-Basics

Focus: Introduction to CSS (selectors, properties, colors, fonts, margins, paddings, etc.)
0 stars 5 forks source link

Changes #4

Closed MoneyPlantyoy closed 2 weeks ago

MoneyPlantyoy commented 2 weeks ago
  1. Separate CSS Files: Created styles-index.css for index.html and styles-tips.css for tips.html.
  2. CSS Organization: Each page now has its own stylesheet to maintain cleaner and more organized code.
suman-shah commented 2 weeks ago

Ohh super