mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add parallax effect to background
This commit is contained in:
@@ -6,10 +6,7 @@ footer {
|
||||
padding: 15px;
|
||||
text-align: center;
|
||||
padding-top: 3vh;
|
||||
}
|
||||
|
||||
.footer-fade {
|
||||
background: linear-gradient(rgba(11,11,12,0.2) 0%, rgba(11,11,12,1) 35%);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.footer-sections {
|
||||
@@ -46,6 +43,7 @@ footer {
|
||||
|
||||
.footer-header {
|
||||
margin-top: 5px;
|
||||
max-width: 100%;
|
||||
|
||||
}
|
||||
|
||||
@@ -53,3 +51,9 @@ small {
|
||||
font-size: 0.8em;
|
||||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.footer-sections {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user