How to Make Simple Responsive Footer in HTML using CSS | CSS Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • #simpleresponsivefooterdesigninhtmlcss
    🔥 CSS Tutorial Playlist Link : • Introduction | CSS Tut...
    Buy me a Coffee 🥰 : www.buymeacoff...
    Support This Channel :
    Join this channel to get access to perks:
    / @webtechknowledge
    Your support will be really appreciated.
    Thanks For Watching.
    I hope This video was helpful. If you have any questions then let me know in the comment section.
    Best of luck
    #webtechknowledge
    You can connect with me with the given links below:
    Facebook Link: / yaminshakil07
    Instagram Link: / yamin_shakil
    Twitter Link: / yaheashakil

ความคิดเห็น • 2

  • @WebTechKnowledge
    @WebTechKnowledge  ปีที่แล้ว +5

    Responsive Footer Design in HTML using CSS


    body
    {
    margin: 0;
    padding: 0;
    }
    .footer
    {
    background-color: black;
    margin-top: 100%;
    margin-bottom: -20px;
    }

    .social
    {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .social a
    {
    font-size: 20px;
    display: inline-block;
    border: 1px solid beige;
    color: whitesmoke;
    width: 25px;
    padding: 10px;
    border-radius: 8px;
    }
    .social a:hover
    {
    background-color: antiquewhite;
    }
    .footer ul
    {
    list-style: none;
    text-align: center;
    padding-bottom: 30px;
    }
    .footer ul li
    {
    display: inline-block;
    padding: 0px 15px;
    }
    .footer ul li a
    {
    text-decoration: none;
    color: whitesmoke;
    display: inline-block;
    padding: 10px 20px;
    }
    .footer ul li a:hover
    {
    color: skyblue;
    }
    .copy-right
    {
    text-align: center;
    padding-bottom: 30px;
    color: whitesmoke;
    }












    Home


    Blog


    About Us


    Contact


    Copyright @2030 all right reserved by Webtechknowledge

  • @apansutradhar1044
    @apansutradhar1044 ปีที่แล้ว +1

    We are want to next part navber