rounded border with outlines code example
Example: css round outline
/*A box-shadow can be used for a similar effect*/
.your-box-or-button-class{
box-shadow: 0 0 3px #000000;
}
/*A box-shadow can be used for a similar effect*/
.your-box-or-button-class{
box-shadow: 0 0 3px #000000;
}