This commit is contained in:
Theo Mougnibas 2024-11-29 09:37:35 +01:00
commit 70dbab4465
5 changed files with 3 additions and 0 deletions

BIN
css/codevertmatrix.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
css/matrix.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View file

@ -5,6 +5,7 @@ body {
color: #333;
margin: 0;
padding: 30px;
background-image: url(codevert.jpg);
}
h1, h2, h3 {

View file

@ -5,6 +5,7 @@ body {
color: #34495e;
margin: 0;
padding: 40px;
background-image: url(codevert.jpg), url(matrix.gif);
}
h1, h2, h3 {

View file

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