[enh] add a footer

This commit is contained in:
Laurent Peuch 2015-12-04 12:36:16 +01:00
parent b8f0365705
commit 7596feb088
2 changed files with 28 additions and 0 deletions

View File

@ -103,3 +103,24 @@ body {
letter-spacing: 2px; letter-spacing: 2px;
font-size: 11px; font-size: 11px;
} }
footer {
padding-top: 7em;
text-align: center;
position: relative;
font-family: serif;
color: #555;
}
footer hr {
width: 6%;
margin-bottom: 2em;
color: #BBB;
}
footer a {
text-decoration: none;
font-weight: 600;
font-family: sans-serif;
color: #111;
}

View File

@ -37,5 +37,12 @@
</div> </div>
</div> </div>
</div> </div>
<p style="visibility: hidden">.</p>
<footer>
<hr>
<p>Generate using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="CC-BY-SA">CC-BY-SA</a></p>
</footer>
</body> </body>
</html> </html>