Add a footer
This commit is contained in:
parent
857d3b8681
commit
c9ca8b1016
@ -31,9 +31,23 @@ body {
|
|||||||
margin-top: -2em;
|
margin-top: -2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
footer {
|
||||||
display: inline;
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
font-size: .9em;
|
||||||
|
color: rgb(89,84,80)
|
||||||
|
}
|
||||||
|
|
||||||
|
footer span {
|
||||||
|
float: right;
|
||||||
|
margin-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 1em 0 0 1em;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: rgb(81,94,102);
|
color: rgb(81,94,102);
|
||||||
|
@ -12,7 +12,11 @@
|
|||||||
<h1><a href="/">BREVE</a></h1>
|
<h1><a href="/">BREVE</a></h1>
|
||||||
<h2>a url shortener</h2>
|
<h2>a url shortener</h2>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="center"> $yield$ </div>
|
<div id="center">$yield$</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer>
|
||||||
|
breve is open <a href="https://github.com/rnhmjoj/breve">source</a>
|
||||||
|
<span>© Rnhmjoj</span>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user