A simple project that demonstrates how to create and style headings and paragraphs using HTML and CSS. Perfect for beginners who want to practice typography, text alignment, and custom styling.
π Features
Multiple heading styles (h1 β h6)
Custom fonts and colors for paragraphs
Responsive text scaling
Clean and minimal design
π Project Structure styled-heading-paragraph/ βββ index.html βββ style.css βββ README.md
π οΈ Setup & Usage
-
Clone the repository git clone https://github.com/your-username/styled-heading-paragraph.git cd styled-heading-paragraph
-
Open in Browser
Just open the index.html file in your browser.
π» Example
This is a styled paragraph where you can experiment with fonts, colors, and responsive text design.
.main-heading { font-family: 'Arial', sans-serif; color: #2c3e50; text-align: center; }
.description { font-size: 18px; color: #555; line-height: 1.6; text-align: justify; }
π Future Improvements
Add Google Fonts for better typography
Support for dark mode
Add more layout examples
π License
This project is licensed under the MIT License.