Home › Forums › CSS › Centering a bunch of elements inside a div › Re: Centering a bunch of elements inside a div
September 22, 2012 at 10:02 pm
#110601
Participant
Well now i am perturbed by this issue. Here is my latest idea: .ContentWell{
padding:0;
}
.content{
text-align: center;
padding: 4%;
}
.projectTiles{
float: none;
}