<!DOCTYPE html>
<title>Example</title>
<style>
div {
padding: 20px;
border-bottom-width: 4px;
border-bottom-style: double;
border-bottom-color: orange;
}
</style>
<div>
This 'div' has a bottom border.
</div>