html Portfolio Entries | Creative Showcase

Explore My Creative Portfolio

DigitalCollage #1

Digital Artwork 1

A captivating exploration of color and form using digital techniques.

Responsive Layout

Responsive Web Design Layout

A fully-responsive design showcasing exceptional user experience.

css /* styles.css */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; transition: background-color 0.3s ease; } header { background-color: #f5f5f5; padding: 2rem; } .nav-list