css
css copied to clipboard
Update style.css
Changes:
- Removed the duplicated body selector.
- Grouped the h2 and h3 headings together where padding was the same.
- Used translateX() instead of translate() to make the transform more explicit.
- Removed the redundant max-width and height declarations from elements already wrapped in flexible containers.
- Cleaned up indentation and formatting for easier reading.