| Line 1: | Line 1: | ||
<html> | <html> | ||
| + | <script>var dropdown = document.querySelector('.dropdown'); | ||
| + | dropdown.addEventListener('click', function(event) { | ||
| + | event.stopPropagation(); | ||
| + | dropdown.classList.toggle('is-active'); | ||
| + | });</script> | ||
<section class="section tot"> | <section class="section tot"> | ||
<div class="container"> | <div class="container"> | ||
You can insert any type of content within the dropdown menu. You simply need to use a
<div> instead.
This is a link