Is it the effect below? If so, please continue reading! Code demonstration (taking the above picture as an example) Write out the main modules and omit the codes for other details. HTML code: <div class="login-container"> //This div is the background image <div class="beijing"></div> //This div is the displayed content block, which is my logo and login box <div class="content"></div> </div> CSS code: .login-container{ position: relative; width: 100%; height:100%; position: relative; //Use flex layout to vertically center the content module display: flex; flex-direction: column; position: relative; } .beijing{ //Background image style width: 100%; height: 100%; position: absolute; left: 0px; top:0px; background: url('../../../static/img/timg (1).jpg'); background-repeat: no-repeat; background-size: cover; -webkit-filter: blur(10px); -moz-filter:blur(10px); -o-filter: blur(10px); -ms-filter:blur(10px); filter: blur(10px); } .content{ //Content image style width: 80%; height: 70%; position: absolute; z-index: 5; } By following the HTML and CSS above, you can achieve the background blur effect you want! Summarize This concludes this article about sample code for implementing background blur effect with CSS. For more CSS background blur content, please search previous articles on 123WORDPRESS.COM or continue browsing the related articles below. I hope you will support 123WORDPRESS.COM in the future! |
<<: Detailed explanation of the relationship between image format and design in web design
>>: SQL implementation LeetCode (185. Top three highest salaries in the department)
Configure Java environment variables Here, the en...
In HTML, you need to specify the encoding used by...
In front-end projects, attachment uploading is a ...
◆Add to favorites illustrate Click to add your we...
This article shares the specific code for JavaScr...
The box model specifies the size of the element b...
MySQL master-slave configuration and principle, f...
Table of contents 1. Install vmware 1.1 Download ...
For the beginner's first installation of MySQ...
CocosCreator realizes skill CD effect There are s...
Original data and target data Implement SQL state...
1. In addition to the default port 8080, we try t...
1. Permanent modification, valid for all users # ...
Preface MySQL is a high-speed, high-performance, ...
You must have saved other people’s web pages and l...