FIX COLORAZIONE!!!

This commit is contained in:
Samuele E. Locatelli
2018-06-04 18:29:35 +02:00
parent 63e0a7137a
commit d21bf9902b
8 changed files with 31 additions and 15 deletions
+1
View File
@@ -203,6 +203,7 @@ body {
text-align: left;
width: 100%;
height: 100%;
/*background: linear-gradient(#009036, #8cbd59, #00762c);*/
background-color: #009036;
background-image: url(../images/verde.png);
color: Yellow;
+3 -3
View File
@@ -246,9 +246,9 @@ body {
text-align: left;
width: 100%;
height: 100%;
background: linear-gradient():(#009036, #8cbd59, #00762c);
/*background-color: #009036;*/
/*background-image: url(../images/verde.png);*/
/*background: linear-gradient(#009036, #8cbd59, #00762c);*/
background-color: #009036;
background-image: url(../images/verde.png);
color: Yellow;
}