“.COL-12 Bootstrap” Respostas de código

.row bootstrap

.row{
    display: flex;
    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}
GutoTrosla

.COL-12 Bootstrap

.col-12{
	flex: 0 0 100%;
	max-width: 100%;
}
GutoTrosla

Respostas semelhantes a “.COL-12 Bootstrap”

Perguntas semelhantes a “.COL-12 Bootstrap”

Procure respostas de código populares por idioma

Procurar outros idiomas de código