fixed the footer deleted a undeeded <p> in index.html
This commit is contained in:
@@ -3,6 +3,9 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100;
|
height: 100;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@@ -46,10 +49,8 @@ body {
|
|||||||
/*Code to make footer look cool and ncie :D*/
|
/*Code to make footer look cool and ncie :D*/
|
||||||
footer {
|
footer {
|
||||||
font-family: IBMWeb, Liberation Mono, monospace;
|
font-family: IBMWeb, Liberation Mono, monospace;
|
||||||
position: fixed;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
bottom: 0;
|
margin-top: auto;
|
||||||
width: 100%;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
on my own little website which I call my home on the World Wide
|
on my own little website which I call my home on the World Wide
|
||||||
Web!
|
Web!
|
||||||
</p>
|
</p>
|
||||||
<p></p>
|
|
||||||
<p>
|
<p>
|
||||||
I like making websites like this. And I am also somewhat of a
|
I like making websites like this. And I am also somewhat of a
|
||||||
privacy advocate. I speak Polish and English but I am
|
privacy advocate. I speak Polish and English but I am
|
||||||
|
|||||||
Reference in New Issue
Block a user