3 lines
80 B
JavaScript
3 lines
80 B
JavaScript
function closeNav() {
|
|
document.getElementById("myNav").style.width = "0%";
|
|
} |