mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
Do a lot of work :)
This commit is contained in:
3
static/js/closeNav.js
Normal file
3
static/js/closeNav.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function closeNav() {
|
||||
document.getElementById("myNav").style.width = "0%";
|
||||
}
|
||||
3
static/js/openNav.js
Normal file
3
static/js/openNav.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function openNav() {
|
||||
document.getElementById("myNav").style.width = "100%";
|
||||
}
|
||||
Reference in New Issue
Block a user