Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background image css fill screen

.Background {
  background-image: url("Your picture name.jpg");
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: cover;
}
 
PREVIOUS NEXT
Tagged: #background #image #css #fill #screen
ADD COMMENT
Topic
Name
4+7 =