“Como fazer uma tira em HTML e CSS” Respostas de código

Como dar uma tira de cor de fundo em HTML e CSS

#colorstrip{
    width: 100%; height: 2px;
    border-style: solid;
    border-color: white;
    background-color: white;
}
Unsightly Unicorn

Como fazer uma tira em HTML e CSS

put a tag you never use like h5 where h5 is

h5 {background:red;width:100%}
Magnificent Markhor

Respostas semelhantes a “Como fazer uma tira em HTML e CSS”

Perguntas semelhantes a “Como fazer uma tira em HTML e CSS”

Procure respostas de código populares por idioma

Procurar outros idiomas de código