Compare commits

...

2 commits

7 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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