<!doctype html>
<title>Example</title>
<style>
div {
font-size: 5vw;
padding: 5vw;
margin: 5vw;
outline: 5vw solid orange;
border: 1vw solid green;
}
</style>
<div>Orange outline, green border.</div>