const cardCloseBtn = document.querySelector(".card-close-btn");
const cardContainer = document.querySelector(".card__container-close");
function dismissCard() {
cardContainer.style.display = "none";
}
cardCloseBtn.addEventListener("click", dismissCard);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter