<div class="box box1">box1</div>
<div class="box box2">box2</div>
.box{
margin: 1em
}
.box1{
width: 100px;
height: 100px;
background: yellowgreen;
border: 10px solid #655;
outline: 5px solid deeppink;
}
.box2{
width: 100px;
height: 100px;
background: yellowgreen;
border: 2px dashed white;
outline: 5px solid yellowgreen;
}