Centered and Scaled Background Image
by jme11
CSS
html, body {
min-height: 100%;
}
body {
background-image:url('https://uwmadison.qualtrics.com/CP/Graphic.php?IM=IM_00pfOKSXTudGqfb');
background-repeat: no-repeat;
background-size: 70% 70%;
background-position: center center;
background-color: blue;
}