CSS website layout in 9 minutes! 🗺️

  Рет қаралды 63,911

Bro Code

Bro Code

9 ай бұрын

#CSS #course #tutorial
CSS website layout header nav main aside section article footer tutorial example explained

Пікірлер: 47
@BroCodez
@BroCodez Жыл бұрын
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 7 ай бұрын
Bro, this i this is dope. you are the best. love your work.
@guchfun
@guchfun 4 ай бұрын
Thank you Bro Coder! I love the simplicity of this design as a starting point.
@user-ql7pw7ld1n
@user-ql7pw7ld1n 4 ай бұрын
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 5 ай бұрын
you are doing a great job! Thanks for all
@Epic_coding200
@Epic_coding200 9 ай бұрын
W3Schools but with text to speech (I hate reading articles but u have fixed it for me !!)
@rouisaek
@rouisaek 6 ай бұрын
TRUE bro
@user-eq1jk3pp2y
@user-eq1jk3pp2y 4 күн бұрын
amazing explanation, thank you !
@eternalrinnegan8393
@eternalrinnegan8393 4 ай бұрын
clean af, ty
@suyashman7964
@suyashman7964 9 ай бұрын
Epic bro
@sdy2024
@sdy2024 29 күн бұрын
Thank you very much , this is good stuff.
@yfjsdgzjdnfn
@yfjsdgzjdnfn 3 ай бұрын
It is nice to layout using flexbox rather float
@TylerGraybeal4
@TylerGraybeal4 4 ай бұрын
Nice video bro!!!!
@AdeelAhmad0007
@AdeelAhmad0007 Ай бұрын
Nice Video
@abduljayconteh1858
@abduljayconteh1858 3 ай бұрын
Thank you very much @Brocode you are a genius
@Wolphypwi
@Wolphypwi 5 ай бұрын
man, I wish to be as good as you and have the knowledge.
@FushigiMigi
@FushigiMigi 5 ай бұрын
you can do it!
@JasonTRogers
@JasonTRogers 6 ай бұрын
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?
@AdeelAhmad0007
@AdeelAhmad0007 Ай бұрын
amazing
@ayubayanle
@ayubayanle 6 ай бұрын
Thank you man
@redwanfzr464
@redwanfzr464 2 ай бұрын
@walidwalid1669
@walidwalid1669 2 ай бұрын
Thank you 🎉
@softwareengineer1
@softwareengineer1 9 ай бұрын
Thankyou Bro
@AdeelAhmad0007
@AdeelAhmad0007 Ай бұрын
good
@sereneflatun
@sereneflatun 5 ай бұрын
THank you THank you Thank you ************************
@ezeabataprisca9164
@ezeabataprisca9164 2 ай бұрын
Thank you bro
@souleaterboss2246
@souleaterboss2246 5 ай бұрын
Thanks 😮😮😮
@sherlockholms2544
@sherlockholms2544 2 ай бұрын
thanks bro ❤❤❤❤❤❤❤❤
@josepholaniyi8818
@josepholaniyi8818 3 ай бұрын
Thanks❤
@mothukurivenkatesh4641
@mothukurivenkatesh4641 Жыл бұрын
@buivandat-md8fd
@buivandat-md8fd 2 ай бұрын
tks bro !
@tavrel4628
@tavrel4628 4 ай бұрын
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😅
@SBisLive435
@SBisLive435 26 күн бұрын
Let's grow together
@SBisLive435
@SBisLive435 26 күн бұрын
Let's grow together
@renoman1195
@renoman1195 8 ай бұрын
thank you so much!!!! This isn't plagiarism, is it? taking this code and making something else out of it?
@Yumiesthetic
@Yumiesthetic 8 ай бұрын
of course not, as long as it's for personal usage and learning, it's fine
@alwinsantos3807
@alwinsantos3807 8 күн бұрын
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
@reaper8305
@reaper8305 Ай бұрын
Sir bro code will you create a full actuall website with design
@MotoPortalTR
@MotoPortalTR 4 ай бұрын
tenku tenku izmir -Turqey gut bye
@SpongeknobSquarenut
@SpongeknobSquarenut 5 ай бұрын
is there a way to make the footer smaller?
@purplevanilla
@purplevanilla 5 ай бұрын
Just reduce the height of the footer
@SpongeknobSquarenut
@SpongeknobSquarenut 5 ай бұрын
@@purplevanillabut how?
@purplevanilla
@purplevanilla 5 ай бұрын
@@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; }
@AdeelAhmad0007
@AdeelAhmad0007 Ай бұрын
lop
@user-my8kc6xi5c
@user-my8kc6xi5c 3 ай бұрын
leuuuuu
@AdeelAhmad0007
@AdeelAhmad0007 Ай бұрын
good
How to create a CSS image gallery in 5 minutes! 📷
5:38
Bro Code
Рет қаралды 40 М.
Fastest way to become a Web Developer
9:47
Sahil & Sarra
Рет қаралды 553 М.
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 27 МЛН
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 3,7 МЛН
Login Form in HTML & CSS
11:07
Codehal
Рет қаралды 1,2 МЛН
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,4 МЛН
How to Properly Layout A Website (For Beginners)
14:50
The Website Architect
Рет қаралды 520 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 437 М.
Learn CSS Flexbox in 6 Minutes
6:04
Amin Mousavi
Рет қаралды 28 М.
How to create a CSS navigation bar in 6 minutes! 🧭
6:28
Bro Code
Рет қаралды 230 М.
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 337 М.
Top 10 Advanced CSS Responsive Design Concepts You Should Know
20:16
Web Dev Simplified
Рет қаралды 503 М.
Learn CSS dropdown menus in 6 minutes! 🔻
6:36
Bro Code
Рет қаралды 70 М.
Responsive CSS Grid Tutorial
17:14
Angela Design
Рет қаралды 813 М.