added face detection introduction text

This commit is contained in:
2026-06-04 15:40:56 +02:00
parent 8a3d6319d3
commit ba1af8204b
3 changed files with 27 additions and 5 deletions
+16 -2
View File
@@ -13,10 +13,24 @@
margin: 50px;
}
#text-container {
#text-container-explanation {
margin: 70px 0 0 0;
width: 80vw;
height: 70vh;
height: 300px;
align-self: center;
position: relative;
}
#text-container-introduction {
margin: 50px 0 20px 0;
width: 70vw;
height: fit-content;
align-self: center;
position: relative;
left: -10vw;
}
#text-container-introduction p {
margin: 40px 0 40px 0;
font-size: 1.1rem;
}