Assignment 2: Styled Web Page

Published

February 9, 2026

Overview

Take your Assignment 1 website and transform it with professional CSS styling.

Due Date: February 25, 2026, 11:59 PM
Points: 100

Requirements

1. CSS File Structure

Create an external CSS file (styles.css) and link it to all your HTML pages.

2. Required Styling

Apply the following:

  • Typography
    • Custom fonts (Google Fonts recommended)
    • Proper font sizes and line heights
    • Readable text colors
  • Layout
    • Centered content with max-width
    • Proper spacing and padding
    • Organized sections
  • Colors
    • Cohesive color scheme (3-5 colors)
    • Proper contrast for readability
    • Background colors for sections
  • Navigation
    • Styled navigation menu
    • Hover effects on links
    • Active page indication
  • Images
    • Consistent sizing
    • Borders or shadows
    • Proper spacing

3. Technical Requirements

Grading Rubric

Criteria Points
CSS Structure 20
Typography 15
Layout & Spacing 20
Color Scheme 15
Navigation Styling 15
Code Quality 10
Validation 5
Total 100

Submission

Submit ZIP file named: RollNumber_Assignment2_YourName.zip

Include: - All HTML files - CSS file - Images folder - README.txt

Resources