1 2 3 4 5 6 7 8 9 10 11 12 13
.footer { position: fixed; bottom: 0; width: 100%; background: linear-gradient(90deg, rgba(255, 121, 13, 0.0), rgba(255, 121, 13, 1.0)); } .footer .artist-name { font-family: "Druk Wide"; font-style: italic; } .footer .artist-location { font-family: "Helvetica", sans-serif; }