marc/index.css

12 lines
233 B
CSS
Raw Normal View History

2022-05-14 09:47:02 +00:00
@viewport {
width: device-width;
zoom: 1;
}
2022-06-04 22:53:28 +00:00
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%);
}