Added quotes

Added quotes and footer to the projects page
This commit is contained in:
Stone-Red-Code
2021-01-05 15:59:20 +01:00
parent 02caaacf40
commit 4d17c72ba9
6 changed files with 132 additions and 52 deletions
+20 -2
View File
@@ -25,11 +25,26 @@ footer {
.header {
background: url("Images/code.png");
height: 100px;
height: 130px;
background-size: auto;
background-position: top;
display: flex;
flex-direction: column;
align-items:center;
justify-content: center;
}
#quotes {
margin-top: -0.4rem;
margin-left: 1rem;
margin-right: 1rem;
padding: 0.0rem 0.2rem 0.1rem 0.2rem;
color: white;
font-style:italic;
background-color: rgba(99, 99, 99, 0.486);
border-radius: 0.3rem;
}
.fg-theme {
background-color: var(--fg-theme);
}
@@ -100,6 +115,9 @@ a:active {
.stats {
display: none;
}
#quotes {
display: none;
}
}
@media screen and (max-width: 360px) {
@@ -109,4 +127,4 @@ a:active {
.mostUsedLangs {
display: none;
}
}
}