A menu icon Code
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="STYLESHEET"type="text/css"href="web.css">
<title>web design</title>
</head>
<body>
<h1>A menu icon</h1>
<div></div>
<div></div>
<div></div>
</body>
</html>
CSS menu icon Style
div{
width: 35px;
height:5px;
background-color: black;
margin:6px 0;
}
No comments:
Post a Comment