Das Erstellen eines gepunkteten
-Tags hält eine graue Linie durch den unteren Teil der Punkte
Posted: 12 Jul 2025, 19:56
Einfache Frage Wahrscheinlich hoffe ich, dass ich niemanden vermisst habe, der dies fragt, weil ich es ehrlich gesagt idk erklären kann. Ich habe keinen anderen Code, den es so nennen, dass ich den entsprechenden Code + einen Screenshot < /p>
.landingMain {
justify-content: center;
border: dotted;
color: whitesmoke;
text-align: center;
margin-left: 60vh;
margin-right: 60vh;
flex-direction: row;
}
.landingSubHeading {
font-family: "Twinkle star", cursive;
font-style: normal;
margin: auto;
text-align: center;
}
hr.dotted {
border-top: 3px dotted #FFF;
}< /code>
Website Screenshot
.landingMain {
justify-content: center;
border: dotted;
color: whitesmoke;
text-align: center;
margin-left: 60vh;
margin-right: 60vh;
flex-direction: row;
}
.landingSubHeading {
font-family: "Twinkle star", cursive;
font-style: normal;
margin: auto;
text-align: center;
}
hr.dotted {
border-top: 3px dotted #FFF;
}< /code>
Code: Select all
Hi! I'm Maya!
test
Website Screenshot