diff options
author | ADRN <adrien@luxeylab.net> | 2021-10-18 00:24:29 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-10-18 00:31:09 +0200 |
commit | f9387eef92e24f48c86bdd3b42d6fde8390d3f51 (patch) | |
tree | e3928f9efffaf30ac34a0fb95af8a18160888780 /lab/parallax.html | |
parent | b314cf3df64b63ae1eab25072c316760aeb9749b (diff) | |
download | design-f9387eef92e24f48c86bdd3b42d6fde8390d3f51.tar.gz design-f9387eef92e24f48c86bdd3b42d6fde8390d3f51.zip |
rassemblement des assets, import CSS de Space Mono dans son fichier
Diffstat (limited to 'lab/parallax.html')
-rw-r--r-- | lab/parallax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab/parallax.html b/lab/parallax.html index f3ab3da..c501962 100644 --- a/lab/parallax.html +++ b/lab/parallax.html @@ -9,7 +9,7 @@ <link rel="stylesheet" href="assets/css/chota.min.css"> <style type="text/css"> header { - background-image: url("assets/images/illustration-ronce_2400x1531px.png"); + background-image: url("assets/images/ronce/illustration-ronce_2400x1531px.png"); position: fixed; height: 100vh; width: 100vw; |