Resim CSS ile Arka planda ise
.img{
background-image: url(yourimage.jpg);
background-position: center;
}
Resim Block ise
.img{
margin-right: auto;
margin-left: auto;
}
Resim Inline İse
img {text-align: center;}
Teknoloji Merkezli İnternot
Resim CSS ile Arka planda ise
.img{
background-image: url(yourimage.jpg);
background-position: center;
}
Resim Block ise
.img{
margin-right: auto;
margin-left: auto;
}
Resim Inline İse
img {text-align: center;}