0
Hi, how can i make that text in the middle of the page
2 Respuestas
+ 1
.animated-text p {
animation-duration: 1s;
animation-fill-mode: both;
text-align:center;
}
text-align property
https://www.w3schools.com/cssref/pr_text_text-align.php
0
https://www.sololearn.com/discuss/3035290/?ref=app