[ Insert a call to action statement that will encourage the customer to purchase ]
What you'll get:
- [ Insert value 1 ]
- [ Insert value 2 ]
- [ Insert value 3 ]
[ Add any additional disclaimers or details about the purchase ]
.dropdown { display: inline-block; position: relative; } .dropdown-content { display: none; position: absolute; width: 100%; overflow: auto; box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4); } .dropdown:hover .dropdown-content { display: block; } .dropdown-content a { display: block; color: #000000; padding: 5px; text-decoration: none; } .dropdown-content a:hover { color: #FFFFFF; background-color: #00A4BD; }