Attribute
This commit is contained in:
@ -159,6 +159,10 @@ pre {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* = = = = = = = = = = Header Styles = = = = = = = = = = */
|
/* = = = = = = = = = = Header Styles = = = = = = = = = = */
|
||||||
@import "parts/header";
|
@import "parts/header";
|
||||||
|
|
||||||
|
|||||||
@ -13,8 +13,10 @@
|
|||||||
<main>
|
<main>
|
||||||
<article>
|
<article>
|
||||||
<section class="carousel-item home">
|
<section class="carousel-item home">
|
||||||
<div class="half">
|
<div class="half center">
|
||||||
<img alt="Madison Scott-Clary" src="/assets/img/headshot.png" />
|
<img alt="Madison Scott-Clary" src="/assets/img/headshot.png" />
|
||||||
|
<br />
|
||||||
|
<small>Print by <a href="http://forrestgerke.com">Forrest Gerke</a></small>
|
||||||
</div>
|
</div>
|
||||||
<div class="half">
|
<div class="half">
|
||||||
<p>Welcome to the written works of Madison Scott-Clary.</p>
|
<p>Welcome to the written works of Madison Scott-Clary.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user