A SIMPLE TYPE MENUS IN HTML || HOME OF A BLOG

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

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>navigation</title>
    <style>
        .navbar {
            box-sizingborder-box;
            border2px solid rgb(202109109);
            border-radius10px;
            background-colorrgb(223202170);Z
            margin-top0px;
        }

        .navbar ul {
            /* text-decoration: none; */
            margin0px 0px;
            overflowauto;
        }

        .navbar li {
            list-stylenone;
            floatleft
        }

        .navbar li {
            /* color:rgb(236, 240, 12); */
            font-sizelarge;

            padding0px;

        }

        .navbar a {
            font-familyVerdana, Geneva, Tahomasans-serif;
            font-weightbold;
            text-decorationnone;
            colorrgb(7410248);
            /* font-style: italic; */
            padding25px;
            /* position: sticky; */
        }

         .navbar input{

            border2px solid red;
            border-radius5px;
            background-colorrgb(192182182);
        }

        .search {
            floatright;
            padding-right15px;
            padding-top2px;
            /* border-radius:10px; */
            /* border: 2px solid rgb(202, 109, 109); */
            /* border-radius: 10px; */
        }
    </style>
</head>

<body>
    <header>
        <nav class="navbar">
            <ul>
                <li><a
                        href="
file:///C:/Users/LAKSHMAN/OneDrive/Ve%20Tenu%20Pata%20Hi%20Nahi
_%20Rabb%20Wangu%20Naam%20Tera%20Lena%20_%20Jass%20Manak%20New%20Video%20
_%20Guri%20New%20Video.mp4">home
                    </a></li>
                <li><a href="
file:///C:/Users/LAKSHMAN/OneDrive
/30%20day%20phrasel%20english.pdf">blog</a></li>
                <li><a href=
file:///C:/Users/LAKSHMAN/Desktop/c++%20code/tut3
_input%20and%20text.html">contact us </a>
                </li>
                <li><a href="
https://www.instagram.com/lakshmanofficial8/"> chating</a></li>
                <div class="search">
                    <input type="text"
 name="search" id="search" placeholder="serach something">
                </div>
            </ul>
        </nav>
    </header>
</body>

</html> 

Comments

Popular posts from this blog

250+ C Programs for Practice

FUNCTION OVERRIDING IN CPP