Here is a picture
you need to make three text, as in the picture, here is html
<html> <link rel = 'stylesheet' type='text/css' href= 'style.css'> <p id= 'left_text'>Ut Enim Ad Minima</p> <p id= 'middle_text'>Voluptatem Doleque</p> <p id= 'right_text'> Lorem Ipsum Dolor</p> </html>
Here is the CSS
#left_text { color: #728461; font-family: Verdana; font-size: 18px; font-weight: normal; margin: 152px; } #middle_text { color: #728461; font-family: Verdana; font-size: 18px; font-weight: normal; margin: 40px; } #right_text { color: #728461; font-family: Verdana; font-size: 18px; font-weight: normal; margin: 40px; }
Does not exceed. That's even when I write in HTML
<html> <p id = 'a'>asdasdasdasd</p> <p id = 'b'>asdasdasdasdad</p> <p id = 'c'>asdasdasdasdadasd</p> </html>
The texts are not in one line, and with a div - the same. How to proceed? Thank.