<div class="fixed">Fixed</div>
div {
border: solid orange 2px;
background-color: bisque;
width: 180px;
height: 100px;
}
.fixed {
position: fixed;
bottom: 10px;
right: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.