skip to Main Content

Html – How to make a collapsed sidebar?

I am having trouble making my main content move to the left. The code below makes the content of the body move to the right when I click the open button: function openNav() { document.getElementById("mySidebar").style.width = "250px"; document.getElementById("main").style.marginLeft = "250px";…

VIEW QUESTION
Back To Top
Search