.message
{
border: solid 1px red;
width: 200px;
height: 200px;
bottom: 0;
position: fixed;
right:0;
}
<div class="message"></div>