Cascading Stylesheets (CSS)

Module 3 Participation 20 Points

This paragraph is also a block element.

Rounded Corners

Add a curve to the corners of a block elementy--softening the pointiness

Box Shadow

Create depth for your webpage elements by giving them shadow.

Google Fonts

Easy way to use new and interesting fonts on your webpage.

Position

Allows us to place elements within a parent element with precision

Z-index

Allows us to control the overlap of positioned elements.

Hover w/ Transition

Provide a subtle hover effect that helps users visualize what they're doing.

Grid

Organize content in two-dimensional layouts with rows and columns.

Gradients

Create smooth color transitions for backgrounds and visual interest.

Transform

Rotate, scale, skew, or translate elements for dynamic effects.

Before/After

Style parts of elements like ::before and ::after for decorative touches.

Content

Animations

Bring elements to life with @keyframes and animation properties.

Blur

Apply blur, brightness, contrast, and other visual filters to elements.