This code:
body {
text-align: left;
}
doesn't put my text on the left side. Instead I get the block format with spaces of different size between the words. How can I align my text on the left?
This code:
body {
text-align: left;
}
doesn't put my text on the left side. Instead I get the block format with spaces of different size between the words. How can I align my text on the left?