Css Styles

overview

Border Properties



.section{
  border:solid;
  border-width:1px;
  border-color:lightgrey;
  border-radius:8px;
}
					
Try it!
Result: