誰でもこのコードを追加して、ヘッダーとフッターを中央に配置できますか。左右の余白は同じにする必要があります
.newheader
{
background:#000;
height:30px;
left:0;
position:fixed;
width:100%;
top:0;
}
.newfooter
{
background:#000;
bottom:0;
height:30px;
left:0;
position:fixed;
width:100%;
}