Snippets tagged “background-image”
21 snippets use this tag.
- How to Add a Blur Filter to the Background ImageCSS
Learn How to Apply a Blur Filter to a Background Image with W3docs tutorial. Follow up the steps and create a blurred background image for your website.
- How to Add a Glass Background Effect to the TextCSS
If you want to make your website eye-catching and creative read this snippet and learn to create a glass background effect for your text step by step.
- How to Add Background Image with CSSCSS
To add background image to your HTML document you should use CSS styles.
- How to Add Both a Background Image and CSS3 Gradient to the Same ElementCSS
If you want to make your website more attractive, read this snippet and learn how to add both a background-image and CSS3 gradient to the same element.
- How to Add Multiple Background Images with CSSCSS
Read about how to use multiple background images with the help of background-image, background-position, background-repeat properties. Also, see examples!
- How to Blur the Background Image in CSSCSS
Learn about how to add blurring effect to your background image withe the CSS filter property. See examples.
- How to Change the Background Image on Scroll Using CSSCSS
Create an attractive effect for your website learning how to change the background images on scroll. Also, see nice examples!
- How to Create a Parallax Scrolling EffectCSS
Before creating a website choose an impressive design to attract your visitors and increase user engagement. One of the trendy effects is Parallax effect. Also, find beautiful examples!
- How to Create an Animated Filled Text with CSSCSS
If you are looking for ways for making your website more imaginative, read this snippet and learn to create an animated filled text due to our examples.
- How to Crop and Center Images Automatically in CSSCSS
There are many ways of cropping and centering an image in CSS. Read and find examples with the background-image and object-fit properties, and the <img> tag.
- How to Increase the Space Between the Dots of Dotted BordersHTML
In this snippet, we’ll show how you can overcome the difficulty of increasing the space between the dots of dotted borders. See what properties you can use.
- How to Make the Div Height to Auto-Adjust to the Background SizeCSS
It is possible to make the <div> to automatically adjust to the background size without setting a specific height or min-height. In our snippet, we’ll show how this can be done.
- How to Overlay Images with CSSCSS
Overlays can be a great addition to the image and create an attractive website. In this snippet, you can find different examples of overlaying images with CSS.
- How to Remove Background Image in CSSCSS
The background image is manipulated with the background-image property. But you may need to remove the background image, and we’ll show how it can be done.
- How to Remove, Replace or Style List Bullets with Pure CSSCSS
Learn the ways of removing, styling and replacing list bullets with images. Also how to make horizontal lists. All with examples.
- How to Resize Background Images with CSS3CSS
Learn about the ways of resizing and creating responsive background images. Use the CSS background-size property for that purpose. See examples.
- How to Set the Equivalent of "src" Attribute of an <img> Tag in CSSCSS
In this snippet, you can find the solution of setting the equivalent of “src” attribute of an <img> tag. For that, use the content or background-image properties.
- How to Set the Size of the Background-imageCSS
Learn How to Set the Size of the Background-image. Use the background-size property. In this snippet, we’ll show you how to do that with examples.
- How to Style a Horizontal LineCSS
Learn the ways of styling and have attractive horizontal lines: how to change color and size, set images as horizontal lines and a pack full of various kinds of <hr> examples.
- How to Style Comment Box Using CSSCSS
Style comment boxes, change the background color, add a background image or set borders to your comment box. See all with examples.
- When to Use HTML <img> Tag and CSS background-image PropertyHTML
In this snippet, we’ll discuss the differences between the HTML <img> tag and CSS background-image property, which will help you make a better decision.