diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-01 22:25:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-01 22:25:58 +0200 |
| commit | 353334c69f52a49c92618bb673dd11c506c383cd (patch) | |
| tree | b6a3ae599668319d21b66c9a0213003dca3704ea /frontend/site/projects/museum/views/nav.css | |
| parent | 7524d3c92e8b525ec9084883eaec3b8caa043f54 (diff) | |
adding nav overlay
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 |
