+ 1
Have two different alignment in one line ?
Let's say you want to post Heading and Date. Heading with centre alignment and Date with left alignment that too in single line? How to do it without using space or tab . eg. date. heading
3 odpowiedzi
+ 2
you can use the margin or padding properties, like this:
https://code.sololearn.com/WR3zT4dB2coo/?ref=app
+ 1
thank you so much.