test
This commit is contained in:
parent
6e99a3523f
commit
89e0ed1e65
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user