Answers for "center a dive within another div"

0

center a dive within another div

#container {
    width: 640px; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
Posted by: Guest on February-27-2022

Browse Popular Code Answers by Language