Get started with CSS in 8 minutes! 🎨

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

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

  • @BroCodez
    @BroCodez  ปีที่แล้ว +11

    Bro Code

    This is my website
    Lorem ipsum dolor sit amet consectetur adipisicing elit. At, corporis! Necessitatibus dolorum asperiores facere exercitationem nostrum.
    Lorem ipsum dolor sit amet consectetur adipisicing elit. At, corporis! Necessitatibus dolorum asperiores facere exercitationem nostrum.
    Lorem ipsum dolor sit amet consectetur adipisicing elit. At, corporis! Necessitatibus dolorum asperiores facere exercitationem nostrum.
    Lorem ipsum dolor sit amet consectetur adipisicing elit. At, corporis! Necessitatibus dolorum asperiores facere exercitationem nostrum.

    /* style.css*/
    body{
    background-color: black;
    }
    h1{
    color: white;
    }
    #p1{
    color:red;
    }
    #p2{
    color:orange;
    }
    #p3{
    color:yellow;
    }
    #p4{
    color:green;
    }

  • @Yumiesthetic
    @Yumiesthetic ปีที่แล้ว +16

    apparently, id tags are prioritized over class tags
    so if u have:
    .even{
    color: red;
    }
    #p2{
    color: blue;
    }
    the result will be blue, regardless whether #p2 is put top or bottom of the .even

    • @Yarkz.
      @Yarkz. 3 หลายเดือนก่อน

      Thanks

    • @RefRed_King
      @RefRed_King 3 หลายเดือนก่อน

      yes my queen @Yumiestheitc UwU

  • @RickWoellert
    @RickWoellert 2 หลายเดือนก่อน

    Nice that you also exampled classes and id's. Keep it up Bro.

  • @mishablade9892
    @mishablade9892 7 หลายเดือนก่อน +1

    I have learnt, with dark backgrounds use light colored text , otherwise you can’t read it.

    • @Yehor-v7y
      @Yehor-v7y 2 หลายเดือนก่อน

      You have learnt

  • @MotionMedia7
    @MotionMedia7 10 หลายเดือนก่อน

    Quick question:I can see the style you applied to css works on both html pages,what if you want to apply a different style in page 2 like different color than what is in page one,how do we do that please?
    By the way,thank you for your videos man,I learn a lot here in just minutes.

    • @mishablade9892
      @mishablade9892 7 หลายเดือนก่อน +1

      Create a new external style with color element for page 2.
      Hope this helps:)

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

    Bro can you make a online store webpage plz

    • @Master-code1
      @Master-code1 ปีที่แล้ว +4

      he naver anserd to your comment bro

  • @Mahesh_ch12
    @Mahesh_ch12 10 หลายเดือนก่อน

    Ok

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

    bruh

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

    Thanks bro!