Тёмный
No video :(

The 2023 Frontend Development Crash Course - Learn HTML & CSS 

DesignCourse
Подписаться 1,1 млн
Просмотров 219 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 174   
@DesignCourse
@DesignCourse Год назад
If you're interested in UI/UX too, I take the same design and show you how to create it in Figma: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QwSN4n2sjR8.html
@waifufx
@waifufx Год назад
Congratulations sir on 1Million Subscribers Just saw it recently I have been expecting for a long time
@dogbahkorboi7149
@dogbahkorboi7149 7 месяцев назад
I am interested, Sir.
@actandrepeat
@actandrepeat Год назад
A browser's root font size is 16 px by default. When setting font-size to 62.5% in the CSS stylesheet the root font size changes to 10 px, because 16 * 62.5 / 100 = 10. 1 REM is now equal to 10 pixels which makes converting values from Figma way easier. So 45 px is now 4.5 REM as opposed to 45 / 16 = 2.8125 REM.
@robinheyer708
@robinheyer708 Год назад
Sounds like this can really mess with accessibility if people have a larger font size set in their browser. As that works of off rem if I'm not mistaken. Figma should have an option to show the rem size, ideally. Just converting it yourself isn't so hard, either, as you demonstrated.
@magoxxii
@magoxxii Год назад
Thanks for explaining 🎉
@sameneko8979
@sameneko8979 11 месяцев назад
​@@robinheyer708 Nah. If I set my font size (in browser) to be 22. and wesite try to set it to 62.5%. Browser will read my custom font size (22px) and calculate the final font-size based on that (62.5% of 22px). The accessibility problem comes from websites that set font size to px or vh,vw because if that's the case no matter how much user zoom in / out the font size will stay the same.
@NecaVideo
@NecaVideo 10 месяцев назад
To mitigate the problem of accessibility you can do the inverse operation on body element and set font-size: 1.6rem. But even then this can be problematic if you use some 3rd party component libraries which relies on some reasonable values for the root font-size.
@brunon9837
@brunon9837 Год назад
1:29:15 You can split your windows easily with the shortcuts: "Windows Key + Left Arrow Key" and "Windows Key + Right Arrow Key"
@kjellandrew
@kjellandrew Год назад
I really appreciate how you keep your mistakes in the video. It shows how to troubleshoot some of the silly things we do. And is encouraging that it happens to everyone.
@ArindamMukherjee-it
@ArindamMukherjee-it Год назад
Thanks Gary, this helped me a lot. I am new to learning HTML and CSS and seeing you coding, inspires me learning. Thanks for helping people like us.
@user-ky2oc7ij6n
@user-ky2oc7ij6n Год назад
Hi
@mdashrafulalam3469
@mdashrafulalam3469 10 месяцев назад
The way you explained the HTML layout with red boxes was amazing. Thanks a lot.
@jerrycompanjen5325
@jerrycompanjen5325 Год назад
Nice! Was gonna start your course last night and was about to do your old crash course from last year... So this is great timing!
@felipeleon6631
@felipeleon6631 Год назад
You should try last year's crash course. He explains responsive coding
@peterl0815
@peterl0815 Год назад
Host the your fonts by yourself. This is better for privacy and it's better to serve it by yourself because different blocking add-ons have less problems with that approach. Besides you show google the middle finger by that. At least it's more reliant if google goes offline or is not reachable . The video is solid work.
@jhonnatanr
@jhonnatanr 10 месяцев назад
39:00 since the arrow is just for decorative purposes, I think you could've used a pseudo element in your CSS. .secondary-cta::after { content: url(' '); }
@mehranehnejati135
@mehranehnejati135 10 месяцев назад
This video made HTML CSS so easy to understand, THANK YOU
@dumbulovich
@dumbulovich Год назад
Hey mate, I dont usually comment on people's tutorials but you are amazing at teaching, and should be awarded. Thanks
@Olaiya03
@Olaiya03 9 месяцев назад
Thank you so much for creating this crash course. It has really helped me a lot. Please do another video showing how to make it responsive to other smaller devices.
@lalalu2923
@lalalu2923 Год назад
Danke für diese Doku. Frustriert, genervt und fassungslos bleibe ich zurück. ABER es hat mir auch gezeigt, dass ich nicht so streng mit mir sein sollte. Es geht um die Richtung, ich lebe vegetarisch, fliege nicht, kaufe häufig gebraucht, fahre hauptsächlich mit dem ÖPNV. Aber nichtsdestotrotz sollte man das Leben auch genießen, es ist deutlich, dass die Politik zum Wohl aller und der Umwelt handeln muss, ich als Privatperson kann mein Bestes geben durch ein informiertes und reflektiertes Handeln, aber dennoch sich dessen bewusst sein, wenn man sein Bestes gibt, mit den Mitteln und Möglichkeiten die zur Verfügung stehen, ist schon viel getan was in der eigenen Macht liegt als "normale Privatperson".
@_g4m3r_
@_g4m3r_ Год назад
That 62.5% font-size formula that makes rem unit so easily related to px size is a lifesaver! Thanks so much for this!
@zubair3002
@zubair3002 Год назад
Please mention when did he say ? Time?
@_g4m3r_
@_g4m3r_ Год назад
@@zubair3002 51:10
@AndyMorrisArt
@AndyMorrisArt 10 месяцев назад
You made me google just 2:40 minutes in. I had learned to write self-closing tags with a forward slash before the > character and became curious when you didn't so I just learned that it's optional in html5 but required in XHTML so now I'm curious how many coders choose to use it when writing html5?
@sethaaron510
@sethaaron510 Год назад
Still struggle to finish the tutorial of 2019... Man... time flys... Finish this crashcourse is on the top priority of my new year resolution list. Thanks for sharing this amazing and high-quality content.
@gideonokorie4424
@gideonokorie4424 Год назад
have you finished it now?
@sethaaron510
@sethaaron510 Год назад
@@gideonokorie4424 Oooops, good call... The answer is no. Thank you so much for bringing this up
@Ceinsight
@Ceinsight Год назад
10:48 correction internal css :D! thanks so much for making this awesome tutorial, i've done your other one yesterday. love your tutorials great explanation!
@AgahanCeylan
@AgahanCeylan 9 месяцев назад
Thanks a lot !
@basharat4693
@basharat4693 Год назад
AMAZING! The best video on HTML and CSS. Showing how to tackle a project step by step. Beginners get overwhelmed by bare bones (HTML) when they see its result. As a beginner who felt overwhelmed by this, I benefited so much from this. I'll implement this and clone a portfolio after exams and see how I do. Thank you so much. Need more of these videos where project is tackled like this.
@andrewo.9412
@andrewo.9412 Год назад
I really like Brad Travesy's Udemy HTML and CSS course. It's like 15 bucks and really helps make you comfortable before adding JS and such.
@ramsanga2212
@ramsanga2212 10 месяцев назад
this is just what i need to get started ,thank you
@choccooco
@choccooco 6 дней назад
tysm for frying your voice to teach us doing this amazing design :)
@quantyquanty3724
@quantyquanty3724 Год назад
This is a crash course with substance in which all levels of Developer will appreciate.
@billyfarris4314
@billyfarris4314 9 месяцев назад
Love the video!! you have a great way of explaining things with ease.. i learned alot and will be looking into your other videos
@NickiLP98
@NickiLP98 Год назад
2:00:28 If you want to have a smooth animation on the secondary-cta:hover underline do this: .secondary-cta span { text-decoration: underline; text-decoration-color: transparent; transition: .3s; } .secondary-cta:hover span { text-decoration: underline; }
@cyanbeam
@cyanbeam Год назад
Thank you for taking the time to do this crash course. You've explained things so well boosted my competence with web design. I'm excited to make many more.
@sagarghare9829
@sagarghare9829 Год назад
Thanks, Garry. I completed the course 🤗
@shreddymcgnar8776
@shreddymcgnar8776 Год назад
my dude, you are good at teaching, chronologically formatting your knowledge-drop already impressed me, as this is counter intuitive to most ppl, and im a very mechanical learner in general. Which brings me to my point. Do you have any books yet? I know one guy with two thumbs that would free download the shit out of it P.S. dont forget to use pictures, as A wise man once said, a picture is worth a thousand words. Just think of all the paperback publishing money you will save.
@AbhishekGupta-ej3vw
@AbhishekGupta-ej3vw Год назад
Hey you have designed this course very nicely. Thank you bro
@shiuandai0426
@shiuandai0426 Год назад
As a beginner, it is very good to follow your instruction
@magoxxii
@magoxxii Год назад
Last year i watch your last crash course and now i watched this one and everything make so much more sense. Thanks for keeping doing this videos!
@LucianoPinheiro78
@LucianoPinheiro78 10 месяцев назад
On linux and Windows, if you bring the window (by its header) to the corner of screen, it will spans to half of the screen. I think we can do it on mac also. That's how people can make windows side-by-side.
@StormeSpace
@StormeSpace Год назад
This is the first modern html css video on youtube , Your a Game Chager I appreciate if you do another html css course THANKS
@user-yq5qm6tt1u
@user-yq5qm6tt1u 5 месяцев назад
whenever you do videos, please dissect it with that red marker. the layout becomes self explanatory. keep up the good work bro👍👍👍
@code.design
@code.design Год назад
You speak about semantics, more than a few times, but do not code a hero button as a but rather an . Care to elaborate why?
@islandhaze
@islandhaze Год назад
My Question too! Felt confused here.
@MyBaBB
@MyBaBB 5 месяцев назад
This is a nice little refresher course. I learned a couple of things. Thank you very much.
@MuratKarakus-to4tr
@MuratKarakus-to4tr Год назад
Just finished it and goddamn, what a course, lots to unpack but great starting point, I followed every single step, yeah I will play with the code and add it to my portfolio, I goddamns deserved it! thank you sir for your hard work
@AryanCS01
@AryanCS01 Год назад
Hey Did he cover topics such as a flexbox, grid ?
@shamaliroshan
@shamaliroshan Год назад
This is great who needs to learn as a beginner or who need to get things remembered again!
@TalonOfficialCanada
@TalonOfficialCanada Год назад
always love watching your videos. I always learn something new and understand a bit more every time I watch them. By far the best crash courses I've found. This one is a bit more for someone who has already dipped their toes in the coding waters I feel, but it was really nice to be able to watch this and really not be confused at any time during the course. I must be learning something 😎
@kcwitch1
@kcwitch1 Год назад
I love how you dissect the page in forming the layout. I learnt something there
@syndg
@syndg Год назад
Amazing! Was waiting for this since you released the design one! Thanks for the amazing content! ❤️
@cr4wz
@cr4wz Год назад
Wow, I'm from Brazil and I loved discovering your channel, bring more videos like this please, they are extremely helpful! thanks.
@henrythomas7112
@henrythomas7112 Год назад
Great video! Some key points were highlighted that I hadn't heard anyone else discuss. Thank you!
@SantiagoJanoski
@SantiagoJanoski Год назад
you made it look soooo easy, thanks!
@Chorcai
@Chorcai Год назад
Fantastic crash course, it really showed you a bit of everything for you to look into more, however my only nit pick would be the wrong image was used for the products! Looking forward to more of your videos for 2023!
@photoinshot1355
@photoinshot1355 Год назад
Excellent video, with detailed explanations and very engaging, thanks!
@lonleybeer
@lonleybeer Год назад
This course was fanatically done, I'm not that great with the keyframes so this really did help alot
@joshuanwokoye
@joshuanwokoye Год назад
Pls how do I give this a thousand likes? Very straight to the point!!
@sto2779
@sto2779 11 месяцев назад
excellent explanation. great way to show how to make figma to html without any frameworks.
@vinaypatil8009
@vinaypatil8009 Год назад
Sir please Needed same kind of explanation , lecture, knowledge on Html CSS Javascript with resume level project
@rgirotto
@rgirotto Год назад
Hi Gary! thanks for another incredible amazing tutorial! I was wondering why you didn't use sass in this 2023 tutorial like in previous years?
@Hallucinogendk
@Hallucinogendk Год назад
Pseudo-elements should be written with "::" and not just ":", which is reserved for pseudo-classes. Double colons for pseudo-elements were introduced in CSS3, but single colons for pseudo-elements still work for compatibility reasons, so the Internet doesn't break.
@unknowned1113
@unknowned1113 10 месяцев назад
Do you use the original image source file or do you use the Figma export cropped images in development?
@giftmukupe1
@giftmukupe1 Год назад
So grateful for this, thank you so much.
@maximood-tired
@maximood-tired Год назад
very nice, Im glad you changed the crashcourse from sass to plain css
@1stHelloWorld
@1stHelloWorld Год назад
I stopped watching randomly in the middle of the course to like and subscribe your video,and btw,thank you for your efforts !
@AndyMorrisArt
@AndyMorrisArt 10 месяцев назад
When I added display: flex; my logo disappeared. I even uploaded my svg file to my wp site (after learning how to do that) and inserting the url in src= which works but not when I add display: flex; oddly my arrow is there. I'm planning to assign classes to the logo and to the menu and then put those divs where I want them. I don't know how else to do it at this point.
@webinno
@webinno Год назад
Thanks for sharing your knowledge. It really helps me in my web development learning process.
@fitnesslifehack
@fitnesslifehack Год назад
Big thanks! Very understandable.
@Thankgoodness77
@Thankgoodness77 Год назад
Thank you, it’s a great video we can learn more
@maxenheimer5336
@maxenheimer5336 9 месяцев назад
this is gold.
@i-ush6349
@i-ush6349 Год назад
Thanks a lot, really loved your video.❤
@hirealgore
@hirealgore Год назад
Really cool video. Appreciate the knowledge !
@Oyiboforex
@Oyiboforex Год назад
Thank you Sir, it really nice 👍👍👍
@Speedy4you10
@Speedy4you10 Год назад
Happy new year!
@ncpl.
@ncpl. Год назад
max-width and margin step do not work for me, it is not centering :C Why?
@RickoDeSea
@RickoDeSea Год назад
Could you have used a button symantic element for the CTA ?
@Britney.J
@Britney.J Год назад
Super helpful. I haven't done any front-end coding projects for a few years, and this was a good refresher. Also loved learning the Emmet abbreviations. So slick!
@TalonOfficialCanada
@TalonOfficialCanada Год назад
Oh man, the Emmet abbreviations helped so much! made things so much faster - I could almost keep up with him in VSC just listening because of it - not quite that fast yet though lol
@benjiehakim5925
@benjiehakim5925 Год назад
Very helpful but I had an issue my poppins font couldn’t load after I pasted it in my vs code unfortunately,not matter how much I tried to refresh it
@MACH_SDQ
@MACH_SDQ Год назад
Very goood, greetings from Dominican Republic !!!!
@AnasNarudin-nc2ii
@AnasNarudin-nc2ii 9 месяцев назад
thanks
@dinbandhusharma4568
@dinbandhusharma4568 Год назад
I really like your video. The best this is for me to your explanation your explanation is awesome like you explain each detail, thank for this free course :)
@TheNerdyPlayer
@TheNerdyPlayer Год назад
watched the whole thing! good job 🥰
@silvanfloor
@silvanfloor Год назад
Hi Gary, Thanks for your video! It brought me up to speed a lot! Question: is there a clever solution to get those 3 images on the right clickable to a next page? If i try to make them so, the grid breaks :(
@thiliniliyanaarachchi8073
@thiliniliyanaarachchi8073 Год назад
Thanks Gary. As always A solid crash course.
@Mahsa_2
@Mahsa_2 Год назад
Please post more of these tutorials. thanks
@huntergaming6837
@huntergaming6837 3 месяца назад
Sir plz make more projects on frontend development, since I am from India and your course is too expensive for me to purchase, plzz share more knowledge on YT or on udemy
@outpost31737
@outpost31737 Год назад
Don't forget if you have uneven columns on your flex items make sure they are set to 100% width.
@returnMarcco
@returnMarcco Год назад
Thanks for the course
@bbubbeee
@bbubbeee 9 месяцев назад
What theme is he using for VSC?
@user-tn4ro8ey9r
@user-tn4ro8ey9r 5 месяцев назад
tHANK YOU SO MUCH
@oguching
@oguching Год назад
Good solid crash course as usual Gary. Very well done.
@jasur.salikhov
@jasur.salikhov Год назад
Thank you for your crash course, god bless you
@StefanoVidmar
@StefanoVidmar Год назад
can you please share your editor settings i love the look of that search at the top
@hiteshsuthar1097
@hiteshsuthar1097 Год назад
Thanks 🙏
@ertar0
@ertar0 Год назад
thank you!
@webunriddled
@webunriddled Год назад
Happy NewYear 2023 Gary! what? it's just been 10 days🤣
@codewithdahir
@codewithdahir 5 месяцев назад
Wow this was cool🎉
@RickoDeSea
@RickoDeSea Год назад
Could you have used id for card1, card2 & card3 instead of class ?
@Erwin_t
@Erwin_t Год назад
Hey Gary! I remember I followed the 2022 frontend crash course and boy!! That was epic, following your work for over a year now and I always learn new things with from your content. Do you stricly do HTML, CSS & JS or do you also do React JS? Curious >.
@nehemynet
@nehemynet Год назад
​@qslqkhqn In this case, the base font size has been reduced to 62.5% of the default size. (16px = default 100% font size) So when you use rem units, it will be based on 10px (1rem = 10px), instead of 1 rem = 16 pixels. 62.5% of 16px browser font size is 10px. This allows for more consistent and predictable font-sizing across different browsers, since it eliminates the need to account for different default font sizes.
@ashandimantha6538
@ashandimantha6538 Год назад
Thank youu !! 💌🤟
@eagleeyegaming4979
@eagleeyegaming4979 Год назад
Can anyone please tell me why the styles are not making a change in the website? I have double-checked it and it still is the same thing!
@benburakk
@benburakk Год назад
1:07:20 Why select nav? why select header? and Why did you do that?
@UnezeWisdom
@UnezeWisdom Год назад
I'm actually stuck on 1:21:40, my right-col isn't moving to the right side on my web page
@jirizboril1517
@jirizboril1517 Год назад
So can I ask for help here in comments? Huh? I cant copy arrow in firgma as SVG. I have only option of CSS. And last but not least thank you for this. It is first thing I used to study and I feel like i found a fricking gem. Thank you.
@diegovalencr
@diegovalencr Год назад
Spectacular!
@kimfranciscorros5959
@kimfranciscorros5959 Год назад
Just wanna point out that using gap with flex items seems to be having an issue on safari.
@klvsv
@klvsv Год назад
Thanks for a great crash course! Question: would you consider taking this layout and show how to make it mobile friendly?
@TerenceKearns
@TerenceKearns Год назад
I really thought figma would be able to support useful html/css which could have been used as a starting point. What do you think of bootstrap studio?
@amitkulkarni1720
@amitkulkarni1720 Год назад
Plz do the same for Backend Development.
@shawnremedios7195
@shawnremedios7195 Год назад
Hey Gary, do you have a beginners complete course for JavaScript?
Далее
Learn HTML & CSS in 2022 | Crash Course
1:58:41
Просмотров 489 тыс.
HTML Tutorial for Beginners: HTML Crash Course
1:09:34
Как дела перцы?
00:25
Просмотров 72 тыс.
Learn Flexbox CSS in 8 minutes
8:16
Просмотров 1,5 млн
Is the UI Designer Role dead?
7:58
Просмотров 8 тыс.
18 Hero Section Designs You Can Steal
11:45
Просмотров 683 тыс.
Frontend Web Development Projects that got me hired
10:38
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 949 тыс.
Complete Course On Layout Design (MASTER LAYOUT)
21:04
Просмотров 693 тыс.
The UI/UX Crash Course for 2023 - Learn UI/UX Design
1:17:53
HTML and CSS For Absolute Beginners | 2024 Crash Course
1:58:05