Apply CSS to the HTML profile page you built earlier.
1. General Styling:
- Background color for the page
- Font family (e.g., Arial, Helvetica, sans-serif)
- Line-height for readability
2. Headings:
- Color and size for <h1>
- Slightly smaller styling for <h2>
- Consistent margin/padding
3. Content:
- Paragraphs with proper line-height and margin
- Links styled differently (color, hover effect)
- Lists with custom styling
4. Layout:
- Center content on the page using flexbox
- Add padding/margin for spacing
- Use a max-width to keep content readable
Apply CSS to the HTML profile page you built earlier.
1. General Styling:
- Background color for the page
- Font family (e.g., Arial, Helvetica, sans-serif)
- Line-height for readability
2. Headings:
- Color and size for <h1>
- Slightly smaller styling for <h2>
- Consistent margin/padding
3. Content:
- Paragraphs with proper line-height and margin
- Links styled differently (color, hover effect)
- Lists with custom styling
4. Layout:
- Center content on the page using flexbox
- Add padding/margin for spacing
- Use a max-width to keep content readable