Skip to content

PLP-WebTechnologies/july-2025-introduction-to-css-Yolisaq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Review Assignment Due Date

🎨 Assignment: CSS Basics & The Box Model

Overview

This assignment introduces you to the foundational principles of CSS—how to style web content, apply essential styling properties, and understand the powerful concept of the CSS Box Model. You’ll practice writing clean, organized CSS that brings structure and visual appeal to an HTML page.

Objective

Your goal is to create a visually styled web page using only CSS. You will apply basic styling rules to text, backgrounds, and layout elements, and demonstrate an understanding of how the CSS Box Model affects spacing and sizing on the page.

What You'll Practice

  • Connecting CSS to your HTML (external stylesheet)
  • Using basic CSS properties such as color, font-size, margin, padding, border, and background
  • Structuring your layout with awareness of how the Box Model influences spacing and dimensions
  • Writing clean and maintainable CSS selectors and rules

Instructions

Start with a basic HTML structure and create a separate CSS file named styles.css. Link it to your HTML file. Apply various styles to headings, paragraphs, and container sections.

Use the Box Model deliberately—experiment with margin, padding, and borders to see how they affect the layout. Apply background colors to visualize box boundaries. You may also style buttons, navigation, and card-like sections to demonstrate your grasp of spacing and alignment.

No JavaScript or external CSS libraries (like Bootstrap) should be used.

Deliverables

Submit the following files:

  • index.html: A basic HTML page with structured content.
  • styles.css: Your external stylesheet containing all your CSS rules.

Both files should work together to showcase:

  • Proper use of selectors and basic styling properties
  • Clear implementation of the CSS Box Model
  • Consistent spacing, sizing, and layout styling

Tips

  • Correct linkage of HTML and CSS files
  • Use of appropriate CSS selectors and properties
  • Demonstration of the Box Model through visual layout (clear use of margin, padding, and borders)
  • Readability and organization of CSS code (indentation, comments, spacing)
  • Overall appearance and clarity of styled content

About

plp-webtechnologies-classroom-july2025-july-2025-introduction-to-css-introduction-to-css-july-2025 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published