Enjoy it during this lovely (/s) lockdown? Subscribe up for more!
@LabhamJain4 жыл бұрын
Lovely Vid!!!!
@LilyLikesTech4 жыл бұрын
This would fix so many problems I have with nesting grids.
@julianmoors75864 жыл бұрын
It's good to see some future developments for CSS
@nelsonking4 жыл бұрын
I was so excited for this when I watched Racheal Andrew's talk at CSSconf EU last year. I seriously thought the browser support would be much better by now but gosh darn it, it's not.
@Dembesde24 жыл бұрын
The new endings with James Bond kind of music are top class!
@techtipsuk4 жыл бұрын
Didn’t really fully understand this if I’m being honest and I’ve been using grid for a while.
@begaal98404 жыл бұрын
12:50 We all do know that pain ....
@RANKKY94 жыл бұрын
I hope this will be implemented in all browsers. I really need that!
@518freakshow44 жыл бұрын
I like when something doesn't work and you trouble shoot on the spot, because that is totally going to happen. Keeps it real. I wouldn't even have looked at repeat auto for that.
@jd_flick4 жыл бұрын
waiting patiently for this to be added to Chrome simply so it flows over to electron. Excellent info!
@kaustubh_204 жыл бұрын
I want that T-shirt! 😍😍😍
@dreadnought50774 жыл бұрын
I was tryin to figured out how to build broken grid layout while watching this vid. But instead of broken grid, i figured out something broke in your house dude XD 5:28
@conqr11134 жыл бұрын
Wow.. I know I am posting here for the first time but damn I am so glad I found you. This is really helpful and will definitely use it in my next video. I am just starting out with all the logo design tips and tricks I learnt myself. Hopefully the community will learn from it too :)
@akanksha123456714 жыл бұрын
I know right? I follow him a lot and has gained so much in my college assignments :)
@conqr11134 жыл бұрын
@@akanksha12345671 hahaha damn right, I dont I am going to forget the Gary Simon name now. Lol.
@_robynhood_4 жыл бұрын
Awesome video. Liked how you didn't edit out the mistakes 😂
@Mackin77774 жыл бұрын
Lol that outro made me smile, very spy master-esque.
@crocodilecrox37583 жыл бұрын
Why use a single row and a subgrid while you could use 2 rows with 12 columns and have elements occupy the desired space to align them correctly?
@jud4yah4 жыл бұрын
I love your keyboard and contents.
@ihajo4 жыл бұрын
Amazing we are learning stuff for the future :-)
@chinmay71404 жыл бұрын
where can i get that image u used ?
@codecrafter71994 жыл бұрын
Always want know subgrid. Thank you
@user-og9nl5mt1b4 жыл бұрын
Me 2019- i should learn css Me - nah wait for a good update which makes things easier . Me 2020- ok there u go now start learning Me- no wait some more 😂
@matijatoskic64914 жыл бұрын
what
@devdin81574 жыл бұрын
Great vid, as usual.
@djsid754 жыл бұрын
Awesome!! Love it🔥
@sagnikpradhan35944 жыл бұрын
Very Interesting
@NirmalKumar-sz7px4 жыл бұрын
Hey Gary, do you have any courses in LinkedIn Learning?
@CoolScratcher4 жыл бұрын
Yes!
@jericmoreno45524 жыл бұрын
5:33... that I don't care I'm still recording in here moment HAHAHAHAH
@marcodev3375 Жыл бұрын
Why subgrid cannot create implicit columns/rows like parent grid?
@BrianHaferkamp4 жыл бұрын
You can use this today and users who are on Firefox will get it. Just make your grids as usual and then below that add in a feature support like this: @supports(grid-template-columns: subgrid) { [put your code with subgrid here] }. If a browser supports the property it will run this code, otherwise it will skip it. As browsers adopt subgrid, more will read the code and use it. This is how we first started using and adopting CSS Grid. The more we use this the better and faster browsers will get with adopting it. And you'll be ahead of the curve! See MDN's article on feature supports: developer.mozilla.org/en-US/docs/Web/CSS/@supports Remember: Your feature query (@supports) must go *below* your normal/default code. You should use this with any forward-thinking properties that might break the layout or design.
@XCanG4 жыл бұрын
You're quite wrong. We can use it already if we put it in @supports section, and also adding fallback to all other cases. So when it come to all major browsers, it will be automatically used.
@talkdatrue4 жыл бұрын
You can do that easily without subgrids nor mathematics using a descriptive HTML rather than semantic css With a css framework called: Skelet by Selekkt.
@talkdatrue4 жыл бұрын
Google it
@juanrias10394 жыл бұрын
Good morning, I have a question, can you use pseudo elements like :: before and :: after in react native?
@StefanMetze4 жыл бұрын
Thanks for this great tutorial. Safari either doesn't support subgrids.
@SAAARC4 жыл бұрын
Yo... I was checking out can I use for sub grids just earlier today... Da heck
@joesantos95634 жыл бұрын
Interesting...
@mathiasonu49364 жыл бұрын
Hey Gary! How do I get freelancing in web dev in 2020 at 16 yrs young :)) ?
@supigagliardi21184 жыл бұрын
start learning
@AtheistReligionIsCancer4 жыл бұрын
Start with friends and family. There will always be one who needs a deisgn. In the beginning, just do it for free. Also, for the marketing, which you will need, you simply join several forums and help out there and use your homepage link in the footer of your comments, make sure it is in the footer, not spammy. You then use the home pages for your friends and family as reference on your home page.
@sukhsingh70574 жыл бұрын
Looks good, but wouldn't it be easier doing the sub layout in flex
@sukhsingh70574 жыл бұрын
For support.. to get the same pixel perfect sizing and won't have to do any crazy maths
@R_Samnan4 жыл бұрын
Nice
@maskman48214 жыл бұрын
I just found out that webflow allows frontend developers visually build the page without writing a single line of code; unlike figma / adobxd / sketch plugins converts each and every single ui element with css absoluted postion, which generate way too much unnecessary and massive codes. Be best part is the exported codes webflow generates are clean and small, like 1/10 the size of anima / fireblade / web export produce. I have followed along the webflow crash course on Mr. Gary Simon's channel and I just realized webflow is what I need. Actually there are tons of developers / programmer / engineers, especailly backend team have already use webflow to produce stunning, stylish user interface without spending time codeing the design. Webflow is pretty awesome, I think I will seriously learn and use it to produce pages. I haven't tried elementor yet, if it has export code feature and the codes generated are like webflow does, I might even try to use it !!!