CSS positioning 3
i want "开发者_开发技巧SOL" to be at the center of the left blocks and "SAG" to be at the center of the right blocks. But it either be at the most left or at the most right. How can i make them center of the left and right blocks?
link: http://www.orhancanceylan.com/sgkm
wrap those 3 things in divs with the following attributes
display:block;
width:33%;
text-align:center;
float:left;
精彩评论