fading footer looks cool 8)
This commit is contained in:
parent
a220f7076e
commit
033cbc8356
1 changed files with 2 additions and 1 deletions
|
@ -311,7 +311,8 @@ ol li, ul li { padding-bottom: 0.9em }
|
||||||
#footer {
|
#footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* background: #2D2D2D;*/
|
/* 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-right-radius: 5px;
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
|
|
Loading…
Reference in a new issue