background t3 t4 t5

This commit is contained in:
Blessing Jibidar 2024-11-29 09:37:13 +01:00
parent 692fc9aeb6
commit 1df459539e
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; color: #333;
margin: 0; margin: 0;
padding: 30px; padding: 30px;
background-image: url(codevert.jpg);
} }
h1, h2, h3 { h1, h2, h3 {

View file

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

View file

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