footer
This commit is contained in:
parent
89e0ed1e65
commit
7f1b141254
@ -57,10 +57,6 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
|
19
assets/styles/footer.css
Normal file
19
assets/styles/footer.css
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#page-container {
|
||||||
|
position: relative;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content-wrap {
|
||||||
|
padding-bottom: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
padding: 20px;
|
||||||
|
text-align: center;
|
||||||
|
background: #ddd;
|
||||||
|
margin-top: 20px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 2.5rem;
|
||||||
|
}
|
15
index.html
15
index.html
@ -40,6 +40,7 @@
|
|||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="page-container">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="active" href="/">Home</a></li>
|
<li><a class="active" href="/">Home</a></li>
|
||||||
@ -50,18 +51,16 @@
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
<div id="content-wrap">
|
||||||
|
|
||||||
<img
|
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
|
||||||
src="/assets/imgs/zuck.jpg"
|
|
||||||
alt="Geometry Tools Ga"
|
|
||||||
style="width:300px;height:300px;"
|
|
||||||
srcset=""
|
|
||||||
class="broider"
|
|
||||||
/>
|
|
||||||
<p class="double"> <span class="auto-type"></span></p>
|
<p class="double"> <span class="auto-type"></span></p>
|
||||||
<div class="footer">
|
|
||||||
|
</div>
|
||||||
|
<div id="footer">
|
||||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
||||||
<script>
|
<script>
|
||||||
var typed = new Typed(".auto-type", {
|
var typed = new Typed(".auto-type", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user