Şimdi Ara!

Girişimzel Reklam

23 Aralık 2016 Cuma

CSS Background

background: #fff;
/* Css renk kodu */

background-color: red;
/* Css renk kodu */

background-image: url("agridagi.png");
/* Css arkaplan resimi kodu */

background-repeat: no-repeat;
/* Css arkaplan resmi tekrarlamama kodu */

background-repeat: repeat-x;
/* Css arkaplan resmi x yönünde tekrarlama kodu yani yatay*/

background-position: right top;
/* Css arkaplan resmi pozisyonu sol üst köşe*/

background-attachment: fixed;
/* Css havada uçurur evelallah kodu */

background: #ffffff url("img_tree.png") no-repeat right top
/* Css bu şekilde de hepsini barındırısın tek kodda kodu */

Hiç yorum yok:

Yorum Gönder