<div class="container">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore </p>
<p>My aim in writing CSS code is to style components so that they can be combined with other components without having to write any additional code. For example, if I create a button, and a paragraph component, I can combine these together in a container simply by writing their html tags, and all alignment and spacing will just work.</p>
<div class="button-container">
<button>alpha</button><button>beta</button>
</div>
</div>