Update homepage wallpaper
This commit is contained in:
parent
d74dc34b43
commit
617764cb12
3 changed files with 6 additions and 9 deletions
|
@ -2,7 +2,7 @@ body {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
background-image: url("wallpaper.jpg");
|
background-image: url("wallpaper.jpg");
|
||||||
background-position: -150px;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
@ -13,8 +13,10 @@ main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
flex-wrap: wrap;
|
||||||
|
align-content: center;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
width: 65%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,10 +57,6 @@ h5 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1050px) {
|
@media only screen and (min-width: 1050px) {
|
||||||
body {
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {
|
main {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,12 +23,11 @@
|
||||||
<p>Vaultwarden</p>
|
<p>Vaultwarden</p>
|
||||||
</a>
|
</a>
|
||||||
<!--
|
<!--
|
||||||
<a href='steam://connect/viyurz.fr:27015'>
|
<a href='steam://connect/ark.viyurz.fr:27015'>
|
||||||
<img src="ark.png" />
|
<img src="ark.png" />
|
||||||
ARK: Survival Evolved
|
<p>ARK: Survival Evolved</p>
|
||||||
</a>
|
</a>
|
||||||
-->
|
-->
|
||||||
<h5>...Azril...is the moon falling...?</h5>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 576 KiB |
Loading…
Reference in a new issue