some improvements in the 3D effect of the main page

This commit is contained in:
Jordi Sanfeliu 2020-11-18 10:14:18 +01:00
parent 4ce1f54700
commit 815394f9d9
2 changed files with 8 additions and 8 deletions

View File

@ -13,10 +13,10 @@ body {
table {
background: #888888;
border: 1px black;
border-left: 1px outset #888888;
border-top: 1px outset #888888;
border-right: 1px outset black;
border-bottom: 1px outset black;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
border-spacing: 5px;
}

View File

@ -12,10 +12,10 @@ body {
table {
background: #cccccc;
border-left: 1px outset #888888;
border-top: 1px outset #888888;
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
border-left: 1px outset #b2b2b2;
border-top: 1px outset #b2b2b2;
border-right: 1px outset #5b5b5b;
border-bottom: 1px outset #5b5b5b;
border-spacing: 5px;
}