Check out this Plunker for more information: http://plnkr.co/edit/wA6s1jgE1QuacGxhOeoP?p=preview
I attempted to increase the size of the following code:
<div class="pure-u-1 header">
<div class="header-buttons">
<button class="pure-button pure-button-primary">Add</button>
<a class="pure-button pure-button-primary">settings</a>
</div>
</div>
Unfortunately, I was unable to make it bigger.
Questions:
- How can I enlarge the
.header
section? - What is the best way to align
.header-buttons
to the right?
I believe there must be a solution in CSS, but I am unsure how to proceed. Please provide directions to relevant resources where I can learn more.
Thank you for your assistance.