Problemas que se van presentando en el camino y tips para solucionarlos.
Use the CSS3 background-size property to ensure that even if the image is scaled down, it gets drawn at the correct size:
body{ background-image: url("background.jpg”); -webkit-background-size: 1500px 2000px; }
Post a Comment
No comments:
Post a Comment