Learn CSS float in 4 minutes! 🎈

  Рет қаралды 47,309

Bro Code

Bro Code

Күн бұрын

#CSS #course #tutorial
CSS float property tutorial example explained

Пікірлер: 40
@BroCodez
@BroCodez Жыл бұрын
Bro Code Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, voluptates. Sequi, repellat corrupti iusto molestiae perspiciatis obcaecati cumque. Odit dolorum nemo velit magnam esse amet facere, numquam hic sunt necessitatibus? Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, voluptates. Sequi, repellat corrupti iusto molestiae perspiciatis obcaecati cumque. Odit dolorum nemo velit magnam esse amet facere, numquam hic sunt necessitatibus? Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, voluptates. Sequi, repellat corrupti iusto molestiae perspiciatis obcaecati cumque. Odit dolorum nemo velit magnam esse amet facere, numquam hic sunt necessitatibus? Lorem ipsum dolor sit, amet consectetur adipisicing elit. Corrupti, voluptates. Sequi, repellat corrupti iusto molestiae perspiciatis obcaecati cumque. Odit dolorum nemo velit magnam esse amet facere, numquam hic sunt necessitatibus? /* style.css */ body{ border: 3px solid; display: flow-root; } #img1{ float: left; margin-right: 10px; } #img2{ float: right; margin-left: 10px; }
@KrowDeVate
@KrowDeVate Жыл бұрын
DUDE THANK YOU SO MUCH FOR TELLING ME ABOUT 'flow-root'!!! On my demo website I made a div flexbox that had an image inside of it and it would spill out of the page when the screen shrinks too small. Once I put 'flow-root' in the div the picture no longer spilled out! I spent like 2 days trying to fix this problem without starting over gain. Thank you!
@DaniellaB.
@DaniellaB. 4 ай бұрын
same😭
@angelobuq1026
@angelobuq1026 7 ай бұрын
Fantastically explained, school textbook was super wordy for no reason.
@tarishisrivastava192
@tarishisrivastava192 3 ай бұрын
This is by far the best explanation of float. Thanks alot :)
@NorwellJones
@NorwellJones 7 ай бұрын
I keep using your videos to supplement my college class. Your much better at explaining than my textbook. Thank you!
@MalakSrour-yb1xm
@MalakSrour-yb1xm 5 ай бұрын
Big thanks for the excellent explanation in the video! Really helped me grasp the concept.🙏🏻
@thomasgeppert303
@thomasgeppert303 5 ай бұрын
Great lessons! One minor issue: At 0:47 you say "an image is a block level element". However, you list the "img" tag as an inline element in the "Learn CSS display property in 4 minutes! " lesson. Thanks for these outstanding videos.
@Triny-i5t
@Triny-i5t 9 күн бұрын
bro code you are the best (sincerely speaking)
@visitor_t-w3p
@visitor_t-w3p 7 ай бұрын
You are god of html css..to the point..fully pro tutorial...
@ycombinator765
@ycombinator765 Жыл бұрын
Last Point Is Gold
@user-dk9of1ok1n
@user-dk9of1ok1n Ай бұрын
That was pretty cool!!!
@salahshraf1752
@salahshraf1752 Ай бұрын
Nice tutorial bro
@great6193
@great6193 10 ай бұрын
thank you for your sharing
@cesarabraham3487
@cesarabraham3487 7 ай бұрын
thanks man I was Struggling for put image in a text card. but thanks I know for you help
@PannerselvamRagul-ix1kn
@PannerselvamRagul-ix1kn 8 ай бұрын
Pls do part 2 ial IT PAPERS it will be more usefull for many students and can help to increase you subscribers.
@azharmehmood3482
@azharmehmood3482 2 ай бұрын
In this vedio you say is block level element but in next vedio you say is a Inline element plz correct it its block level or inline ?
@GrandpaDeveloper
@GrandpaDeveloper Жыл бұрын
GOOD, ty Bro Code!
@maxinebonifacio2237
@maxinebonifacio2237 2 ай бұрын
thank you!!!
@s.a.r.a.01
@s.a.r.a.01 Ай бұрын
thank you
@xDontStandInTheFirex
@xDontStandInTheFirex 6 ай бұрын
Thank you so much
@ahamedmajin2560
@ahamedmajin2560 4 ай бұрын
bro. what is difference between Justify-content and Text-align.
@ቅኔTECH
@ቅኔTECH 20 күн бұрын
perfecto
@alericjohansen6775
@alericjohansen6775 9 ай бұрын
How are you getting the browser view to refresh so quickly? Is that just you editing the video, cutting out when you hit refresh on the browser? I have wanted a, pretty much, live view of what my code would look like, but haven't seen anything like that out there.
@imredoyyy
@imredoyyy 9 ай бұрын
You can use Live Server or Live Preview extension. Both are available in VS Code
@dwdw97
@dwdw97 9 ай бұрын
Live server my guy. Browser will automatically refreshes whenever you save the code
@purplevanilla
@purplevanilla 8 ай бұрын
@@imredoyyy I use live server but the server opens in opera instead of google chrome. Is there a way to fix it?
@imredoyyy
@imredoyyy 8 ай бұрын
@@purplevanilla Go to Settings>search for "Live Server". From there you will see an option to choose custom browser.
@namanthacker
@namanthacker 6 ай бұрын
But why did Pikachu get out of body element in the first place??
@markkfflores1318
@markkfflores1318 Жыл бұрын
I thought image is inline
@kraftykoder280
@kraftykoder280 9 ай бұрын
yes, me too
@pandorafalemias9819
@pandorafalemias9819 6 ай бұрын
it is inline
@godofwarthings888
@godofwarthings888 6 ай бұрын
Yeah, it's inline unless you changed the display to block
@Pororo1726
@Pororo1726 6 ай бұрын
Set display block for image
@pleighsolder7145
@pleighsolder7145 3 ай бұрын
paragraph is block, and will generally try to occupy 100% of the width
@jovanssemivule8756
@jovanssemivule8756 2 ай бұрын
My float failed
@Cricket_uniland_18
@Cricket_uniland_18 5 күн бұрын
😢
@АндрейЕвтухов-п7р
@АндрейЕвтухов-п7р 6 ай бұрын
Good work! Thank you very much!
@ProGram-nt9dc
@ProGram-nt9dc 3 ай бұрын
How to write code without run ?
Learn CSS flexbox in 10 minutes! 💪
10:01
Bro Code
Рет қаралды 160 М.
CSS Float and Clear Properties
10:48
Steve Griffith - Prof3ssorSt3v3
Рет қаралды 33 М.
Ozoda - Lada (Official Music Video)
06:07
Ozoda
Рет қаралды 9 МЛН
Learn CSS overflow in 3 minutes! 🌊
3:24
Bro Code
Рет қаралды 23 М.
Learn CSS position in 5 minutes 🎯
5:58
Bro Code
Рет қаралды 152 М.
CSS Float and Clear Tutorial
11:30
Kerim Tim.
Рет қаралды 13 М.
Learn Flexbox in 15 Minutes
15:12
Web Dev Simplified
Рет қаралды 1,2 МЛН
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,6 МЛН
Learn CSS positions in 6 minutes! 🎯
6:24
Bro Code
Рет қаралды 26 М.
CSS website layout in 9 minutes! 🗺️
9:28
Bro Code
Рет қаралды 83 М.
Learn CSS BOX MODEL - With Real World Examples
17:45
Slaying The Dragon
Рет қаралды 124 М.
Block, Inline, and Inline-Block explained | CSS Tutorial
14:19
Kevin Powell
Рет қаралды 246 М.