Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 7, 2024
1 parent 4c738b4 commit d47e69e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Firebase + Three.js</title>
<link rel="stylesheet" href="style.css">
<style>
.menu-item {
background-color: #3498db;
clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
padding: 10px;
margin-bottom: 5px;
cursor: pointer;
color: white;
}
.menu-content {
display: none;
padding: 10px;
background-color: #f1f1f1;
border: 1px solid #ccc;
}
#toggle:checked + .menu-content {
display: block;
}
.hidden-input {
display: none;
}
</style>
</head>
<body>
<div id="menu-container">
Expand Down

0 comments on commit d47e69e

Please sign in to comment.