Style Adjustments
This commit is contained in:
parent
e0890b77a9
commit
2eeac121b7
@ -1,26 +1,36 @@
|
|||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
min-height: 100%;
|
||||||
background-color: #444444;
|
background-color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: cursive;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
padding-top: 50px;
|
padding-top: 65px;
|
||||||
|
padding-bottom: 10px;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
overflow: hidden;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-main-content {
|
.page-main-content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: sans-serif;
|
||||||
color: #f0f0f0f0;
|
color: #f0f0f0f0;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
overflow: hidden;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: rgb(61, 61, 61);
|
background-color: rgb(61, 61, 61);
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
|
font-family: monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -28,7 +38,6 @@ footer {
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* NAVBAR STYLING BELOW */
|
/* NAVBAR STYLING BELOW */
|
||||||
|
|
||||||
/* Add a black background color to the top navigation */
|
/* 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 */
|
/* Hide the link that should open and close the topnav on small screens */
|
||||||
.topnav .icon {
|
.topnav .icon {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 14px 16px; /* ORIGINALLY NO PADDING DECLARATION */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dropdown container - needed to position the dropdown content */
|
/* Dropdown container - needed to position the dropdown content */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user