[enh] include footer on page

This commit is contained in:
Laurent Peuch 2015-12-04 22:54:19 +01:00
parent 93267d6fbd
commit f5d68bda6f
2 changed files with 27 additions and 0 deletions

View File

@ -26,3 +26,27 @@ section {
margin-right: 10%; margin-right: 10%;
margin-top: 3em; margin-top: 3em;
} }
footer {
margin-top: 7em;
text-align: center;
position: relative;
font-family: serif;
font-size: 11px;
color: #555;
background-color: #EEE;
border-top: solid 2px #DDD;
padding-bottom: 10px;
padding-top: 14px;
}
footer p {
margin: 0;
}
footer a {
text-decoration: none;
font-weight: 600;
font-family: sans-serif;
color: #111;
}

View File

@ -20,5 +20,8 @@
<img src="./1.png"> <img src="./1.png">
</section> </section>
<footer>
<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>