SpaceHey and coding n00b here. I looked at some guides and put together this CSS code for a background collage of Andrew Wyeth paintings I threw together in Microsoft Paint. It works fine on Nein MC's tester, but I have it in my About Me section right now, and it's not displaying. Anyone know what I did wrong? Thanks for helping me out.
<style>
body {
background: url(https://i.imgur.com/UWVYbqB.png) repeat;
background-size: 424px 253px;
-webkit-background-size: center;
-moz-background-size: center;
-o-background-size: center;
background-size: center;
}
</style>