unfix footer
This commit is contained in:
parent
23a2222bd7
commit
fe52bf65d7
@ -5,7 +5,6 @@
|
|||||||
<style>
|
<style>
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -23,3 +23,6 @@ body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #a
|
|||||||
|
|
||||||
/* article */
|
/* article */
|
||||||
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; }
|
body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; }
|
||||||
|
|
||||||
|
/* footer */
|
||||||
|
footer { margin: 5px }
|
||||||
|
Loading…
Reference in New Issue
Block a user