CINXE.COM
全国微信交流群
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"> <title>全国微信交流群</title> <style> * { margin: 0; padding: 0; } body { min-height: 100vh; margin: 0; position: relative; display: flex; justify-content: center; align-items: center; } .main_img { display: block; width: 100%; max-height: 30%; max-width: 30%; margin: 0 auto; position: relative; z-index: 10; /* height: 100vh; */ } .bg_img { width: 100%; height: 100%; margin: 0 auto; filter: blur(30px); position: absolute; top: 0; left: 0; right: 0; } </style> </head> <body> <img class="main_img" src="./images/333.png" /> <img class="bg_img" src="./images/333.png" /> </body> </html>