<div class="fixed">Fixed</div>
div {
  border: solid orange 2px;
  background-color: bisque;
  width: 180px;
  height: 100px;
}

.fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.