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%; } }
@LiveINtheGood53Ай бұрын
This instructor is wonderful. He explains each step very well and uses great examples to back up those steps.
@chromaticworkshop26694 ай бұрын
Thank you for all of these tutorial videos. I took the LinkedIn course on responsive design and you were a lot better in explaining things.
@kadafiblaze9662 Жыл бұрын
Bro, this i this is dope. you are the best. love your work.
@Epic_coding200 Жыл бұрын
W3Schools but with text to speech (I hate reading articles but u have fixed it for me !!)
@rouisaek Жыл бұрын
TRUE bro
@redwanfzr4648 ай бұрын
@guchfun9 ай бұрын
Thank you Bro Coder! I love the simplicity of this design as a starting point.
@visitor_t-w3p9 ай бұрын
Fantastic...I love it.very clean clear to the point..I'm confident now
@condeCogs-35t14 күн бұрын
thanks sir it's very helpful for me to know how to creat the perfect layout .
@yfjsdgzjdnfn8 ай бұрын
It is nice to layout using flexbox rather float
@小郭子游戏-v4r7 ай бұрын
pretty good. The content is good. It showing how to make a basic websites with all the basic factors instructed step by step.
@Wolphypwi11 ай бұрын
man, I wish to be as good as you and have the knowledge.
@FushigiMigi10 ай бұрын
you can do it!
@JasonTRogers Жыл бұрын
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?
@mforkan3 ай бұрын
That was extremely helpful! Thanks
@RickWoellertАй бұрын
Yeah Bro nice Video.
@khakimov_1810 ай бұрын
you are doing a great job! Thanks for all
@tavrel46289 ай бұрын
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😅
@SBisLive4356 ай бұрын
Let's grow together
@SBisLive4356 ай бұрын
Let's grow together
@Yehor-v7yАй бұрын
@@SBisLive435 fungi be like:
@LisaElsie5 ай бұрын
amazing explanation, thank you !
@abduljayconteh18588 ай бұрын
Thank you very much @Brocode you are a genius
@sdy20246 ай бұрын
Thank you very much , this is good stuff.
@AdeelAhmad00076 ай бұрын
Nice Video
@LloydChristmas1195 Жыл бұрын
thank you so much!!!! This isn't plagiarism, is it? taking this code and making something else out of it?
@Yumiesthetic Жыл бұрын
of course not, as long as it's for personal usage and learning, it's fine
@eternalrinnegan83939 ай бұрын
clean af, ty
@TylerGraybeal9 ай бұрын
Nice video bro!!!!
@suyashman7964 Жыл бұрын
Epic bro
@AdeelAhmad00076 ай бұрын
good
@sereneflatun10 ай бұрын
THank you THank you Thank you ************************
@AdeelAhmad00076 ай бұрын
amazing
@reaper83056 ай бұрын
Sir bro code will you create a full actuall website with design
@walidwalid16697 ай бұрын
Thank you 🎉
@mothukurivenkatesh4641 Жыл бұрын
❤
@alwinsantos38075 ай бұрын
hello what if i dont use style.css where to put this code" @media screen and (max-width:600px) { aside, section, article{ width: 100%; } } " thankss
@softwareengineer1 Жыл бұрын
Thankyou Bro
@ayubayanle11 ай бұрын
Thank you man
@ezeabataprisca91647 ай бұрын
Thank you bro
@sherlockholms25447 ай бұрын
thanks bro ❤❤❤❤❤❤❤❤
@souleaterboss224610 ай бұрын
Thanks 😮😮😮
@josepholaniyi88189 ай бұрын
Thanks❤
@buivandat-md8fd7 ай бұрын
tks bro !
@SpongeknobSquarenut10 ай бұрын
is there a way to make the footer smaller?
@purplevanilla10 ай бұрын
Just reduce the height of the footer
@SpongeknobSquarenut10 ай бұрын
@@purplevanillabut how?
@purplevanilla10 ай бұрын
@@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; }