HTML & CSS Tutorial: Border Radius Style in CSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.พ. 2025
  • Ui Oxygen HTML and CSS Beginners Tutorials. Today in this video you will Learn CSS Border Radius Style Tutorial.
    CSS Border-Radius Property:
    /****border style radius******/
    .box{
    width:200px;
    height: 200px;
    background:white ;
    }
    .borderStyle-1{
    border-radius: 50%;
    }
    .borderStyle-2{
    border-radius: 34px;
    }
    .borderStyle-3{
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    }
    .borderStyle-4{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    }
    .borderStyle-5{
    border-top-left-radius: 100%;
    }
    CSS Border radius style tutorial
    Please Like and ❤️Subscribe 🔔 "UI Oxygen"
    #uioxygen

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