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 {
|
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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user