html & css
html & css
Structural Elements
• <h3> - Subheadings
List Elements
Miscellaneous Elements
CSS
1. Box Model & Spacing
• border: 4px solid var(--lighting-color); → Adds a solid border with a dynamic color.
• box-sizing: border-box; → Ensures width and height include padding and border.
3. Typography
• background-size: cover; → Ensures the background image covers the entire container.
• border-bottom: 4px solid var(--lighting-color); → Adds a bottom border with dynamic color.
• box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.05); → Creates a subtle shadow effect.
• cursor: pointer; → Changes the cursor to a pointer when hovering over an element.
7. Responsive Design