CSS website layout in 9 minutes! 🗺️

Поделиться
HTML-код
  • Опубликовано: 20 сен 2023
  • #CSS #course #tutorial
    CSS website layout header nav main aside section article footer tutorial example explained

Комментарии • 44

  • @BroCodez
    @BroCodez  Год назад +27

    Bro Code


    Header





    This is Aside
    This is side content

    author information
    fun facts
    quotes
    external links
    comments
    related content



    This is a Section
    This is dependent content
    Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dolorum est totam ducimus fugiat possimus consectetur architecto repudiandae, recusandae iusto aperiam eveniet quidem enim aliquam rem. Dolore voluptates nesciunt fuga quisquam?
    Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dolorum est totam ducimus fugiat possimus consectetur architecto repudiandae, recusandae iusto aperiam eveniet quidem enim aliquam rem. Dolore voluptates nesciunt fuga quisquam?


    This is an Article
    This is independent content

    News Article
    Job Post
    Blog Post

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione quidem, repudiandae, suscipit illum animi ullam omnis at laborum eaque dolorem aliquam quos iure cum deserunt asperiores facere sed totam magni?




    Footer


    /* style.css */
    *{
    box-sizing: border-box;
    }
    body{
    margin: 0;
    }
    header{
    background-color: hsl(0, 0%, 86%);
    text-align: center;
    padding: 25px;
    }
    .navbar{
    background-color: hsl(0, 0%, 15%);
    height: 50px;
    }
    aside{
    width: 20%;
    float: left;
    padding: 10px;
    }
    section{
    width: 40%;
    float: left;
    padding: 10px;
    }
    article{
    width: 40%;
    float: left;
    padding: 10px;
    }
    footer{
    display: block;
    clear: both;
    background-color: hsl(0, 0%, 86%);
    text-align: center;
    padding: 25px;
    }
    @media screen and (max-width:600px){
    aside, section, article{
    width: 100%;
    }
    }

  • @kadafiblaze9662
    @kadafiblaze9662 6 месяцев назад +8

    Bro, this i this is dope. you are the best. love your work.

  • @guchfun
    @guchfun 3 месяца назад

    Thank you Bro Coder! I love the simplicity of this design as a starting point.

  • @Epic_coding200
    @Epic_coding200 8 месяцев назад +19

    W3Schools but with text to speech
    (I hate reading articles but u have fixed it for me !!)

    • @c28ccd0e
      @c28ccd0e 6 месяцев назад +2

      TRUE bro

  • @user-ql7pw7ld1n
    @user-ql7pw7ld1n 3 месяца назад

    Fantastic...I love it.very clean clear to the point..I'm confident now

  • @user-ef8yz9fu5i
    @user-ef8yz9fu5i Месяц назад

    pretty good. The content is good. It showing how to make a basic websites with all the basic factors instructed step by step.

  • @khakimov_18
    @khakimov_18 4 месяца назад

    you are doing a great job! Thanks for all

  • @sdy2024
    @sdy2024 6 дней назад

    Thank you very much , this is good stuff.

  • @JasonTRogers
    @JasonTRogers 6 месяцев назад +2

    wow, thank you for Going through that. It helped me understand how HTML and CSS work together. Do you have a video that explains the relationship of PHP with the other programing languages? How many programing languages are involved in building a website?

  • @Wolphypwi
    @Wolphypwi 5 месяцев назад +1

    man, I wish to be as good as you and have the knowledge.

  • @TylerGraybeal4
    @TylerGraybeal4 3 месяца назад

    Nice video bro!!!!

  • @abduljayconteh1858
    @abduljayconteh1858 2 месяца назад

    Thank you very much @Brocode you are a genius

  • @suyashman7964
    @suyashman7964 8 месяцев назад +1

    Epic bro

  • @eternalrinnegan8393
    @eternalrinnegan8393 3 месяца назад

    clean af, ty

  • @AdeelAhmad0007
    @AdeelAhmad0007 8 дней назад

    Nice Video

  • @AdeelAhmad0007
    @AdeelAhmad0007 7 дней назад

    amazing

  • @yfjsdgzjdnfn
    @yfjsdgzjdnfn 2 месяца назад +1

    It is nice to layout using flexbox rather float

  • @ayubayanle
    @ayubayanle 5 месяцев назад

    Thank you man

  • @walidwalid1669
    @walidwalid1669 Месяц назад

    Thank you 🎉

  • @softwareengineer1
    @softwareengineer1 8 месяцев назад +1

    Thankyou Bro

  • @AdeelAhmad0007
    @AdeelAhmad0007 8 дней назад

    good

  • @ezeabataprisca9164
    @ezeabataprisca9164 Месяц назад

    Thank you bro

  • @sherlockholms2544
    @sherlockholms2544 Месяц назад

    thanks bro ❤❤❤❤❤❤❤❤

  • @sereneflatun
    @sereneflatun 4 месяца назад

    THank you THank you Thank you ************************

  • @souleaterboss2246
    @souleaterboss2246 4 месяца назад

    Thanks 😮😮😮

  • @josepholaniyi8818
    @josepholaniyi8818 3 месяца назад

    Thanks❤

  • @mothukurivenkatesh4641
    @mothukurivenkatesh4641 Год назад +2

  • @renoman1195
    @renoman1195 7 месяцев назад +6

    thank you so much!!!! This isn't plagiarism, is it? taking this code and making something else out of it?

    • @Yumiesthetic
      @Yumiesthetic 7 месяцев назад +1

      of course not, as long as it's for personal usage and learning, it's fine

  • @tavrel4628
    @tavrel4628 3 месяца назад +5

    why doesn't my article align with section and aside? it's right under the navbar and no padding adding seems to work. total beginner here😅

  • @redwanfzr464
    @redwanfzr464 2 месяца назад

  • @reaper8305
    @reaper8305 15 дней назад

    Sir bro code will you create a full actuall website with design

  • @SpongeknobSquarenut
    @SpongeknobSquarenut 4 месяца назад

    is there a way to make the footer smaller?

    • @purplevanilla
      @purplevanilla 4 месяца назад

      Just reduce the height of the footer

    • @SpongeknobSquarenut
      @SpongeknobSquarenut 4 месяца назад

      @@purplevanillabut how?

    • @purplevanilla
      @purplevanilla 4 месяца назад

      @@SpongeknobSquarenut For example, if the footers height is 100. Just change the height into 80 or smth lower than that in css.
      footer{
      height: 80;
      }

  • @MotoPortalTR
    @MotoPortalTR 4 месяца назад

    tenku tenku izmir -Turqey gut bye

  • @AdeelAhmad0007
    @AdeelAhmad0007 8 дней назад

    lop

  • @user-my8kc6xi5c
    @user-my8kc6xi5c 3 месяца назад

    leuuuuu

  • @AdeelAhmad0007
    @AdeelAhmad0007 7 дней назад

    good