13 Temmuz 2009 Pazartesi

Css Tutorial

Bir önceki yazımda bahsettiğim style css kodlarını içeren bir tutorial.

#header
{
border: 0;
margin: 0px auto;
width:800px;
height: 106px;
}

body
{
width: 1024px;
height: 768px;
background-color: #952828
}

#con
{
width: 800px;
height: 600px;
background-image: url(images/arkafon.png);
background-position: top center;
text-align: left;

}

#bodyarka
{
width: 800px;
height: 400px;
background-image: url(images/arkafon2.png);

}

#tablo
{
width: 400px;
height: 400px;
float: left;
margin: 20px;
margin-top: 30px;
}

#resim
{
MARGIN: -450px 120px 10px 10px;
float: right;
display:inline;
}

Hiç yorum yok:

Yorum Gönder