all reset
☀ Lights
Netbax Online Editor Try it Yourself
Run
HTML
reset
copy
Home
Menu
Page
Contact
About
Copyright © All rights reserved. This navmenu is made with by
www.example.com
CSS
reset
copy
.bax1 { height: 100%; width: 0; position: fixed; z-index: 3; top: 0; left:0; background-color: #0d0d0d; overflow-y: auto; overflow-x: hidden; text-align: center; opacity:0; transition: opacity 1s; } .bax4 { height: 100%; width: 0; top: 0; left: 0; background-color: #0d0d0d; position: fixed; z-index: 3; overflow-x: hidden; transition: .5s; padding-top: 60px; } .bax4 a{ padding: 8px 8px 8px 32px; text-decoration: none !important; font-size: 25px; color: #818181; display: block; transition: .3s } .bax4 a:hover, .bax4 a:focus{ color: #f1f1f1; } .bax2 { position: absolute; top: 0; right: 25px; font-size: 36px !important; margin-left: 50px; }
Js
JAVASCRIPT
reset
copy
function openbax4() { document.getElementById("bax3").style.width = "250px"; } function bax2() { document.getElementById("bax3").style.width = "0%"; document.body.style.backgroundColor = "white"; document.getElementById("bax").style.width = "0%"; document.getElementById("bax").style.opacity = "0"; }