diff --git a/hw1/01-card.css b/hw1/01-card.css index d0f7486..8fba136 100644 --- a/hw1/01-card.css +++ b/hw1/01-card.css @@ -1,9 +1,5 @@ -body { - font-family: 'Open Sans', 'Helvetica Neue', sans-serif; - font-size: 20px; - color: #555; -} - a { - color: rgb(0, 96, 96); + color: var(--teal); } + +/* Add your code here */ diff --git a/hw1/01-card.html b/hw1/01-card.html index e4ed3df..037819d 100644 --- a/hw1/01-card.html +++ b/hw1/01-card.html @@ -5,11 +5,14 @@
exercise #1 - organizing information into cards
- +