SpongeBOB
Well-Known Coder
Hi everyone,
I've found a nice hamburger menu -> https://codepen.io/Twikito/pen/zGdqVO?editors=1100
The problem is when I paste the HTML code show in the html of this code pen in a base html page ->
[CODE lang="html" title="Base" highlight="8,12"]<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hamburger</title>
<style>
/* code pen css will go here */
</style>
</head>
<body>
<!-- code pen css will go here -->
</body>
</html>[/CODE]
I do not have the same result ->

So the Hamburger shape is not appearing and this checkbox to not trigger the menu..
Any ideas.. ?
Thanks
I've found a nice hamburger menu -> https://codepen.io/Twikito/pen/zGdqVO?editors=1100
The problem is when I paste the HTML code show in the html of this code pen in a base html page ->
[CODE lang="html" title="Base" highlight="8,12"]<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hamburger</title>
<style>
/* code pen css will go here */
</style>
</head>
<body>
<!-- code pen css will go here -->
</body>
</html>[/CODE]
I do not have the same result ->

So the Hamburger shape is not appearing and this checkbox to not trigger the menu..
Any ideas.. ?
Thanks