Monday, October 25, 2021

A menu icon

 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

JavaScript Animated

  JavaScript Animated <!DOCTYPE html> <html> <style> #myContainer {   width: 400px;   height: 400px;   position: relative;...