fading footer looks cool 8)

This commit is contained in:
DeltaLima 2023-06-19 02:02:10 +02:00
parent a220f7076e
commit 033cbc8356

View File

@ -311,7 +311,8 @@ ol li, ul li { padding-bottom: 0.9em }
#footer {
text-align: center;
/* background: #2D2D2D;*/
background-color: rgba(0, 0, 0, 0.2);
/* background-color: rgba(0, 0, 0, 0.2);*/
background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 15px;