Thanks for visiting This is the way to create a navbar thanks for visiting

This the html code ….. <div class = “l_list”>      <ul>   <li><a href=”signup.php”>Createaccount</a></li>    <li><a href=”#”>help</a> </li>   <li><a href=”#”>Contact</a></li>       </ul>   </div> add this css to look like this .l_list {        margin: 0;        padding: 0;        background-image: -webkit-linear-gradient(#B2FEFA, #0ED2F7);        position: absolute;        top: 0%;        height: 10%;        width: 100%;    }        .l_list ul {        position: absolute;        left: 60%;        top: 1%;    }        .l_list ul li {        list-style: none;        display: inline-block;        padding: 5px;        margin: 5px;        left: 50%;    }        .l_list ul li a {        margin: 10px;        color: black;        width: 60px;        padding: 20px;        font-size: 20px;    }        .l_list ul li a:hover {        background-color: black;        color: #00FFFF;    } and the reasult is….. Thanks for visiting !!!!

Hello guys thanks for visiting.

Code for The page <html><head></head><body> Facebook <link type=”stylesheet” href=”style.css”> <div class=”header”> <img src=”/storage/emulated/0/Download/logo.png” height=”60px” width=”120px”> <form> <label class=”h”>emailid/phone no.</label> <input type=”text” placeholder=”username”> <label class=”r”>password</label> <input type=”password” placeholder=”password”> <label><br> <label class=”u”>terms and conditions applied </label> <input type=”checkbox”> <a href=”#”>forgotten password?</a> </label> </form> </div> <div class=”leftside”> <img src=”/storage/emulated/0/Download/Img.jpeg”> </div> <div class=”rightside”> <h1>Create an account</h1> <h3>It’s free andContinue reading “Hello guys thanks for visiting.”

Design a site like this with WordPress.com
Get started