Compare commits

8 Commits

Author SHA1 Message Date
TheNightglow
7491ce0e82 test 4 2022-12-13 19:16:57 +01:00
TheNightglow
850cb5c450 test 3 2022-12-13 19:11:56 +01:00
TheNightglow
46d1c6a980 renamed 2022-12-13 19:11:19 +01:00
TheNightglow
c948a2a7c1 images fix n2 2022-12-13 19:10:47 +01:00
TheNightglow
5641aff3c2 image fix 2022-12-13 19:09:00 +01:00
TheNightglow
a7e9951756 test2 2022-12-13 19:04:51 +01:00
TheNightglow
f9defe4577 test 2022-12-13 19:00:07 +01:00
aebc3d0efa Changed patch version 2022-12-12 18:46:07 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
<div class="center-panel">
<p>Welcome to the home page of Apophis Coding.</p>
<p>This side is currently under construction.</p>
<p>v0.0.6</p>
<p>v0.0.7</p>
</div>
</main>
<footer class="footer">

View File

@@ -50,14 +50,13 @@
text-decoration: none;
}
body
{
body {
background-color: gray;
margin: 0;
background-image: url('images/logo.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-position: center center;
background-size: auto 80%;
}