border-bottom-width

Here is a Heading of Level 2


CSS:

h2 {
	border-style: solid;
	border-width:1px;
	border-color:#ECBA41;
	border-bottom-width: 20px;
}