Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trouble Relatively Centering an Text Element Reply To: Trouble Relatively Centering an Text Element

#236488
Gary Pickles
Participant

Hi Imkemikek,

If you change to below

.feature p {
padding: 10px;
font-size: 40;
border: solid;
border-color: black;
width: 10%;
margin: 0 auto;
text-align:center;
}