This commit is contained in:
Lucas Kent 2022-12-14 13:25:44 -05:00 committed by GitHub
parent 6e99a3523f
commit 89e0ed1e65
2 changed files with 3 additions and 4 deletions

View File

@ -13,8 +13,6 @@
body { body {
padding: px; padding: px;
background: #868686; background: #868686;
position: relative;
min-height: 100vh;
} }
/* Create two unequal columns that floats next to each other */ /* Create two unequal columns that floats next to each other */
@ -59,8 +57,10 @@ body {
text-align: center; text-align: center;
background: #ddd; background: #ddd;
margin-top: 20px; margin-top: 20px;
position: absolute; position: fixed;
left: 0;
bottom: 0; bottom: 0;
width: 100%;
} }
.image { .image {

View File

@ -59,7 +59,6 @@
class="broider" class="broider"
/> />
<p class="double"> <span class="auto-type"></span></p> <p class="double"> <span class="auto-type"></span></p>
<div class="footer"> <div class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div> </div>