<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
div {
width: 42px;
height: 7px;
background-color:     #0000ff;
margin: 4px 0;
}
</style>
</head>
<body>
<p>Create a beautiful website menu icon</p>
<div></div>
<div></div>
<div></div>
</body>
</html>