diff --git a/css/style.css b/css/style.css index 193daa2..9376f53 100644 --- a/css/style.css +++ b/css/style.css @@ -231,6 +231,12 @@ header{ height: 30px; display: grid; place-content: center; + content: var(--primary-color); + border: 1px solid var(--primary-color); + border-radius: 100%; + font-size: 1.5rem; + cursor: pointer; + transition: 0.3s; } .destination__nav span:hover { @@ -273,4 +279,15 @@ header{ .destination__card:hover .destination__details{ bottom: 1rem; -} \ No newline at end of file +} + +.destination__title { + font-size: 0.9rem; + margin-bottom: 0.5rem; +} + +.destination__subtitle { + font-size: 1rem; + font-weight: 600; +} +