energeist / acs-3320-zen-garden

ACS 3320 CSS Zen Garden Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACS-3320 CSS Zen Garden Exercise

For this exercise, I took some seasonal inspiration and went with a 👻sUpEr👻SpOoKy👻GrAvEyArD👻 theme for the CSS Zen Garden Challenge. The unmodified base CSS Zen Garden HTML was used, only the style sheet was modified to create this layout.

Selector types used:

  • * wildcard selector
  • element selector
  • . class selector
  • # id selector
  • > child selector
  • [property selector]
  • :nth-of-type selector
  • :nth-last-of-type selector
  • :nth-child selector
  • ::before pseudoselector

About

ACS 3320 CSS Zen Garden Challenge


Languages

Language:HTML 76.4%Language:CSS 23.6%