i wanna make a tutorial for my friends who haven't worked on their websites yet. i'm not good at teaching people. i'll try and ask: what do you think is important for total novices to HTML/CSS to learn?
That's a great idea! First thing I do is draw how I want the page to look, where each element will be, so I can visualize the divs I have to create, what inside of what thinking of flex direction width and height... but maybe someone should learn how to edit a single div first? like font family/size, color, background, border, difference between padding and margin...
(want to keep it simple so my friends can just make something and get started)
That's a great idea! First thing I do is draw how I want the page to look, where each element will be, so I can visualize the divs I have to create, what inside of what thinking of flex direction width and height... but maybe someone should learn how to edit a single div first? like font family/size, color, background, border, difference between padding and margin...
@pirahxcx i managed to make the tutorial and i added a section about divs and designing pages so hopefully my friends find it useful
Image insertion and placement, in my option!
@fh102 actually thought about that while i made the tutorial. but forgot to include an img demo. whenever they get started i'll help them with that