]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
add "petite" stamp for this year
authorFrédéric Péters <fpeters@0d.be>
Sat, 17 Jul 2021 12:26:32 +0000 (14:26 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 17 Jul 2021 12:26:32 +0000 (14:26 +0200)
espeweb/static/css/_specifics.scss
espeweb/static/img/petite.png [new file with mode: 0644]

index 28411ca30eecd1bf92ca9621684f7c4bbb110e6a..3da23b6dbdfbad460da774227cf86a16270bb3b7 100644 (file)
@@ -339,6 +339,16 @@ body{
                height: 187px;
                background-size: contain;
        }
+       position: relative;
+       &::before {
+               content: "";
+               background: url(../img/petite.png) no-repeat;
+               width: 155px;
+               height: 80px;
+               position: absolute;
+               top: 60px;
+               left: 100px;
+       }
 }
 #Player {
        display: inline-block;
diff --git a/espeweb/static/img/petite.png b/espeweb/static/img/petite.png
new file mode 100644 (file)
index 0000000..c66dc92
Binary files /dev/null and b/espeweb/static/img/petite.png differ