diff options
Diffstat (limited to 'frontend/site/projects/museum/views/nav.css')
| -rw-r--r-- | frontend/site/projects/museum/views/nav.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/nav.css b/frontend/site/projects/museum/views/nav.css new file mode 100644 index 0000000..2b6d75a --- /dev/null +++ b/frontend/site/projects/museum/views/nav.css @@ -0,0 +1,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; +}
\ No newline at end of file |
