Search
 
SCRIPT & CODE EXAMPLE
 

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;
}
Comment

CSS make image fill whole background

html { 
  background: url(images/bg.jpg) no-repeat 
    center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css transition visibility 
Css :: three dots in css 
Css :: css not first child 
Css :: center postion absdolute 
Css :: loop scss 
Css :: fixed image background css 
Css :: css remove border input focus 
Css :: text truncate after 3 lines 
Css :: stop selection css 
Css :: css center position absolute 
Css :: nowrap css 
Css :: swiper center slides but not first slide 
Css :: mat slide toggle change color 
Css :: how to do a background blur in css 
Css :: out transition does not ease 
Css :: ajouter une image dans un before after 
Css :: css button transparent 
Css :: detect mobile css 
Css :: add google font 
Css :: variables scss en calc() 
Css :: how to put element in center in html 
Css :: gatsby hide scrollbar 
Css :: box shadow css animation 
Css :: JS make text not highlightable 
Css :: universal css 
Css :: highlight table row on hover 
Css :: tablet screen media query 
Css :: removing the unwanted border button css 
Css :: install tailwind with cdn 
Css :: multiple css media queries 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =