Notification Bar COO

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.
 avatar
user_5561620
html
18 days ago
500 B
2
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>

Leave a Comment