The question is Centre but the answer doesn’t maybe due to I copied someone’s code and edit is there anyway to make answer page centre and dont limit text on an invisible box
This is code that I copied
This is code that I copied
Try using this for styling.
.card {
font-family: arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
}
.cuntainer {
height: 100%;
font-size: 25px;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.