Example: Rounded Corners
Add a curve to the corners of a block element using border-radius.
Module 3 Participation 20 Points
Add a curve to the corners of a block element using border-radius.
Create depth by giving elements shadow with box-shadow.
Use a hosted web font to stylize headings (Google Fonts).
Place the heading precisely inside the article using position: absolute anchored to a position: relative parent.
Layer positioned elements; higher z-index wins.
A subtle color + border change on hover using :hover and transition.