This commit is contained in:
Marc Beninca 2022-06-05 00:53:28 +02:00
parent 2b8b775288
commit d4793781e0
2 changed files with 18 additions and 13 deletions

View file

@ -2,3 +2,10 @@
width: device-width;
zoom: 1;
}
td {
text-align: center;
border: 1px solid;
}
td.left_third_ko {
background: linear-gradient(90deg, rgba(255,0,0,.3) 0%, rgba(255,0,0,.3) 25%, rgba(255,0,0,0) 33%, rgba(255,0,0,0) 100%);
}