Joseph Morgan
19 Dec 2021
Bootstrap
When I copy the text in one line into the code and check the page I find out that the text is getting out of the column in bootstrap, is code is like
<div class="row">
<div class="col-md-4 col-12"></div>
<div class="col-md-4 col-12">
<h2>Helllllllllllllllllllllllllooooooooooooooooooolllllll</h2>
</div>
<div class="col-md-4 col-12"></div>
</div>
How can I keep it on the page, I tried flex-wrap: wrap; but I still facing the same issue,
Thanks in advance
© 2024 Copyrights reserved for web-brackets.com