I want to have a div which for example has a width of 50%. The div should then be centered horizontally. The Text within the div should be aligned left, just like in the photo aboth.
My HTML body code:
<body>
<div class="navbar">Navbar</div>
<div class="content">
<div class="text1">Some Text</div>
<div class="text2">More text</div>
</div>
</body>