CSS website layout in 9 minutes! 🗺️

  Рет қаралды 99,431

Bro Code

Bro Code

Күн бұрын

Пікірлер: 55
@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%; } }
@LiveINtheGood53
@LiveINtheGood53 Ай бұрын
This instructor is wonderful. He explains each step very well and uses great examples to back up those steps.
@chromaticworkshop2669
@chromaticworkshop2669 4 ай бұрын
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
@kadafiblaze9662 Жыл бұрын
Bro, this i this is dope. you are the best. love your work.
@Epic_coding200
@Epic_coding200 Жыл бұрын
W3Schools but with text to speech (I hate reading articles but u have fixed it for me !!)
@rouisaek
@rouisaek Жыл бұрын
TRUE bro
@redwanfzr464
@redwanfzr464 8 ай бұрын
@guchfun
@guchfun 9 ай бұрын
Thank you Bro Coder! I love the simplicity of this design as a starting point.
@visitor_t-w3p
@visitor_t-w3p 9 ай бұрын
Fantastic...I love it.very clean clear to the point..I'm confident now
@condeCogs-35t
@condeCogs-35t 14 күн бұрын
thanks sir it's very helpful for me to know how to creat the perfect layout .
@yfjsdgzjdnfn
@yfjsdgzjdnfn 8 ай бұрын
It is nice to layout using flexbox rather float
@小郭子游戏-v4r
@小郭子游戏-v4r 7 ай бұрын
pretty good. The content is good. It showing how to make a basic websites with all the basic factors instructed step by step.
@Wolphypwi
@Wolphypwi 11 ай бұрын
man, I wish to be as good as you and have the knowledge.
@FushigiMigi
@FushigiMigi 10 ай бұрын
you can do it!
@JasonTRogers
@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?
@mforkan
@mforkan 3 ай бұрын
That was extremely helpful! Thanks
@RickWoellert
@RickWoellert Ай бұрын
Yeah Bro nice Video.
@khakimov_18
@khakimov_18 10 ай бұрын
you are doing a great job! Thanks for all
@tavrel4628
@tavrel4628 9 ай бұрын
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 6 ай бұрын
Let's grow together
@SBisLive435
@SBisLive435 6 ай бұрын
Let's grow together
@Yehor-v7y
@Yehor-v7y Ай бұрын
​@@SBisLive435 fungi be like:
@LisaElsie
@LisaElsie 5 ай бұрын
amazing explanation, thank you !
@abduljayconteh1858
@abduljayconteh1858 8 ай бұрын
Thank you very much @Brocode you are a genius
@sdy2024
@sdy2024 6 ай бұрын
Thank you very much , this is good stuff.
@AdeelAhmad0007
@AdeelAhmad0007 6 ай бұрын
Nice Video
@LloydChristmas1195
@LloydChristmas1195 Жыл бұрын
thank you so much!!!! This isn't plagiarism, is it? taking this code and making something else out of it?
@Yumiesthetic
@Yumiesthetic Жыл бұрын
of course not, as long as it's for personal usage and learning, it's fine
@eternalrinnegan8393
@eternalrinnegan8393 9 ай бұрын
clean af, ty
@TylerGraybeal
@TylerGraybeal 9 ай бұрын
Nice video bro!!!!
@suyashman7964
@suyashman7964 Жыл бұрын
Epic bro
@AdeelAhmad0007
@AdeelAhmad0007 6 ай бұрын
good
@sereneflatun
@sereneflatun 10 ай бұрын
THank you THank you Thank you ************************
@AdeelAhmad0007
@AdeelAhmad0007 6 ай бұрын
amazing
@reaper8305
@reaper8305 6 ай бұрын
Sir bro code will you create a full actuall website with design
@walidwalid1669
@walidwalid1669 7 ай бұрын
Thank you 🎉
@mothukurivenkatesh4641
@mothukurivenkatesh4641 Жыл бұрын
@alwinsantos3807
@alwinsantos3807 5 ай бұрын
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
@softwareengineer1 Жыл бұрын
Thankyou Bro
@ayubayanle
@ayubayanle 11 ай бұрын
Thank you man
@ezeabataprisca9164
@ezeabataprisca9164 7 ай бұрын
Thank you bro
@sherlockholms2544
@sherlockholms2544 7 ай бұрын
thanks bro ❤❤❤❤❤❤❤❤
@souleaterboss2246
@souleaterboss2246 10 ай бұрын
Thanks 😮😮😮
@josepholaniyi8818
@josepholaniyi8818 9 ай бұрын
Thanks❤
@buivandat-md8fd
@buivandat-md8fd 7 ай бұрын
tks bro !
@SpongeknobSquarenut
@SpongeknobSquarenut 10 ай бұрын
is there a way to make the footer smaller?
@purplevanilla
@purplevanilla 10 ай бұрын
Just reduce the height of the footer
@SpongeknobSquarenut
@SpongeknobSquarenut 10 ай бұрын
@@purplevanillabut how?
@purplevanilla
@purplevanilla 10 ай бұрын
@@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; }
@rejuzaman6365
@rejuzaman6365 3 ай бұрын
@felixtinnerholm4458
@felixtinnerholm4458 3 ай бұрын
epic
@MotoPortalTR
@MotoPortalTR 10 ай бұрын
tenku tenku izmir -Turqey gut bye
@AdeelAhmad0007
@AdeelAhmad0007 6 ай бұрын
lop
@puranlimbu-r3k
@puranlimbu-r3k 9 ай бұрын
leuuuuu
@AdeelAhmad0007
@AdeelAhmad0007 6 ай бұрын
good
How to create a CSS image gallery in 5 minutes! 📷
5:38
Bro Code
Рет қаралды 65 М.
Learn CSS Grid in 20 Minutes
18:35
Web Dev Simplified
Рет қаралды 804 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 42 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 71 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 198 МЛН
How to Properly Layout A Website (For Beginners)
14:50
The Website Architect
Рет қаралды 656 М.
The secret to mastering CSS layouts
17:11
Kevin Powell
Рет қаралды 292 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 482 М.
Learn All Types of CSS Border Animations in Just 5 Minutes
4:38
Learn CSS Grid - A 13 Minute Deep Dive
13:35
Slaying The Dragon
Рет қаралды 628 М.
Build this JS calculator in 15 minutes! 🖩
15:20
Bro Code
Рет қаралды 672 М.
Learn CSS flexbox in 10 minutes! 💪
10:01
Bro Code
Рет қаралды 188 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 492 М.
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,2 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 42 МЛН