Forums

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

Home Forums CSS Centering a bunch of elements inside a div Re: Centering a bunch of elements inside a div

#110601
matt_sanford
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;
}