[enh] add a footer
This commit is contained in:
parent
b8f0365705
commit
7596feb088
@ -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;
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user