diff --git a/index.html b/index.html index f5fd3fb..036c167 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,12 @@

Properties

Layouts

- +
diff --git a/styles.css b/styles.css index addc014..fc6e605 100644 --- a/styles.css +++ b/styles.css @@ -92,3 +92,13 @@ /* LAYOUTS */ /***************************************************/ /* Put Layout post-it styles here! ↓ */ +.post-it#andrea { + height: 200px; + aspect-ratio: 1; + background-color: #0089BA; + rotate: z 5deg; +} + +#andrea h3{ + font-weight:bold; +}