CINXE.COM
Title
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <style> .cs-popup {position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgb(211, 211, 211); z-index: 100;} body { overflow: hidden; } </style> <div class="cs-popup"> <figure> <img src="/home/2019/scsa/image/ready02_k-20240924-052844.png" alt=""> </figure> </div> </body> </html>