how to put an active border bottom in css code example
Example 1: css border bottom
.bottomBorder {
/* width style color */
border-bottom: 5px solid black;
}
Example 2: css using border top border bottom to create a hamburger icon
<a class="menu-toggle">Menu</div>