Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 597 Bytes

File metadata and controls

29 lines (23 loc) · 597 Bytes

Introduction to CSS

Objectives

Link an external CSS file to an HTML document. Apply basic styling using selectors. Use colors, fonts, and spacing effectively.

Instructions

Create a style.css file. Apply CSS to a HTML page. Style elements using: Classes and IDs. Color and typography. Margins, paddings, and borders.

Note

  • Include at least:
  • Use of 3 selectors
  • Style an image
  • Margin, Padding & Borders
  • Different font

Tasks

  • Link an external CSS file.
  • Apply at least 3 different selectors.
  • Improve readability and aesthetics.

Happy Coding! 💻✨