Home › Forums › CSS › Trouble Relatively Centering an Text Element › Reply To: Trouble Relatively Centering an Text Element
January 7, 2016 at 9:12 am
#236488
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;
}