Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

</style>
</head>
<body>

<p>A menu icon:</p>

<div></div>
<div></div>
<div></div>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy