How can I move the content inside this container to the bottom?
Ignore the bad styling to this, I still gotta fix it and mess around with it I just wanted to move the content to the bottom of the container so I can have empty white space at the top for an image how can I do this?
11 Replies
just add da image on top
ĀÆ\_(ć)_/ĀÆ
it'll push the content down
yea but like
I gotta lowkey get a generator or sum for it
by this I mean I want the project (simple calculator) to be accessible on Mobile/Computer but there's some website that'll put your project on a computer/phone to show that the project works on both devices it's a cool little img
I'll give you an example of what it's meant to look like exactly š
u r dealing with layouts
learn flex + grid
either is good but both together is better
Ima just go work at McDonalds fr fr
Im just kiddin I could never..
alr im ago binge watch Kevins videos, I might as well yk.
flex and grid makes your life 100x better
Yea I gotta get on that
so my life becomes 100x easier
but before I do that I gotta quickly make another help question because the responsiveness of this is screwed
Grid or flex on parent and margin-block-start of auto on content or if grid parent, align-content end.
Could you elaborate on this? how this would work.
Say all the text is un a class called .content. give .content an align-items : end and its parent (where image will be sibling) give .parent display: grid
Margin-top: auto