I have a function:
function togglePopup1() {
document.getElementById('desktop-card').style.width = '480px';
}
The code is for width of the page to increase with a click.
But how do I make this change happen, for example, in 2...
asked by
16.11.2018 / 08:28