I want that a text inside a div will continue in a new line when reaching the border of the div, and not overflow.
I tried using "word-break" and all kind of overflow properties, yet I didn't succeed to solve my problem.
<div class="col-lg-3">
<div>
<h2>
<a >
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</a>
</h2>
</div>
</div>
I want that the text inside the tags will continue in new line and not overflow.
Thanks
`? – Prince Vegeta Jul 25 '19 at 06:47
when text exceeds width, continue in new line](https://stackoverflow.com/questions/13790170/p-when-text-exceeds-width-continue-in-new-line)
– Roma Jul 25 '19 at 07:08