<body class="responsive-background">
<h1>Hello World!</h1>
</body>
body.responsive-background{
height:100vh; /* sin que tome todo el alto no funciona */
background: url(https://raw.githubusercontent.com/mauri-globant/images/master/bottom-right.png) right bottom no-repeat, url(https://raw.githubusercontent.com/mauri-globant/images/master/top-left.png) left top no-repeat;
background-color:#344355 ;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.