Lesson 9:

After doing the page I linked the other pages with the first one since they had the same layout. I also did the icons and linked them to work. 

<ul class="dropdown-links small d-flex">
                    <li class="ml-2">
                        <i class="icon fas fa-user"></i>
                        <span class="sr-only">User.</span>
                        <a class="nav-link" href="user.html"></a>
                        <div class="dropdown">
                            <a href="myaccount.html">My Account</a>
                            <a href="viewall.html">My Orders</a>
                            <a href="#">Returns Information</a>
                            <a href="#">Contact</a>
                        </div>
                    </li>
                    <a href="favourites.html" class="ml-2">
                        <i class="icon fas fa-heart"></i>
                        <span class="sr-only">Heart.</span>
                        <a class="nav-link" href="favourites.html"></a>
                    </a>
                    <a href="#" class="ml-2">
                        <i class="icon fas fa-shopping-bag" ></i>
                        <span class="sr-only">Shopping-bag.</span>
                        <a class="nav-link" href="shoppingcart.html"></a>
                    </a>
                </ul>



Comments

Popular posts from this blog

Lesson 4:

My Project- ASOS