<button type="button" class="btn btn-primary" id="toastTopRightBtn">Top right</button>
<button type="button" class="btn btn-secondary" id="toastTopLeftBtn">Top Left</button>
<button type="button" class="btn btn-warning" id="toastBottomRightBtn">Bottom Right</button>
<button type="button" class="btn btn-danger" id="toastBottomLeftBtn">Bottom Left</button>
<div class="toast-container position-fixed top-0 end-0 p-3">
<div id="toastTopRight" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="assets/img/1.jpg" class="rounded me-2" alt="...">
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Hello, world! This is a toast message.
</div>
</div>
</div>
<div class="toast-container position-fixed top-0 start-0 p-3">
<div id="toastTopLeft" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="assets/img/1.jpg" class="rounded me-2" alt="...">
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Hello, world! This is a toast message.
</div>
</div>
</div>
<div class="toast-container position-fixed bottom-0 end-0 p-3">
<div id="toastBottomRight" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="assets/img/1.jpg" class="rounded me-2" alt="...">
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Hello, world! This is a toast message.
</div>
</div>
</div>
<div class="toast-container position-fixed bottom-0 start-0 p-3">
<div id="toastBottomLeft" class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img src="assets/img/1.jpg" class="rounded me-2" alt="...">
<strong class="me-auto">Bootstrap</strong>
<small>11 mins ago</small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">
Hello, world! This is a toast message.
</div>
</div>
</div>