Style Adjustments

This commit is contained in:
Fred Boniface 2022-10-07 21:38:01 +01:00
parent e0890b77a9
commit 2eeac121b7
1 changed files with 12 additions and 4 deletions

View File

@ -1,26 +1,36 @@
html {
height: 100%;
}
body {
width: 100%;
min-height: 100%;
background-color: #444444;
}
.page-title {
text-align: center;
font-family: cursive;
color: #eeeeee;
padding-top: 50px;
padding-top: 65px;
padding-bottom: 10px;
width: 95%;
overflow: hidden;
margin: auto;
}
.page-main-content {
text-align: center;
font-family: sans-serif;
color: #f0f0f0f0;
width: 95%;
overflow: hidden;
margin: auto;
}
footer {
background-color: rgb(61, 61, 61);
color: #eeeeee;
font-family: monospace;
text-align: center;
width: 100%;
position: fixed;
@ -28,7 +38,6 @@ footer {
left: 0;
}
/* NAVBAR STYLING BELOW */
/* Add a black background color to the top navigation */
@ -55,7 +64,6 @@ footer {
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
padding: 14px 16px; /* ORIGINALLY NO PADDING DECLARATION */
}
/* Dropdown container - needed to position the dropdown content */