arkadaşlar erbilenın videosundakı aynı kodları yazıyorum ancak bende resımler gozukmuyor nedense sorun nedır anlamadım .birebir aynı herseyi.. tasarım dıye klasor açtım içine style.css ve index.html koydum ve kodları sunlar. yanlıs nerede delı olcam
stlye.css
body {
font-family: Tahoma;
font-size: 12px
}
#header {
background: url(images/logo.png);
width: 960px;
height: 130px;
}
#menu {
background: url(images/menu-bg.png) ;
width: 960px;
height: 30px;
}
index.html
<html>
<head>
<title>Tasarım</title>
<link rel="sytlesheet" type="text/css" href="style.css"/>
</head>
<body>
<center>
<div id="header"><img src="images/logo.png" width="960" height="130"/>
asdad
</div>
<div id="menu"><img src="images/menu-bg.png" width="960" height="30"/>
<div class="menu">
<a href="#">İletişim</a> | <a href="#">RSS</a>
</div>
<a href="#">Menü 1</a> | <a href="#">Menü 1</a> | <a href="#">Menü 1</a> | <a href="#">Menü 1</a> | <a href="#">Menü 1</a> |
</div>
<div id="body">
</div>
<div id="sag-menu">
</div>
<div id="footer">
</div>
</center>
</body>
</html>
bide böyle dene arkadasım pek fazla bilgim yok ama bende bir haftadır css ye uğraşiyom