02:06 01. Super Centered place-items: center 03:03 02. The Deconstructed Pancake flex: 0 1 04:36 03. Sidebar Says grid-template-columns: minmax(, ) ... 06:12 04. Pancake Stack grid-template-rows: auto 1fr auto 07:45 05. Classic Holy Grail Layout grid-template: auto 1fr auto / auto 1fr auto 10:04 06. 12-Span Grid grid-template-columns: repeat(12, 1fr) 11:47 07. RAM (Repeat, Auto, Minmax) grid-template-columns: repeat(auto-fit, minmax(, 1fr)) 13:56 08. Line Up justify-content: space-between 16:08 09. Clamping My Style clamp(, , ) 18:35 10. Respect for Aspect aspect-ratio: /
@amithbhagat4 жыл бұрын
Thanks for summary
@deepakvishwakarma20434 жыл бұрын
Are you an angel? 😇😇
@punkrockllama4 жыл бұрын
The real MVP
@copperbadge14 жыл бұрын
@ Google Chrome Developers This deserves a pin. :)
@nonoachim4 жыл бұрын
Ty
@sharpesttoolintheshed4924 жыл бұрын
justify-self: center justify-content: center justify-items: center align-self: center align-content: center align-items: center line-height: 100% text-align: center margin: auto auto vertical-align: middle *place-items: center*
@Nurutomo4 жыл бұрын
10 vs 1
@quazar-omega4 жыл бұрын
..and they don't stop coming, and they don't stop coming... (fitting with your pfp)
@ajayrawat56034 жыл бұрын
Can I add one more? position: absolute top: 50% left: 50% transform: translate(-50%, -50%)
@ephektz4 жыл бұрын
I felt this.
@speedynote31694 жыл бұрын
lolz i have used all these values
@asdasdasdasd7144 жыл бұрын
Me: Probably another library or something.. Video: "place-items: center;" Item: **Actually centered** Me: **Standing ovation**
@akshy4714 жыл бұрын
i still cant center without checking the browser window
@jerzyglowacki4 жыл бұрын
Come on, another library? You could've used align-items: center; justify-items: center; for many years, this is just a shortcut.
@aniketmishra92654 жыл бұрын
@@jerzyglowacki it still doesn't work sometimes :'(
@jerzyglowacki4 жыл бұрын
@@aniketmishra9265 When?
@tropingreenhorn4 жыл бұрын
@@jerzyglowacki isn't that flexbox? Not grid?
@OneAndOnlyMe4 жыл бұрын
This video improved my life expectancy.
@ontariobarclay4 жыл бұрын
lol
@nevinkuser98924 жыл бұрын
😂
@Richienb4 жыл бұрын
yes i can finally center in css
@pushingpandas64794 жыл бұрын
only working on chrome browser
@VipinSharma-mr7sq4 жыл бұрын
Display flex, align item center, justify content center.....go nuts!
@JorgeGutierrez-kb7rw4 жыл бұрын
@@VipinSharma-mr7sq works everytime
@abdullahwaleed55714 жыл бұрын
@@GergiH who the **** cares about IE4, even KZbin don't support it.
@typicalprogrammer35424 жыл бұрын
@@VipinSharma-mr7sq height : 100vh; is required to center it vertically.
@havokca4 жыл бұрын
I'm only 4:30 in and already this is the most useful CSS tutorial I've come across in weeks of trying to come up to speed on where the web has gone in the 15 years since I last dabbled. Fantastically simple and straightforward presentation too. No useless fluff. Just dive into the details with visually compelling examples.
@enijar4 жыл бұрын
Imagine showing someone from 20 years ago how easy web layouts would be in the future :)
@BodawalaPratik4 жыл бұрын
I'm from future, in 20 years, everything will run and support the web. PWA is just the tip of the ice burg.
@1001-w5q4 жыл бұрын
@@BodawalaPratik in 20 years from your future web layouts will be made by AI
@DineshkumarPuli4 жыл бұрын
Actually, 20 years ago we didn't have to worry about responsive layouts
@paweld4 жыл бұрын
@@DineshkumarPuli Just embed flash in an object set to 100% width and scale being exactfit.
@JonathonBroughtonUK4 жыл бұрын
I am from 20 years ago.
@tanvirmahbub35954 жыл бұрын
The happiness you are radiating in the video makes everything easier to understand.
@FlorianEagox4 жыл бұрын
Incredible. The level of sophistication and simplicity in modern CSS takes my breath away. I need to kick my flexbox addiction and start using grid as well
@pkcartoon20233 жыл бұрын
Great and wonderful! I am updating my knowledge, but I would appreciate the way you speak, you let other people be interested to hear you
@josephjojo7564 жыл бұрын
I'm not a design person, so whenever I try to do a design mock-up I have to write many lines of code and even that doesn't give me satisfaction on my work. But after watching this, I think my work can be reduced a lot. can't wait to try this out. Really nice presentation. Thank you for these great tips!
@carldressler32624 жыл бұрын
You should try a Prototyping/UI Design software like Adobe XD, Sketch or Figma. Figma has a free tier and Adobe XD is entirely free, give it a try (not as hard to learn as other Adobe programs luckily)
@josephjojo7564 жыл бұрын
@@carldressler3262 thank you so much for your suggestion. Yeah surely I'll give it a try.. 👍
@shivanshkumar37544 жыл бұрын
I'm sorry if this is annoying but is your name a flipping JoJo reference. Nice!
@callgrl4 жыл бұрын
@@shivanshkumar3754 man another freaking jojo fan KAKATANA AHOGA! THUNDER CROSS SPLIT ATTACK!
@ontariobarclay4 жыл бұрын
@@callgrl What is "Jojo"?
@osogrizz28414 жыл бұрын
I once tried to explain to someone at a job fair that manually centering a button was one of my earliest proudest moments in web development. I don't think they understood.
@ontariobarclay4 жыл бұрын
They'll never understand...
@craigdanielmaceacher4 жыл бұрын
Probably the most important CSS video for modern web I've ever come across, thanks!
@ontariobarclay4 жыл бұрын
So true... I have to say though, I was looking for the IE11 fixes but then the video did say "modern layouts". IE11, the bane of my life! >''
@ontariobarclay4 жыл бұрын
@Data I hear @Data, sadly sometimes, clients want compatibility with old browsers.
@greentea55934 жыл бұрын
One of the best CSS layout videos that I've ever seen!
@devfric31494 жыл бұрын
Agree. I hate CSS but the way she simplifies it makes me actually want to use it.
@richtraube22414 жыл бұрын
Agreed.
@marcinceHH4 жыл бұрын
True =]
@KingH2424 жыл бұрын
Watched this video two weeks ago and today I had to use one of these valuable nuggets. Keep learning....you never know when and where you will need to apply what you learned.
@Tyrant-X62 жыл бұрын
Months ( years? ) after visionning this video, that place-items : center finally saved me in a big company project :) . Transform translate (-50%,-50%) often makes content blurry because of antialiasing and other stuffs I guess so this simple css property is way more cleaner and finally feels like "the right thing to do" ! Thanks a lot
@JustValxntine4 жыл бұрын
I've never been more ashamed in the lack of my CSS knowledge.
@FernandoJimenez-cd1ui4 жыл бұрын
same bro haha
@KingH2424 жыл бұрын
Just when you think you know web development......here comes CSS with some new properties you never saw in your life
@ramaniso2354 жыл бұрын
same here
@bloodaid4 жыл бұрын
I now prodly hate every css article I've ever read. I used to be angry because I thought I was stupid, it turns out not only am I stupid, but every css blog author is also stupid.
@Draecko4 жыл бұрын
You don't have to be ashamed, some of these tricks became fully supported by mobile just days ago, so consider yourself on the cutting edge here.
@ltdev56884 жыл бұрын
This video is a godsend. After hours of scouring stack-overflow for continuously more convoluted solutions that don't even work properly, this video finally showed me how to actually do what I wanted properly.
@kvncnls4 жыл бұрын
Don't apologize for the titles of your layouts. You've made it a LOT easier to remember them :)
3 жыл бұрын
I keep coming back to this video and use it as a small CSS cookbook. Thanks for the video and the tips!
@masongoodnight37824 жыл бұрын
This is like the holy grail of videos ever - A backend engineer
@musicdev4 жыл бұрын
This is like the holy grail of videos ever - A dude that does full-stack currently. I didn't even know any of this and I'm knee-deep in CSS at least 10 hours a week...
@kelvinclark34743 жыл бұрын
Mind blowing, the number of lines i have to type to get this same results. Thank you very much
@sinki198419844 жыл бұрын
As a total noob it's actually good to see that others struggle with the same things as I am struggling with.
@ahmedAltariqi3 жыл бұрын
I just want to say I FRACKING ENJOYED READING the website’s source code!!! Holy moly IT IS SO DAMN CLEAN even tho I’m new to web development but I was able to read it and tell what it’s doing bc your code is SUPER CLEAN!! I LOVE IT ❤️❤️
@ahmedAltariqi3 жыл бұрын
I just think you’re a great developer and on top of that a great person, I work with a team full people like you!
@danil-old-web4 жыл бұрын
This is the best CSS tutorial I ever saw in youtube! Give me more!
@harshithp30073 жыл бұрын
This 20 minutes video will save me 20 hours of writing media queries in my next project❤️
@archierm4 жыл бұрын
You don't know how long I have been doing the ol' position:abs top:50% left:50% and finally transform:translate(-50%,-50%) to center things XD
@jimhalpert98034 жыл бұрын
I still do the same
@sebastiansimon75574 жыл бұрын
Before watching this video, I thought this was still the modern way to do it… Actually, when trying out `place-items: center;`, the child is not actually centered if the parent is smaller than the child. With `translate`, it still works!
@woutermissler53713 жыл бұрын
It really depends on the context of the situation, the solution you use works basically 100% of the time but the place-items: center; option only works sometimes which is why I tend to stick to the same solution
@codewithmeer3 жыл бұрын
@@woutermissler5371 dont go for place item rather use flexbox or more better grid
@sebastiansimon75573 жыл бұрын
I just had to deal with something that may be a bug in Firefox: when centering elements with the `translate` approach, it seems that the _print preview_ still considers the extra space created by the `left` and `top` positioning, even if everything should be centered on one page; the extra space completely break the paged media layout. With the Grid centering, no extra space is created at any point, so only this works.
@dsuess4 жыл бұрын
I've switched from doing websites back in 2008 to strickly a back-end dev. It's amazing how much things have changed and the newer CSS features. THANK YOU!!!
@acidfreq74 жыл бұрын
Absolutely smashing. Not a media query in sight. This pairs perfectly with Andy Bell's CUBE methodology. Thank you! By the way, who downvotes a wonderful video like this?
@rodrigocunha344 жыл бұрын
google haters, who knows?
@hariyapa4 жыл бұрын
This is earth and all kinda creatures are found here 😂
@The-Great-Brindian2 жыл бұрын
i'm a media query guy myself tbh if you go the bespoke route, not using css frameworks then media queries are inevitable.
@Kawlinz4 жыл бұрын
This is literally the most helpful practical and practical css guide I've ever seen
@popskies4 жыл бұрын
The aspect-ratio property is definitely a life-saver in the making. Hope it will come to each browsers near soon.
@jerzyglowacki4 жыл бұрын
Won't padding-bottom: calc(9 / 16 * 100%); save your life?
@jeremyrubio15313 жыл бұрын
honestly this 21 minute video saves a lot of my time ! and the vibes while you explain things make it more exciting to do ! I love this, thank you so much.
@KevinDrongowskiSmart4 жыл бұрын
This video is so straight forward and well explained. Saving forever
@AdrianToddRoss4 жыл бұрын
There are some real gems here. I'm always coming back to watch this video again and check out the demo link
@RideTheTeacups4 жыл бұрын
CSS aspect-ratio!!! MAKE IT HAPPEN!!! I'm so excited.
@patrickc.61834 жыл бұрын
Same here, probably one of the most needed properties for CSS!
@reactoranime4 жыл бұрын
padding-bottom: 56%
@RideTheTeacups4 жыл бұрын
Pavel Ivanov I’ve been using that (56.25%) for now. This will he so much easier, especially for other ratios.
@jerzyglowacki4 жыл бұрын
@@RideTheTeacups It's easy - for other ratios like 4/3 just use padding-bottom: calc(3 / 4 * 100%);
@GlaucoHass4 жыл бұрын
I've been looking at that little happy smiling face in the recommended videos for quite a few days, but only today I got the planning to watch it and I'm glad I didn't postpone it more. That was a really cool bunch of tips that I'm going to write it down and use it right away. I may have already know the couple of flex ones, but got much more from this than I hoped for. Seriously, what a cool format and straight forward way of presenting them.
@Submersed244 жыл бұрын
Iroh once said that you must center yourself before you center in css.
@rantilinis4 жыл бұрын
who knew centering in css is now THAT easy! Brilliant video!!!
@domwareapps5084 жыл бұрын
10 modern layouts in 1 line of css: she minify it
@shriniwasrocks4 жыл бұрын
lol. underrated comment.
@billsomen79534 жыл бұрын
@@shriniwasrocks this guy is crazy !!
@alexjagi34484 жыл бұрын
@@billsomen7953 And yet - it's true hahahah
@YunisRajab4 жыл бұрын
My entire website in one line lmao
@jonasrafaelpontocom4 жыл бұрын
hahahhahaha
@jimbernard32894 жыл бұрын
This is what all web dev tutorials/training should look like. Thanks! Please make a full course on practical CSS.
@reyromero84904 жыл бұрын
that centered element is what I was exactly looking for!!!! I've been so perplexed by that one!!!!
@sAmSu74 жыл бұрын
Hey Una, that Video is awesome! Simple, straight forward, very nailed information without talking-overhead and very useful hints. I bet this will save me many hours of effort in the future. It's the best Video I've seen about CSS-styling for a long time!
@evoltelectrical4 жыл бұрын
Super informative presentation! I am with you on that aspect ratio, that would be a great addition, can't wait!
@tylerrobb4 жыл бұрын
What a gamechanger! My life will be much easier when that's common.
@daheck814 жыл бұрын
Tyler Robb Well you can already set aspect ratios by using padding with a percentage (like padding-bottom: 56.25% (for 16/9)) but it's not that readable. Would be way cleaner to implement it like this
@radiowallofsound3 жыл бұрын
this is by far the best css video I've seen, exactly what I needed.
@eoussama4 жыл бұрын
The aspect ratio one is gonna save me a lot of trouble dealing with International Paper Sizes
@jeteloriaga4 жыл бұрын
i am sure i will never find a better lesson in css than this one! thanks a trillion!
@flwi4 жыл бұрын
Thanks for this great tutorial! You're very good at breaking down the concepts behind the tricks. This will make my life a lot easier, since I'm currently experimenting with some frontend technologies without a lot experience in it.
@YunisRajab4 жыл бұрын
Every time I think I know CSS, a video like comes along to show me new stuff and creative ways of using old stuff
@RushPL14 жыл бұрын
Wow, I learned so much from this video. Thank you for putting it together.
@AlanLavender4 жыл бұрын
This is superb. And I thought the Array Methods Song would be a hard act to follow! I am sending this link out at the end of my React course this week as all delegates were hungry for layout- despite being there for JavaScript. Delighted to see an aspect-ratio setter finally going native after wrestling with own workaround for long enough.
@jasonlotito4 жыл бұрын
Simple, practical, clear and concise. Love it!
@frozen_tortus3 жыл бұрын
This is one of my favorite videos, Una is an awesome presenter and teacher.
@lachlanjcampbell4 жыл бұрын
Sooooo useful & Una is an amazing presenter. Thank you!!!
@MarginNestro4 жыл бұрын
nice. Firstly thought it would not be such easy and helpful. But even with all my experience found new things and it was just pleasure to watch this video. Good job!
@Designguidetv4 жыл бұрын
possible to add more then 1 like? i think i missed 10 years of css updates
@voltcorp4 жыл бұрын
same! I was in another tab searching like "is this flexbox thing a .js that I have to call first or what"
@billsomen79534 жыл бұрын
I thought I was alone. I feel less ashamed now... lol
@agentstona3 жыл бұрын
Well most browsers mobile devices still dont have the updates required to support the css she tought .........So you are all good mate LEGACY CSS is still very much CURRENT
@calceta888 Жыл бұрын
😲😲😲😲😲😲😲😲 At last someone who take care about presentation, thank so much for your explanation, whatever I am a spanish speaker, however I got these CSS tricky very clearly, congratulations for your creativily exposition
@indestructible-today4 жыл бұрын
This is both amazing and exciting. I learned a bunch of new techniques, thanks.
@manishprivet4 жыл бұрын
I still se many tutorials online teaching Bootstrap for maintaining a good site layout, and students relying on that heavily without knowing the advancements flex and grid has come to. Great video
@pavkey884 жыл бұрын
Yeah these methods are good for most new browser versions but for those of us stuck supporting older browsers bootstrap is super helpful.
@slimyelow4 жыл бұрын
Amazing stuff. I had no idea Grid could do all that! Who needs Bootstrap ??
@adriancasillas86754 жыл бұрын
Been using Flex and CSS Grid for a while now, but really found this a great review of "Modern CSS Layout Hits!", so to speak. Great presentation. It should motivate a lot of F-E and so-called fullstack devs to reconsider their over-reliance on Bootstrap, or even the modern CSS frameworks like Tailwind or Bulma. They have their place, but, really, you don't need a CSS framework to deliver a web front-end anymore.
@sheldonfernandes35884 жыл бұрын
Nice vibes :) You are so happy and seem to have a perfect fitting job Una. And great content too.
4 жыл бұрын
Very helpful! I'm bookmarking this! Please never take down the demo
@swyxTV4 жыл бұрын
you are so good at this 👏 just amazing to watch
@MattEland4 жыл бұрын
Completely agree. A natural presenter with excitement, simplicity, and deep experience.
@BloodyClash4 жыл бұрын
Best thing is to see how much fun she has doing that stuff
@frankimade68754 жыл бұрын
I believe I saw your photo on freecodecamp.org
@DEVDerr4 жыл бұрын
It took way too many years in order to be able to center items without much of a headache. Glad it's finally here 😅
@mountainslopes4 жыл бұрын
This was amazing, had me smiling. So simple!
@meme1154 жыл бұрын
#code { text-color:green; text-shadow:0 0 20px green,0 0 20px green; } This neon just amazing 🥰🥰🥰
@AbhiKhatri4 жыл бұрын
Woah, It's been a long time since I've seen Una, I remember using your css based Instagram filters back in the day! Really nice to see you as part of google now. 🙌
@nichaphatraithipphikun80983 жыл бұрын
YOU CHANGED MY LIFE. THANK YOU SO MUCHHHHHHHHHHHHHHHH!!!
@boallen26454 жыл бұрын
Who remembers rounding corners with images? >.
@UnaKravets4 жыл бұрын
Image slicing!
@jerzyglowacki4 жыл бұрын
I remember adding rounded corners using VML in IE!
@Liath6664 жыл бұрын
And then putting them in tables ! Good times :D
@LorenHelgeson4 жыл бұрын
@@Liath666 Oh, I remember those days.
@mcdba414 жыл бұрын
and SlidingDor for button
@ArunSingh-vp3pu4 жыл бұрын
Much appreciated, doing something so simple that other people never thought of doing it... Please keep posting these useful tips, It will help a much larger community on a global scale. Thanks for such a simple presentation cheers :)
@AaronGrogg4 жыл бұрын
Thanks, Una, awesome as usual!!
@babalonmotherofabomination82494 жыл бұрын
this is the most useful youtube video i've watched in my whole life
@RobHope4 жыл бұрын
Thank you Una - this was wonderfully explained and presented
@songwright4 жыл бұрын
This is a great video! I constantly tell people to use CSS grid. It's great. And you are wonderful, you personality if perfect for videos, very cheerful and accessible.
@schwarzkopfb4 жыл бұрын
Who still remembers the tag?
@justinbennet90504 жыл бұрын
Remember it? Google still uses it on their home page. I kid you not!
@jurchiks4 жыл бұрын
@@justinbennet9050 that's because they want it to display properly on EVERYTHING.
@jimhalpert98034 жыл бұрын
Oh damn I forgot about it!
@priusscientia3 жыл бұрын
This tag does not center vertically... Centering horzintally was never a real problem.
@cosmonovanta4 жыл бұрын
Your enthusiasm is contagious! Thank you
@aakashbhadana73404 жыл бұрын
We are in 2020, still not able to figure out how to center things in HTML/CSS 🤣
@johansmolinski4 жыл бұрын
Just put everything within a tag and you’ll be fine.
@maxclifford9374 жыл бұрын
Display: flex; justify-contnet: centre; align-items: centre OR use auto margins. Also firefox is much better for working out what css doenst work.
@ryonagana4 жыл бұрын
@@maxclifford937 in mid 2000's i use to use float: right then move left half value of the width like .t { width: 100px; float: right; left: -50px; } this works but its a pain to align children please do not use this way
@ozgur954 жыл бұрын
@@ryonagana and there was stupid clearfix solution etc. grid and flex layouts save us a lot.
@zzzdan4 жыл бұрын
Pff, easy. Just keep adding in front of the element until it's roughly in the center of your screen.
@lets_lvl_up4 жыл бұрын
Awesome tutorial, no time wasted, straight to the point...Thanks xD
@TheNewton4 жыл бұрын
18:35 10. Respect for Aspect - without newer features this is currently handled by using percentage padding hacks with absolute positioned children set to 100% width & height. Where the percentage padding is the aspect ratio.
@thirien594 жыл бұрын
i think the whole point of this feature, is to make this easy to do
@meneereenhoorn4 жыл бұрын
@@thirien59 I think the whole point of @Paul Newton's response is to inform people how it's currently done, which wasn't included in the video
@TheNewton4 жыл бұрын
@@thirien59 support isn't guaranteed, this is the arcana of the old ways from a less elegant age
@carlospadilla13 жыл бұрын
I will counteract those insensitive and outrighteous "dislikes" with this well-deserved like. Job well done!
@hansschenker4 жыл бұрын
My Aspct-Ratio is clamping me ! ^_^ ! - thank's a lot for publishing - cool layout possibilities!
@drrecommended48504 жыл бұрын
what an incredible presentation. i have been having an issue with centering something in my portfolio and you saved the day!! so happy to have randomly found this.
@ashleyhoward144 жыл бұрын
Love the passion here!
@deeliriyum2 жыл бұрын
MOOOOOREEE! This was such a useful video packed with good information and even better explanations!
@petarkolev69284 жыл бұрын
Una, thank you
@fiorilli14 жыл бұрын
After doing lots of grids with tkinter in python, then saw that line and fell in love in a second! Not even started with HTML and CSS and already wanting to learn it!
@fiorilli12 жыл бұрын
@@The-Great-Brindian No, argentinian! My grandparents were from Italy, nowadays i end up in Salesforce, after studying Java, but happy with the journey!
@The-Great-Brindian2 жыл бұрын
@@fiorilli1 Yeah on closer inspection I should have known/guessed, the 'Maxi' part in your first name is a strong clue. How are you getting along with your HTML/CSS learning btw ? How are you finding it ? Also what kind of UI's did you build using tkinter ? any progs I could perhaps take a look at ?
@quachhengtony76514 жыл бұрын
finally, i can center my fricking button
@Dubstepschule3 жыл бұрын
Una, thanks for sharing these cool tips! Also, I wanted to let you know that you have the most pleasant voice and that I love your podcast :)
@HareeshRamachandran4 жыл бұрын
eagerly waiting for aspect ratio to be implemented. I'm still using "padding-top" on parent and "display absolute" on child to get this done :(
@lavendercode3 жыл бұрын
Una, thank you for this content. Very helpful!
@muhammadmohaiminulislam71894 жыл бұрын
122 dislikes!!! What kind of people are they?? I guess they don't like their things centered.
@shocked-curry-omelette4 жыл бұрын
Maybe people who stuck having to support IE / Safari lol
@QiuArVee4 жыл бұрын
Maybe people who were making money of these tips and now see their income go down. lol
@POVShotgun4 жыл бұрын
ppl who expected to type in the terminal 'make website like facebook pls'
@althaz3 жыл бұрын
@@shocked-curry-omelette My view on supporting IE: If it barely works, then it works. Safari I'll grudgingly make exceptions for, even though it's a pain. IE has used up any patience I once possessed.
@agentstona3 жыл бұрын
The reason for DISLIKES is she tought like the CSS is compatible with every browser or device .........its not .. well not yet ..
@cwalker25714 жыл бұрын
Much better than bootstrap and media break points, thank you.
@andreasmou65394 жыл бұрын
Where we can find that editor ? Looks super useful
@FoodgeekVietnamese4 жыл бұрын
codepen.io
@DineshkumarPuli4 жыл бұрын
1linelayouts.glitch.me/ it is the link in the description
@TheNewton4 жыл бұрын
For the source glitch.com/~1linelayouts glitch.com/edit/#!/1linelayouts?path=README.md%3A1%3A0 I think this UI overall is pretty useful, and it's source is pretty instructional on building your own reduced test cases for exploring layout design patterns. The first improvements one could make is facilitate quickly seeing common sizes and comparisons. Such as fixed header buttons to quickly set sizes of the active|all demos, or open demos in new windows at specific sizes for comparison
@Book0074 жыл бұрын
Thank you for the information. I found that your enthusiasm and presentation style made the video fun to learn.
@StefanoKocka4 жыл бұрын
wanna know why the dislikes happen? 10. Respect for Aspect says: Chromium 84+ MDN: says Chromium 84+ Can I use says: "adds internal support only for mapped values" 2020-09 while we all are 85+ web developer console says: 'Unknown property name'
@StefanoKocka4 жыл бұрын
And the King of delays is Safari. I can't develop again without headaches, because 40 darn percent of our visitor use SOS.. I mean iOS. We got rid of IE support finally, now we have to tackle with Safari, fgs!
@drickzee4 жыл бұрын
Great video!! Had to save this to watch later cos we all know I’ll forget how to implement this by the time I’m done with my web dev course. Thank you!
@jackwright70144 жыл бұрын
I didn't even know contenteditable existed 😭
@NathanHedglin4 жыл бұрын
Right? I’ve failed 😔
@icrmsoftware594 жыл бұрын
One of the best video I watched for Css 😊
@ridl274 жыл бұрын
waiting for full aspect-ratio support!
@richtraube22414 жыл бұрын
Thanks for sharing. I've tried some grid tuts and I like your component approach lots, lots more. Can't wait to play. I also can't wait until clamp is fully supported. It'll make responsive font sizing *soooo* much easier.