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