A simple HTML and CSS project that displays a motivational poster with an image and quote. Ideal for beginners learning basic web development concepts such as HTML structure, styling with CSS, importing custom fonts, and working with images.
- ✅ Clean and minimal layout
- ✅ Google Fonts integration
- ✅ External CSS styling
- ✅ Local image usage
- ✅ Motivational message to stay productive!
- HTML5
- CSS3
- Google Fonts
motivational-poster/
├── assets/
│ └── images/
│ └── _.jpeg
├── style.css
└── index.html
- Clone the repository:
git clone https://github.com/your-username/motivational-poster.git
- Open
index.html
in any browser:open index.html
- 💬 Change the quote in the
<h1>
and<p>
tags inindex.html
- 🖼️ Replace
_.jpeg
inassets/images/
with your own motivational image - 🎨 Modify
style.css
to update fonts, colors, or layout