Aumento dimensione caratteri e cancellazione sfondo
This commit is contained in:
parent
a79881ec58
commit
fb1690c89a
BIN
sfondo.jpg
BIN
sfondo.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 292 KiB |
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user