Skip to content

This repository contains the final submission for the Week 4 Assignment. The project demonstrates semantic HTML5 structure, responsive design using CSS Grid and Flexbox, and accessibility best practices. Key features include fluid layout adaptation, form enhancements, reduced-motion awareness, and clean markup.

License

Notifications You must be signed in to change notification settings

software-development-course-2025/web-development-v2-week-4-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora Layout — CSS Flex & Grid Showcase

A responsive, multi‑section webpage built from scratch using CSS Grid and Flexbox — no frameworks, just modern, maintainable CSS.

Live Demo (GitHub Pages)

Highlights

  • Grid for macro layout (main + sidebar + footer clusters)
  • Flexbox for micro layout (nav alignment, CTA, card wrapping)
  • Responsive via fluid type, relative units, and media queries
  • Accessible landmarks, focus states, and reduced‑motion awareness

Structure

/
├─ index.html           
├─ style.css            
├─ assets/
│  └─ logo.svg
└─ LICENSE              # MIT

How to Run Locally

  1. Clone or download this repository.
  2. Open index.html in your browser (no build tools needed).
  3. Resize the window to see the layout adapt.

Author


“Start with Grid for structure, polish with Flexbox for alignment.”

About

This repository contains the final submission for the Week 4 Assignment. The project demonstrates semantic HTML5 structure, responsive design using CSS Grid and Flexbox, and accessibility best practices. Key features include fluid layout adaptation, form enhancements, reduced-motion awareness, and clean markup.

Topics

Resources

License

Stars

Watchers

Forks