Various Changes

This commit is contained in:
Fred Boniface 2022-10-07 20:56:41 +01:00
parent a39413332d
commit 6b03c75d64
2 changed files with 20 additions and 2 deletions

View File

@ -6,11 +6,29 @@ body {
.page-title {
text-align: center;
color: #323C4A;
padding-top: 50px;
width: 95%;
}
.page-main-content {
text-align: left;
text-align: center;
color: #495568;
width: 95%;
}
footer {
background-color: #7fa7e6;
color: white;
text-align: center;
width: 100%;
padding: 15px;
position: fixed;
bottom: 0;
left: 0;
}
footer p {
width: 95%;
}

View File

@ -51,7 +51,7 @@
</p>
</div>
<footer>© Frederick Boniface 2022</footer>
<footer><p>© Frederick Boniface 2022</p></footer>
</body>
</html>