<link href="css/style.css" rel="stylesheet" type="text/css"> css i html e tanımlamak için bunu kullandım
0charset "utf-8";
#header{
width:800px;
height:100px;
margin:0 auto 0 auto;
display:table;
background:#red;
}
#content{
margin:0 auto 0 auto;
display:table;
}
#footer{
margin:0 auto 0 auto;
display:table;
}
websitesilogo{
margin:0 auto 0 auto;
display:table;
width:100px;
height:auto;
}