Search
 
SCRIPT & CODE EXAMPLE
 

CSS

background shorthand css

/* background shorthand css */
background: blue url(image.jpg) no-repeat scroll 0px 0px;

/* background longhand css */
background-color: blue;
background-image: url(image.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
Comment

PREVIOUS NEXT
Code Example
Css :: comments in css 
Css :: make button stretch to fit text 
Css :: select all class in css 
Css :: rainbow text css 
Css :: html disable spin buttons on input type number 
Css :: how to add fanctoin to links in css 
Css :: css line spacing 
Css :: ::after cant see 
Css :: bootstrap ol 
Css :: how to prevent select image in css 
Css :: how to add image with url in css 
Css :: background image css stack overflow 
Css :: tailwind center vertically 
Css :: how to hide the scrollbar in css 
Css :: css comment 
Css :: remove border svg 
Css :: sticky footer 
Css :: centre align in position absolute 
Css :: sass class with another class 
Css :: background image blur css codepen 
Css :: css prevent grid blowout 
Css :: grid blocks center 
Css :: css percent scale checkbox 
Css :: how to view downloading speed 
Css :: bootstrap card hover effect 
Css :: word break css 
Css :: Capitalize the first letter of string using CSS 
Css :: css toggle visibility 
Css :: css grid row height with repeat 
Css :: make text bold without font-weight 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =