Профилактика употребления ПАВ

/* Style The Dropbtn Button */ .dropbtn8 { background-color: #750000; color: white; padding: 20px; font-size: 16px; width: 700px; border: none; cursor: pointer; allign: center; } /* The container
- needed to position the dropdown content */ .dropdown8 { margin:0; position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown8-content { display: none; position: absolute; background-color: #750000; min-width: 500px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } /* Links inside the dropdown */ .dropdown8-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; text-align: center; } /* Change color of dropdown links on hover */ .dropdown8-content a:hover {background-color: blue; color: white; } /* Show the dropdown menu on hover */ .dropdown8:hover .dropdown8-content { display: block; left: 0; right: 0; margin: 0 auto; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown8:hover .dropbtn8 { background-color: blue; }