add disability pride flag gradient to top border of footer
This commit is contained in:
parent
23c351d9b3
commit
1f0347b621
|
@ -84,6 +84,10 @@ footer {
|
||||||
width: 74vw;
|
width: 74vw;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
|
border-top: 10px solid;
|
||||||
|
border-image-slice: 1;
|
||||||
|
border-width: 5px;
|
||||||
|
border-image-source: linear-gradient(to right, #595959, #CF7280, #EEDE77, #E8E8E8, #7BC2E0, #3BB07D, #595959);
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
letter-spacing: 0.05rem;
|
letter-spacing: 0.05rem;
|
||||||
|
|
Loading…
Reference in New Issue