css div box responsive using flexbox | css flexbox tutorial
HTML-код
- Опубликовано: 8 фев 2025
- this video tutorial about , make a responsive css3 grids div container box layout usgin flex box absolute for beginners .
equal with height of div boxs using css and html
use flexbox style :
display : flex
flex-direction : row
justify-content : space-around
flex-flow : wrap
No talking and pure code, amazing video man, thanks!
I love This Tutorial. No Talking.. Just Showing Code! 🔥🔥🔥
Thank you is not enough. My headache is now gone! Your amazing.
This video saved my day busy with a responsive website
Gosh, I thought I would never find this gem. Thank you so much❤️ This exactly what I needed on my beginner's journey to web dev.
THANK YOU! GOD THANK YOU! you don't even understand how much this helped me.
Oh thank you so much! god bless you! this was WAY easy compared to other websites like man this is AMAZING!
just what id been looking for. Thanks a lot!
Thank you sooo soooo muchhhhhhhhhhhh!..you did save my 4 hrs of hard work
100% understandable Thanks
Amazing video. thank you so much from 2022
Thanks ! you helped me. only I need to adjust to my customer's taste.
You just really helped me alotttt....Thank you so sooo muchh
Thank you so helpful.
thank you so much! its really helpful for a beginner like me
Thanks a lot, this was very help full.
Amazing, man! Thanks a lot!
very informative video bro❣❣
THNAKYOUUUUU SOO MUCH IT IS MUCH HELPFUL FOR ME
Thanks bro, this helped alot
Thank you!!!! Was sooooo util!!
Thank you for your video. This helped me a lot.
really helpful, thanks!
Thanks bro it solved my problem
thanks buddy, u did a very helpfull job👍🏾
Amazing thanks man
Although your code works, there is not even spacing between each box if youre looking at the padding around the container. In web design, you're always supposed to try aiming for a symmetrical design.
Thanxx buddy
Thank you ❤️ this helped alot. Liked and subbed.
thnx alot
thanks a lot
nice video
many thanks
Thank you so much for adding new bow in my designing kit
Oh thank you so much!
I am brazil. Thank uoy so much!!!
hi brazil.. your welycum
@@Lonesimps I luv cyum
Thanks
thanks bro you solver my problem
you are a W mate
Thanks 🌸
Thanks a lot!
Thank you so much!
Tq so muchu bro😍
thnx
Thanksss
Amazing
Thank You.
You z best.
Thx bro❤️🤲
Grettings, what could i do if i want to keep on adding boxes
?
is possible when arrive 600px for exemple, transform this divs in Carousel ?
Great
can we write the text in the box
awesome
Thank you!
html
1
2
3
4
5
6
css
.container{
width: 100%;
height: auto;
background: #73AD21;
/*add flexbox style*/
display: flex;
flex-direction: row;
justify-content: space-around;
flex-flow: wrap;
}
.box{
width: 20%;
height: 300px;
background: yellow;
margin: 20px;
box-sizing: border-box;
font-size: 50px;
}
/* add responive media queries */
@media screen and (max-width:1200px){
.box{
width:40%
}
}
@media screen and (max-width:600px){
.box{
width:90%
}
}
You are a secret hero man
@@nathanch3365 Thank you
Sangat membantu untuk permasalahan projek saya mantap
THANK YOUUUUUUUUU
Thank u
Really it's a great vid, very informative and also useful. Thank u a lot best.
oh ur welcyum
thanks mate
thanks
Great!
Thank you.♥
U r Awsm
👏👏👈🔔
Thanks man.
1
2
3
4
.container
width: 100%;
height: auto;
background: #007bbf;
/*add flexbox style*/
display: flex;
flex-direction: row;
justify-content: space-around;
}
.box{
width: 20%;
height:300px;
background: yellow;
width: 20px;
box-sizing: border-box;
font-size; 50px;
}
/*add responsive media quaries*/
@media screen and (max-width:1200px){
.box{
width: 40%;
}
}
@media screen and (max-width:600px){
.box{
width: 90%;
}
}
noice one my nickel gallium
Haks 911
Hola, quería ahorrarme tiempo copiando tu código pero me tardé más, tienes unos errorcillos: En la clase .box la línea 4 no es "width" sino
"margin" y después de "font-size" tiene punto y coma y es dos puntos.De todas formas se agradece.
not all heroes wear capes
Thank you. :)
I just want the white page so not many people know how to do this thank you.
god bless you 😭😭
Realy nice tutorial but next time can you then make a file with the text
Is the same effect possible without media queries?
How
Hello, Do you know how to build responsive & Scale divs vertical size in ratio with the width; (So images & container divs keep their aspect ratio's?) I have been playing with Vmin Vmax etc for weeks.
*juice substance noises*
TF?
@@Lonesimps Juice as in self-made cyum, sorry for confusing you.
@@azziewatermelon You have both Confused me Muchly...
God, how come so many people remember all this codes and how the hell should my brain learn this ?
thanks great works
What editor?
Sublime Text 3
I Love You
yeh dekh dekh ke banna rha h ......
Faltou o áudio explicando
no sound
Hlw sir plx 🥹 help
tidak membantuu
Please let me copy and paste the text you poser.
thank you
thank you!
Thank you!
thank you