<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>webpage</title>
<style>
    .menu div{
        width: 3em;
        height: 0.5em;
        border-radius: 5px;
        margin-bottom: 5px;
        background-color: black; 
    }
</style>
</head>
<body>
    <div class="menu">
        <div></div>
        <div></div>
        <div></div>
    </div>
</body>
</html>
    