utilisation d'urls complètes temporairement

This commit is contained in:
thaaoblues 2023-04-30 20:42:53 +02:00
parent f37f317d25
commit 51102ed581
3 changed files with 9990 additions and 3 deletions

View file

@ -38,7 +38,7 @@ margin: 0 10px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-image: url('/assets/img/buisson.svg');
background-image: url('https://etud.insa-toulouse.fr/~mougnibas/accueil_2023/assets/img/buisson.svg');
}

View file

@ -40,14 +40,14 @@ body {
background-attachment: fixed;
background-color: #ffffff;
background-image: url("/assets/img/background.svg");
background-image: url("https://etud.insa-toulouse.fr/~mougnibas/accueil_2023/assets/img/background.svg");
}
/* papier peint pour petits écrans (smartphones) */
@media all and (max-width: 800px) {
body {
background-image: url("/assets/img/asterix.svg");
background-image: url("https://etud.insa-toulouse.fr/~mougnibas/accueil_2023/assets/img/asterix.svg");
background-repeat: space;
}
}

9987
assets/img/adrenaline.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 276 KiB