ajout du Minelife mockup

This commit is contained in:
Boris 2022-11-17 17:04:49 +01:00
parent 7e639542c1
commit 2654a5d448
5 changed files with 12 additions and 4 deletions

View File

@ -50,7 +50,7 @@ echo '
</li>
<li id="dashboard-minelife">
<a href="minelife.html">
<a href="minelife/index.html">
<span>
Manuel
</span>

1
minelife Submodule

@ -0,0 +1 @@
Subproject commit 1621fbcbc0525eb5b3c6ef80525d66c2e388dd68

View File

@ -41,4 +41,10 @@
border-style: outset;
border-color: red;
}
#dashboard-minelife {
background-image: url('../img/dashboard-minelife.png');
background-size: cover;
}

View File

@ -29,10 +29,11 @@ body#home nav ul {
#dashboard-map a,
#dashboard-messenger a,
#dashboard-farfetched a {
#dashboard-farfetched a,
#dashboard-minelife a {
width: 25vw;
height: 25vw;
width: 20vw;
height: 20vw;
display: block;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB