• 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 6 replies - 16 through 21 (of 21 total)
Viewing 6 replies - 16 through 21 (of 21 total)

The topic ‘colored container’ is closed to new replies.