Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7491ce0e82 | ||
|
|
850cb5c450 | ||
|
|
46d1c6a980 | ||
|
|
c948a2a7c1 | ||
|
|
5641aff3c2 | ||
|
|
a7e9951756 | ||
|
|
f9defe4577 | ||
| aebc3d0efa |
@@ -38,7 +38,7 @@
|
|||||||
<div class="center-panel">
|
<div class="center-panel">
|
||||||
<p>Welcome to the home page of Apophis Coding.</p>
|
<p>Welcome to the home page of Apophis Coding.</p>
|
||||||
<p>This side is currently under construction.</p>
|
<p>This side is currently under construction.</p>
|
||||||
<p>v0.0.6</p>
|
<p>v0.0.7</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
@@ -50,14 +50,13 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body {
|
||||||
{
|
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-image: url('images/logo.png');
|
background-image: url('images/logo.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: auto 80%;
|
background-size: auto 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user