• Resolved lukeg01

    (@lukeg01)


    hello,
    i’m trying to make a green colored full width menu bar,
    i got this:
    html:

    <menu>
    Home News Contact About
    </menu>

    css :

    menu{
    width: device-width;
    height: 1000px;
    background-color: #ABCF38;
    }

    the problem is that it stays white

    luke

Viewing 15 replies - 1 through 15 (of 21 total)
Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘colored container’ is closed to new replies.