saving all work before going to bed
This commit is contained in:
parent
327b801dcf
commit
32975a66ca
Binary file not shown.
10
index.html
10
index.html
@ -102,17 +102,21 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
<div id="attribution">
|
<div id="attribution">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.freepik.com/free-photo/rough-checked-texture-collage_1037604.htm#fromView=search&page=1&position=1&uuid=ff4bc441-a0b5-4005-82df-caa3f1df883c">Marbel texture image by kues1 on Freepik</a>
|
<a href="https://www.freepik.com/free-photo/rough-checked-texture-collage_1037604.htm#fromView=search&page=1&position=1&uuid=ff4bc441-a0b5-4005-82df-caa3f1df883c">Marbel texture image by kues1 on Freepik</a>
|
||||||
<br>
|
<br>
|
||||||
"The Thinker" 3d model by <a href="https://www.thingiverse.com/thing:2164071/files">LxO</a>
|
|
||||||
<br>
|
<br>
|
||||||
"Galaxy background from " <a href="https://www.rawpixel.com/image/5924106/photo-image-public-domain-stars-galaxy">rawpixel.com</a>
|
"Galaxy background from " <a href="https://www.rawpixel.com/image/5924106/photo-image-public-domain-stars-galaxy">rawpixel.com</a>
|
||||||
|
<br>
|
||||||
|
"Business Male_4_ Low Poly Style" (<a href="https//skfb.ly/oXUGL">https://skfb.ly/oXUGL</a>) by POLYTRICITY is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution.</a>
|
||||||
|
<br>
|
||||||
|
"Hand-painted Low Poly Computer" (<a href="https://skfb.ly/oPpXJ">https://skfb.ly/oPpXJ</a>) by NoodleBaguette is licensed under <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</footer>
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -32,6 +32,13 @@ body {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(1, 1fr);
|
grid-template-columns: repeat(1, 1fr);
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
margin-top: 100px;
|
||||||
|
grid-column: 3 / 8;
|
||||||
|
background-color: rgb(128, 128, 128, 0.5);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
grid-column: 2 / 8;
|
grid-column: 2 / 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user