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


You need to login to view comments.