Woedenaz
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
yeah, the Margin is the easiest solution, I think. The OP specifically said they didn't want to use Margin, though
22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
I think that would still result in the last item being full width, yeah? The challenge needs there to be an empty block to the left of the text that's the width of the avatar
22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
as someone who mods a discord chat myself, I totally get it
22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
ah haha
22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
Yeah, I'm confused, is that not what this is for?
22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
If you want to use flex, I suppose you could do something like make it
width: calc(100% - avatarwidth)
and set it to align-self to end. Not sure if that'd work without trying myself.22 replies
KPCKevin Powell - Community
•Created by T. Issam on 9/26/2023 in #front-end
Challenge #1 Help! flex or Grid
I personally think grid is the best option, myself. I personally used
grid-template-areas
which makes responsiveness super easy22 replies