Monday, 25 April 2022

CSS display div fixed on right

 #navigation

{
    position: absolute; /*or fixed*/
    right: 0px;
}

https://stackoverflow.com/questions/19606889/div-to-the-right-side-of-the-page

No comments:

Post a Comment