En Çok Okunanlar

Katkıda bulunanlar

Son Yazdıklarım

Kategoriler

Tema resimleri Storman tarafından tasarlanmıştır. Blogger tarafından desteklenmektedir.

4 Mart 2019 Pazartesi

Css3 Background-Origin



background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoiszB5CfNRPLuFWkd76rUGPXaHVfLoqOVUV22n-Z0Nbx5-QTmKucTZ4_eos9wXHaT1e8jEprnLahFTYDlInVXgOykIhJw1DO7JbU0Xp-9FEtIZ2uPyqbx2Sh6d751yqpZKi8lrAlbwK8/s1600/paper.gif');
background-repeat: no-repeat;
background-origin: content-box;



background-origin: padding-box (default):

Hello World

The background image starts from the upper left corner of the padding edge.

background-origin: border-box:

Hello World

The background image starts from the upper left corner of the border.

background-origin: content-box:

Hello World

The background image starts from the upper left corner of the content.

0 on: "Css3 Background-Origin"