[enh] include footer on page
This commit is contained in:
parent
93267d6fbd
commit
f5d68bda6f
@ -26,3 +26,27 @@ section {
|
||||
margin-right: 10%;
|
||||
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;
|
||||
}
|
||||
|
@ -20,5 +20,8 @@
|
||||
<img src="./1.png">
|
||||
</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>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user