Hallo,
ich möchte Text auf einem background sowohl horizontal als auch vertikal zentrieren. Mit padding auto auto; klappts nicht.... XD
#content {
background: url("img/background.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
height: 100vh;
width: 100vw;
}
#text {
padding: auto auto;
}
Wie würdet ihr das machen?
LG
moritz
ich möchte Text auf einem background sowohl horizontal als auch vertikal zentrieren. Mit padding auto auto; klappts nicht.... XD
#content {
background: url("img/background.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
height: 100vh;
width: 100vw;
}
#text {
padding: auto auto;
}
Wie würdet ihr das machen?
LG
moritz