This snippet provides the HTML structure for a notification bar that invites users to book a free tour. It includes an image and a title with a description, ideal for enhancing user engagement on a website.
user_5561620
html
5 months ago
500 B
3
Indexable
<div class="notifiwrapper">
<div class="notification" id="notificationBar">
<div class="noti-container">
<img src="/media/2024/07/notification-francesca-1.png">
</div>
<div class="notificationwrapper">
<div class="rondleiding-title" id="title">Boek een gratis rondleiding</div>
<div class="rondleiding-paragraaf">Ontdek je nieuwe werkplek en meld je aan voor een gratis rondleiding</div>
</div>
</div>
</div>