Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlita Edmonds
6,068 PointsHow to I get my text centered?
My list item links are not being displayed in the center of the browser. How can I do this? Thanks!
.main-links { list-style: none; display: inline; padding: 10px; text-align: center; }
2 Answers
Alita Edmonds
6,068 PointsOps never mind. Had already solved it!
Dinesh Patil
7,752 Pointsuse this rule
text-align: center;