text_test

Single Image with Black Background

body {
background-color: black; /* Set the background color to black */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}

img {
width: auto;
height: auto;
max-width: 90%;
max-height: 90%;
}


Single Image