ptit rangement

This commit is contained in:
Theo Mougnibas 2024-11-29 10:47:19 +01:00
parent 7b2a793646
commit 508fa2c39a
7 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ body {
color: #ddd;
margin: 0;
padding: 30px;
background-image: url(codevert.jpg);
background-image: url(../img/codevert.jpg);
}

View file

@ -5,7 +5,7 @@ body {
color: #ddd;
margin: 0;
padding: 40px;
background-image: url(matrix.gif), url(codevert.jpg);
background-image: url(../img/matrix.gif), url(../img/codevert.jpg);
}
button {

View file

@ -5,7 +5,7 @@ body {
color: #2c3e50;
margin: 0;
padding: 50px;
background-image: url(codevertmatrix.gif);
background-image: url(../img/codevertmatrix.gif);
}
h1, h2, h3 {

View file

@ -6,7 +6,7 @@ body {
margin: 0;
padding: 90px;
background-image: linear-gradient(black, white);
background-image: url(codevert.jpg);
background-image: url(../img/codevert.jpg);
}
h1, h2, h3 {

View file

Before

Width:  |  Height:  |  Size: 20 MiB

After

Width:  |  Height:  |  Size: 20 MiB

View file

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View file

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB