rpg page has well-behaved footer
This commit is contained in:
+11
-9
@@ -8,25 +8,27 @@
|
|||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
text-indent: 2em;
|
||||||
|
}
|
||||||
.nav-grid img {
|
.nav-grid img {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrap {
|
|
||||||
padding-bottom: 2.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
padding: 1px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 1em;
|
||||||
width: 100%;
|
right: 1em;
|
||||||
height: 2.5rem;
|
width: auto;
|
||||||
color: aqua;
|
text-align: right;
|
||||||
|
color: #df85a5;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
height: 100vh;
|
height: auto;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
display: grid;
|
display: grid;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<div class="center"><h2>what about blessfrey?</h2>
|
<div class="center"><h2>what about blessfrey?</h2>
|
||||||
<img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
|
<img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
|
||||||
jump to <a href="#demo">demo</a> • <a href="#controls">controls</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
|
jump to <a href="#demo">demo</a> • <a href="#controls">controls</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
|
||||||
|
<br>
|
||||||
<p>Blessfrey is a 2D dungeoncrawling action rpg for PC developed by me (chimchooree) in Godot Engine inspired by Guild Wars 1 and Magic: The Gathering. I'll share any release demos on this page. <br></p>
|
<p>Blessfrey is a 2D dungeoncrawling action rpg for PC developed by me (chimchooree) in Godot Engine inspired by Guild Wars 1 and Magic: The Gathering. I'll share any release demos on this page. <br></p>
|
||||||
<!--<h2>controls</h2>
|
<!--<h2>controls</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
<!--Footer-->
|
<!--Footer-->
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-content">
|
|
||||||
© chimchooree 2020-{{year}}<br>
|
© chimchooree 2020-{{year}}<br>
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
+2
-2
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
{{!base}}
|
{{!base}}
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
% include('footer.tpl')
|
% include('footer.tpl')
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user