created and styled call to action

This commit is contained in:
Yusuf Ipek
2021-05-10 12:29:45 +03:00
parent a796a86f4c
commit 5b8f1751b7
4 changed files with 80 additions and 3 deletions
+10
View File
@@ -129,6 +129,16 @@ function HotelView() {
</button>
</div>
</div>
<div className="cta">
<h2 className="cta__book-now">
Good news! We have 4 free roms for your selected dates!
</h2>
<button className="btn">
<span className="btn__visible">Book now</span>
<span className="btn__invisible">Only 4 rooms left</span>
</button>
</div>
</main>
);
}