add byline, link style
This commit is contained in:
parent
ef6de3b2a6
commit
dfdfa949ff
@ -49,6 +49,15 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #3a9085;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
body:before,
|
body:before,
|
||||||
body:after {
|
body:after {
|
||||||
content: "";
|
content: "";
|
||||||
@ -77,8 +86,20 @@ body:after {
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article,
|
||||||
|
footer {
|
||||||
max-width: 35em;
|
max-width: 35em;
|
||||||
|
flex: 0 0 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: 2rem;
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
align-self: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: .7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
<p>Finalment, l'any 2003 es va decidir posar-lo definitivament al final de la jove Rambla del Raval.</p>
|
<p>Finalment, l'any 2003 es va decidir posar-lo definitivament al final de la jove Rambla del Raval.</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<small>A project by <a href="https://matthiaskretschmann.com">matthias kretschmann</a></small>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<!-- Piwik -->
|
<!-- Piwik -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = _paq || [];
|
var _paq = _paq || [];
|
||||||
|
Loading…
Reference in New Issue
Block a user