Well done! I think that you could explain and articulate more about the choices of properties and values, probably you were tired of repeating since you've already made the video of this project with the sound issue. This video helps me a lot because I was swimming in confusion and I also suggest the newbies repeat the little Flexbox Froggy and CSS dinner exercises and make little notes if somebody lets me know of other games and cheat sheets. - If you could give me a tip to gather the basic properties and values and all the absolute and relative viewpoint units and all of what I need to understand and memorize and use off the top of my head and also the HTML side. - I don't get how you could achieve the layouts for Mobile: 375px and Desktop: 1440px by playing with one single set of values for the position of backgrounds.
Hello, nice solution. I am quite interested in your VSCode theme and settings. Can you leave them here? for example I really like that animated cursor of yours , when you try to edit a line of code. | this one :)
again saved me
thanks man
Nice vid man, almost stuck for 1.5 hours trying to do it by myself.
Glad I could help.
Well done! I think that you could explain and articulate more about the choices of properties and values, probably you were tired of repeating since you've already made the video of this project with the sound issue.
This video helps me a lot because I was swimming in confusion and I also suggest the newbies repeat the little Flexbox Froggy and CSS dinner exercises and make little notes if somebody lets me know of other games and cheat sheets.
- If you could give me a tip to gather the basic properties and values and all the absolute and relative viewpoint units and all of what I need to understand and memorize and use off the top of my head and also the HTML side.
- I don't get how you could achieve the layouts for Mobile: 375px and Desktop: 1440px by playing with one single set of values for the position of backgrounds.
Thanks for your help. I'a a newbie and i can't understand the difference between container and wrapper..
Thanks man
I was stuck in the body background, your video has helped. Thanks
+1
great video! what theme are you using on vs code?
Hello, nice solution. I am quite interested in your VSCode theme and settings. Can you leave them here? for example I really like that animated cursor of yours , when you try to edit a line of code. |
this one :)
Good Job sir! , can I ask you something. What is your background music name for this video?
can u explain why at 8:11 you use margin auto instead of using justify-content center?
I got a similar finished result except my code was different:
body {
font-family: 'Kumbh Sans',
sans-serif;
text-align: center;
min-height: 100vh;
color: hsl(0, 0%, 59%);
background-color: hsl(185, 75%, 39%);
font-size: 14px;
}
.container {
max-width: 940px;
margin: 0 auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: white;
border-radius: 20px;
overflow: hidden;
}
Would this be incorrect?
One thing about programming - if something works that means it's right.😆
If your result looks like the design, that means it's right.
How do you make classes and everything in html to be in cursive?
I use a font named 'Dank Mono' with VS Code.
how can we make it responsive?
It is responsive.