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