Merge branch 'main' of https://git.etud.insa-toulouse.fr/mougnibas/projet-clicodrome
This commit is contained in:
commit
70dbab4465
5 changed files with 3 additions and 0 deletions
BIN
css/codevertmatrix.gif
Normal file
BIN
css/codevertmatrix.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
BIN
css/matrix.gif
Normal file
BIN
css/matrix.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
|
@ -5,6 +5,7 @@ body {
|
|||
color: #333;
|
||||
margin: 0;
|
||||
padding: 30px;
|
||||
background-image: url(codevert.jpg);
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
|
|
|
@ -5,6 +5,7 @@ body {
|
|||
color: #34495e;
|
||||
margin: 0;
|
||||
padding: 40px;
|
||||
background-image: url(codevert.jpg), url(matrix.gif);
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
|
|
|
@ -5,6 +5,7 @@ body {
|
|||
color: #2c3e50;
|
||||
margin: 0;
|
||||
padding: 50px;
|
||||
background-image: url(codevertmatrix.gif);
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
|
|
Loading…
Reference in a new issue