Get started with CSS in 8 minutes! 🎨

Поділитися
Вставка
  • Опубліковано 29 гру 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 11 місяців тому

    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!