Jump to content

Help with CSS Centre


sseeley

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.