Welcome to the Taylor Swift Chants web page repository! This simple yet elegant project serves as an example of how to create a responsive web page using only vanilla HTML and CSS. It was designed to demonstrate the concepts and techniques taught during the CSS Responsive session.
This project showcases a responsive design that adapts to different screen sizes and user preferences, including color schemes. The page content focuses on Taylor Swift chants, providing an engaging and relatable example for students to learn from.
- Responsive Design: Adapts seamlessly to various screen sizes, from mobile devices to large desktops.
- Color Scheme Adaptation: Automatically adjusts to the user's preferred color scheme (light or dark mode).
- Vanilla HTML and CSS: Built without external frameworks to focus on the fundamentals of responsive design.
The purpose of this repository is to provide a practical example for students to understand and implement responsive design techniques, including:
- Media queries for different screen sizes
- Flexible layouts using CSS properties like
flexboxandgrid - Leveraging CSS variables for theme-based adjustments
- Utilizing
@media (prefers-color-scheme)to align with user preferences
- JavaScript,
- HTML
- CSS

