Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to add background in css

body {
 background-image: url("paper.gif");
 background-color: #cccccc;
}
Comment

add background image in css

.w {
background-image: url("images/tom1.png");
}

.a {
background-image: url("images/tom2.png");
}

.s {
background-image: url("images/tom3.png");
}
Comment

Adding a background image in CSS

div {
  background-image: url("alert.png");
}
Comment

how to apply a background image in css

add background image
Comment

PREVIOUS NEXT
Code Example
Css :: align items center css 
Css :: ignore br css 
Css :: css disable button click 
Css :: change placeholder color 
Css :: css keep div at bottom of screen when scrolling 
Css :: css last item should be flex end 
Css :: css background properties 
Css :: background color css 
Css :: vue import css scoped 
Css :: line-height css 
Css :: grid-template-areas css 
Css :: box shadow css 
Css :: how to remove gap between divs 
Css :: clamp css 
Css :: css text alignment 
Css :: placeholder text css 
Css :: angular headers for enc type 
Css :: jquery add external css to head 
Css :: ellipsis css 
Css :: div inline grid 100% width 
Css :: how to make background image responsive in css 
Css :: resize in css 
Css :: css hide mark border 
Css :: css input border radius focus 
Css :: css center div 
Css :: margin css 
Css :: flickity css 
Css :: bootstrap-start 
Css :: auto suggestion in jupyter notebook 
Css :: how to desactivate txt selection css 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =