Quote Originally Posted by Noob View Post
bro find the class in tag property and search that class name in .css file

.example {
float:center;
}
ive never found a float center to work very well but unless there are other floatings in the div you should use.

.example {
margin-left:auto;
margin-right:auto;
}