#html #css #easytutorial
A Best Tutorial Video To Make A Best Website
Step-By-Step(Unskipped Video) Using only HTML & CSS.
———————————————————
Follow me :
https://www.facebook.com/rozaan.chitrakar.39/
——————————————————-
LINK : href=”https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”
—————————–
Logo Download: https://i.postimg.cc/WbJLFc67/logo.png
—————————
Image Download : https://i.postimg.cc/FsyfsRXx/aa.jpg
—————————-
Source Code: https://drive.google.com/file/d/1T3LE5GRZ5pPu4E5olhzn0LXjLJtSek2i/view?usp=sharing
———————————

Do like👍👍 and subscribe🔔🔔 my channel.

Learn to create a Image Transform Effect using Html & Css:
👉👉 https://youtu.be/fpze88HptWg

How To Create A Navigation Bar using HTML & CSS | html and css Tutorial:
👉👉 https://www.youtube.com/watch?v=ELwgUQDNwys&t=146s

Learn how to create a Search-Box using Html & Css:
👉👉 https://www.youtube.com/watch?v=uuC_bApGQJg

Learn how to link pages in website using Html | Html Tutorial:
👉👉 https://www.youtube.com/watch?v=nG94cDWhFNA

Learn to Create a Login Box using Html & Css | Step-by-Step Tutorial:
👉👉 https://www.youtube.com/watch?v=XFH1WDBRCW8

Learn To Make a Drop-down Menu Using Html and Css
👉👉 https://www.youtube.com/watch?v=1zbZk4fmLVs

source

43 Comments

  1. Thanks so much for this sir🥰

    I use my mobile phone to create the website. But after everything (watch video, learn more and basic skills are at the top). Even sandwich and cookies in more recipe are also showing at the top

    Please help🙏.
    Thanks you so much🙏🙏🙏

  2. I dont understand how people are finding it useful,. I cant even hear the audio(I dont know if they have one), the creator is just going through how to build that specific website and now teaching anything.

  3. 1. On sub-menu class, it didn't work, pls check for me my code.
    .sub-menu{

    display: none;

    top: 6%;

    position: relative;

    }

    .sub-menu ul{

    position: absolute;

    }

    .main ul li:hover .sub-menu{

    display: block;

    position: absolute;

    background-color: rgb(0, 45, 177);

    margin-top: 12px;

    margin-left: -8px;

    }

    .main ul li:hover.sub-menu ul{

    display: block;

    margin: 6px;

    }

    .main ul li:hover .sub-menu ul li {

    display: block;

    width: 75px;

    padding: 5px;

    border-bottom: 1px #fff;

    background: transparent;

    transition: 0.5 ease;

    text-align: left;

    border-radius: 0px;

    }
    2. And the home icon and caret-down symbol were not appear…Please?

    <ul>

    <li class="active"><a href="#"><i class="fa fa-home"></i>Home</a></li>

    <li><a href="#">About</a></li>

    <li><a href="#">Dessert</a></li>

    <li><a href="#">Apetizer</a></li>

    <li><a href="#">Pasta</a></li>

    <li><a href="#">Salad</a></li>

    <li><a href="#">Burger</a></li>

    <li><a href="#">Pizza</a></li>

    <li><a href="#"><i class="fa fa-caret-down"></i> More Recepes</a></li>

    <div class="sub-menu">

    <ul>

    <li><a href="#">Cookies</a></li>

    <li><a href="#">Sanwiches</a></li>

    </ul>

    </div>

    </ul>

Leave A Reply

Please enter your comment!
Please enter your name here