fill a div with a bg


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. div{
  2. background-image: url(plasma.png);
  3. background-size: cover;
  4. }

URL: http://www.w3.org/TR/css3-background/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.