hello everyone! i'm gonna be doing like a little workshop / talk @ my uni for students who want to learn about CSS and i was wondering what's something yall wish you had known sooner about CSS! i def have some ideas on my own but i'd love to get people's feedback on this ^_^
i wish i learned SCSS earlier, seemed intimidating but only took an hour or so to learn. also pseudo classes & elements like :first-of-type, :last-of-type, :after, :first-child can be really useful!
i know grid which would've super helped at the start but things i dont know and wanna learn (which i also think r helpful) are flexbox + media queries!!
might be too late now, but would love to know what you struggled with the most in coding! and maybe about responsive websites. update us how the talk went :)
@colombiarra i think on my end when it comes to CSS i would say probably trying to use relative units when sizing things like em, rem, vw, etc and also probably flexbox too since i am not very used to using them! the talk is in like 3 weeks and i'll def give an update about it!
flexbox/grid layouts+ media queries!!
might be rly basic but i wish i learned the differences between IDs and classes and the differences between padding and margins sooner!
avoid mixing css with html like style=""
i def second the flexbox/grid layouts comment!! im STILL trying to get the hang of it LMAOO
i wish i learned SCSS earlier, seemed intimidating but only took an hour or so to learn. also pseudo classes & elements like :first-of-type, :last-of-type, :after, :first-child can be really useful!
@jeith oooo i haven't used SCSS at all :o
@faesfables so real, i honestly need to play around with flex more since i mainly use grid for my layouts
I third the flexbox/grid layout, it was an absolute game changer
reactive measurements
variables, combinators, and pseudo-elements ^^
i know grid which would've super helped at the start but things i dont know and wanna learn (which i also think r helpful) are flexbox + media queries!!
im still new to html/css so uh how to make a site mobile friendly? :0
rem vs em vs vw/vh
might be too late now, but would love to know what you struggled with the most in coding! and maybe about responsive websites. update us how the talk went :)
@colombiarra i think on my end when it comes to CSS i would say probably trying to use relative units when sizing things like em, rem, vw, etc and also probably flexbox too since i am not very used to using them! the talk is in like 3 weeks and i'll def give an update about it!