Various Changes
This commit is contained in:
parent
a39413332d
commit
6b03c75d64
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<footer>© Frederick Boniface 2022</footer>
|
||||
<footer><p>© Frederick Boniface 2022</p></footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user