Aumento dimensione caratteri e cancellazione sfondo

This commit is contained in:
La Programmatrice Verde 2025-02-24 15:32:20 +01:00
parent a79881ec58
commit fb1690c89a
2 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

View File

@ -10,9 +10,8 @@
html {
overflow-x: hidden;
background-image: url(sfondo.jpg);
background-repeat: no-repeat;
background-size: cover;
/*background-image: url(sfondo.jpg);*/
background-color: #8a4d0f;
}
body {
@ -25,16 +24,18 @@ body {
box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
background: #fdf9bb;
filter: url(#invecchiamento);
padding-bottom: 170px;
}
#contenuto {
position: absolute;
font-size: 20pt;
font-size: 22pt;
font-family: black-chancery;
text-align: center;
top: 5px;
margin-left: 2%;
margin-right: 12%;
margin-top: 10px;
}
h1,