sseeley Posted March 22, 2009 Share Posted March 22, 2009 Can anyone help me with this code. I am just trying to centre the line of text, and set it 50px from the top of the screen? <style> #menuBar { display: block; width: 50%; margin-left: auto; margin-right: auto; } </style> <body> <div id="menuBar">Your content here</div> Thanks Link to comment https://forums.phpfreaks.com/topic/150565-help-with-css-centre/ Share on other sites More sharing options...
Maq Posted March 22, 2009 Share Posted March 22, 2009 Add this: margin-top: 50px; text-align: center; Link to comment https://forums.phpfreaks.com/topic/150565-help-with-css-centre/#findComment-790952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.