diff --git a/index.html b/index.html index c2cd391..d65cf08 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,12 @@

CSS Board

Selectors

- +
diff --git a/styles.css b/styles.css index fdf0b99..d7e0bbb 100644 --- a/styles.css +++ b/styles.css @@ -88,7 +88,16 @@ h3 { /* SELECTORS */ /***************************************************/ /* Put Selector post-it styles here! ↓ */ +#josie-corrina { + background-color: #e0ea87; + height: 200px; + aspect-ratio: 1/1; + transform: rotate(-10deg); +} +#josie-corrina h3 { + font-weight: bold; +} /***************************************************/ /* PROPERTIES */ /***************************************************/