Style header

This commit is contained in:
Cole Bemis
2017-02-26 12:27:25 -08:00
parent 30dcf87cbe
commit 1e30c63b1a
3 changed files with 130 additions and 5 deletions

View File

@ -1,6 +1,12 @@
<header>
<h1>Feather</h1>
<p>Simply beautiful open source icons</p>
<a href="#">Download</a>
<a href="#">Tweet</a>
<header class="section header">
<div class="container header-container">
<div>
<h1 class="title">Feather</h1>
<p class="description">Simply beautiful open source icons</p>
</div>
<div class="header-button-group">
<a class="button button-primary" href="#">Download</a>
<a class="button button-secondary" href="#">Tweet</a>
</div>
</div>
</header>