piccoli perfezionamenti
This commit is contained in:
parent
c16ec833d8
commit
2519b95620
1 changed files with 5 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
||||||
h1 {
|
h1 {
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size:2.4em;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background: #009999;
|
background: #009999;
|
||||||
|
@ -13,17 +14,16 @@
|
||||||
table{
|
table{
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
empty-cells: show;
|
empty-cells: show;
|
||||||
|
background: white;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width:100%;
|
width:100%;
|
||||||
height: 80%;
|
height: 89%;
|
||||||
|
|
||||||
}
|
}
|
||||||
td,tr{
|
td,tr{
|
||||||
background: white;
|
background: white;
|
||||||
width: 100px
|
|
||||||
height: 10px
|
|
||||||
padding: 0px
|
padding: 0px
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<th></th>
|
<th></th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|
Reference in a new issue