How to align image in right bottom corner

Home / Answer

How to align image in right bottom corner

Author | Asked on 2024-10-29 | • HTML, CSS

How to places image in page bottom right corner.

<div id="background-img" class="background-img" ></div>
.background-img{
    background:url('images/bg-img.png');
    width:100%;
    height:698px;
    repeat-x;
}

 

Please login your account for replying

Do you want to get the latest update?