Attribute

This commit is contained in:
Madison Scott-Clary
2020-07-10 22:22:05 -07:00
parent 040abf9fb9
commit 919ffc97ec
2 changed files with 7 additions and 1 deletions

View File

@ -159,6 +159,10 @@ pre {
clear: both; clear: both;
} }
.center {
text-align: center;
}
/* = = = = = = = = = = Header Styles = = = = = = = = = = */ /* = = = = = = = = = = Header Styles = = = = = = = = = = */
@import "parts/header"; @import "parts/header";

View File

@ -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>