diff --git a/index.html b/index.html index 5e8b9b8..a91c017 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ crossorigin="anonymous" > +
@@ -52,7 +53,42 @@

Explore Your Travel

-
+
+ + +
diff --git a/styles/style.css b/styles/style.css index 25e2212..3f6118d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -16,6 +16,7 @@ width: 90%; margin: 5rem auto; border-radius: 1rem; + border: 2px solid red; } /* section { @@ -137,4 +138,34 @@ select { background-color: rgba(255, 84, 0, 1); border: none; border-radius: 8px; + font-weight: 800; +} + +/* Popular section */ +.popular-section { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 3rem; +} + +.text-content { + display: flex; + flex-direction: column; + row-gap: 1rem; + align-items: flex-start; + justify-content: space-between; +} + +.text-content p, +.text-content li { + font-size: 16px; + font-weight: 400; + line-height: 26px; } + +.text-content p, +.text-content li { + text-align: left; +} + +