add byline, link style

This commit is contained in:
Matthias Kretschmann 2016-07-26 13:26:19 +02:00
parent ef6de3b2a6
commit dfdfa949ff
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 26 additions and 1 deletions

View File

@ -49,6 +49,15 @@ body {
}
}
a {
color: #3a9085;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body:before,
body:after {
content: "";
@ -77,8 +86,20 @@ body:after {
z-index: -1;
}
article {
article,
footer {
max-width: 35em;
flex: 0 0 100%;
}
footer {
margin-top: 2rem;
padding-bottom: 2rem;
align-self: flex-end;
}
small {
font-size: .7rem;
}
h1 {

View File

@ -21,6 +21,10 @@
<p>Finalment, l'any 2003 es va decidir posar-lo definitivament al final de la jove Rambla del Raval.</p>
</article>
<footer>
<small>A project by <a href="https://matthiaskretschmann.com">matthias kretschmann</a></small>
</footer>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];