We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2bd81 commit b45ec96Copy full SHA for b45ec96
index.html
@@ -3,7 +3,7 @@
3
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
4
</head>
5
<body>
6
-<div class="w3-sidebar w3-bar-block w3-collapse w3-card" style="width:200px;" id="mySidebar">
+<div class="w3-sidebar w3-bar-block w3-card w3-animate-left" style="display:none" id="mySidebar">
7
<button class="w3-bar-item w3-button w3-large"
8
onclick="w3_close()">Close ×</button>
9
<a class="w3-bar-item w3-button" href="index.html">Home</a>
0 commit comments