It ought to help html e-mail
, so I can not utilize align-items
and also justify-content
I intend to allow components fixate the exact same line, line up left and also right.
I have attempt to establish screen: inline-block;
to allow them in the exact same line, however text-align: beginning
and also text-align: end
is not functioning.
<< div design=" size: 100%; elevation: 65%; background-color: pink">>.
<< div design=" screen: inline-block; text-align: begin">>.
<< p>> Left and also Facility<.
<.
<< div design=" screen: inline-block; text-align: end">>.
<< p>> Right and also<.
<.
<< div design=" screen: inline-block; text-align: end">>.
<< p>> Facility<.
<.
<.