mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 00:56:22 +02:00
Added quotes
Added quotes and footer to the projects page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user