Skip to content

Commit b45ec96

Browse files
authored
Update index.html
1 parent 5c2bd81 commit b45ec96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
44
</head>
55
<body>
6-
<div class="w3-sidebar w3-bar-block w3-collapse w3-card" style="width:200px;" id="mySidebar">
6+
<div class="w3-sidebar w3-bar-block w3-card w3-animate-left" style="display:none" id="mySidebar">
77
<button class="w3-bar-item w3-button w3-large"
88
onclick="w3_close()">Close &times;</button>
99
<a class="w3-bar-item w3-button" href="index.html">Home</a>

0 commit comments

Comments
 (0)