Line 214: | Line 214: | ||
function toggleDiv() { | function toggleDiv() { | ||
var x = document.getElementById('toggleID'); | var x = document.getElementById('toggleID'); | ||
− | x.classList.toggle(" | + | x.classList.toggle("toggleClass"); |
} | } | ||
Line 252: | Line 252: | ||
/********************************* HTML STYLING *********************************/ | /********************************* HTML STYLING *********************************/ | ||
+ | |||
+ | .toggleClass { | ||
+ | display:none; | ||
+ | } | ||
/* styling for the titles h1 h2 */ | /* styling for the titles h1 h2 */ | ||
Line 271: | Line 275: | ||
font-weight: bold; | font-weight: bold; | ||
color: #0F1626; /* TAG::LETTERS */ | color: #0F1626; /* TAG::LETTERS */ | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 15:34, 15 August 2017