Your Donut Banner

I have a Snickers Website link on the "specials" tab on the "Food" button.

When adding a link, remove the # character and paste in your link.

 

Add a Sinlge Button-

<a href="#">News</a>

 

Add a Dropdown Button-

<div class="dropdown">
<button class="dropbtn">Dropdown
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>