making div inside div and put it right-bottom corner how?

Use:

CSS:

#menu {
    position:absolute;
    right: 0;
    bottom: 0;
}

Leave a Comment