#I want the text to go down, i try to use justify-content: end but its not working.
1 messages · Page 1 of 1 (latest)
can you send ss
try to use flexbox, and set the direction as column. this will stack your elements on one another.
yeah like flex-direction row is default so your text is horizontal so change it to column for vertical direction.