User:Endrabcwizart/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.main {
    border: 1px sloid black;
    width: 100%;
    /*height: 400px;*/
    background: black;
    border: 3px solid red;
}
.menu_items {
    display: flex;
    justify-content: space-around;
}
.menu ul li {
    color: black;
    list-style: none;
    background: white;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 500;
}