update homepage background

This commit is contained in:
dado
2025-10-18 09:23:46 +02:00
parent 0033bf938d
commit 2adc366a47
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -113,7 +113,7 @@ img {
justify-content: center; justify-content: center;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(./Img/Index/backgroundHome.jpg) no-repeat center center scroll; background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(./Img/Index/homepage.png) no-repeat center center scroll;
/*Immagine come background*/ /*Immagine come background*/
background-size: cover; background-size: cover;
} }