CSS kodlarım web sayfamda gözükmüyor

FQuexs

Hectopat
Katılım
4 Mart 2021
Mesajlar
107
Çözümler
1
Daha fazla  
Cinsiyet
Erkek
Merhaba, proje ödevi yaparken CSS kodlarımı HTML kodlarımın içine tanımlıyorum fakat web sayfasında gözükmüyorlar.

Kod:
<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;

}

Bunlar da CSS kodlarım.
 
HTML:
<link href="css/style.css" rel="stylesheet">



<style>
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;

}
</style>
 

Yeni konular

Geri
Yukarı