• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Abstände zwischen Boxen

TheWolf

Neues Mitglied
Hallo, ich habe ein kleines problem.ich Habe immer solche Weisen Abstände trotz Farben ger Boxen weiß jemand wie ich diese verhindern kann ?

Vielen Dank für die Antwort schon Mal.

body {
background-color: #F3F5F6;
font-family: 'Montserrat', sans-serif;
text-align: center;

}
.Logo {
width: 250px;
height: 200px;


}
.Top {
background-color: black;
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}
.img {

}
.imgcenter{

}
.text1 {
text-align: center;

}
.Text {
background-color: blue;
width: 100%;
height: 200px;
align-items: center;
}
.Kontakt {
background-color: red;
height: 200px;
}
.text2 {
text-align: center;
display: flex;
justify-content: center;

}
.text3 {
text-align: center;
display: flex;
justify-content: center;

}
.text4{
text-align: center;
}
.Recht {
background-color: yellow;
height: 100px;
}
.text5 {
text-align: center;
}
 
Werbung:
Aus dem Puren CSS ohne das dazugehörige HTML Markup kann ich leider nichts herauslesen.
Kannst du uns auch noch das Markup zeigen?

(Bitte als Code-Snippet und nicht nur in den Text kopieren)
 
Zurück
Oben