<div></div>
body,
html {
width: 100%;
min-height: 100%;
display: flex;
background: #fee;
}
div {
margin: auto;
width: 200px;
height: 100px;
border: solid 10px transparent;
border-radius: 10px;
background-image: linear-gradient(#fee, #fee),
linear-gradient(to right, green, gold);
background-origin: border-box;
background-clip: content-box, border-box;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.