diff --git a/katebartova/style.css b/katebartova/style.css index bdfbf28..6ea1154 100644 --- a/katebartova/style.css +++ b/katebartova/style.css @@ -75,5 +75,27 @@ .banner-title span{ font-family: var(--Playfair); color: var(--exDark); - +} +.banner p{ + padding: 1rem 0 2rem 0; + font-size: 1.2rem; + text-transform: capitalize; + font-family: var(--Roboto); + font-weight: 300; + word-spacing: 2px; +} +.banner form{ + background: #fff; + border-radius: 2rem; + padding: 0.6rem 1rem; + display: flex; + justify-content: space-between; +} +.search-input{ + font-family: var(--Roboto); + font-size: 1.1rem; + width: 100%; + outline: 0; + padding: 0.6rem 0; + border: none; } \ No newline at end of file