forked from rebillar/site-accueil-insa
utilisation d'urls complètes temporairement
This commit is contained in:
parent
f37f317d25
commit
51102ed581
3 changed files with 9990 additions and 3 deletions
|
@ -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');
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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
9987
assets/img/adrenaline.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 276 KiB |
Loading…
Reference in a new issue