ntv-site/NTV_offering/index.css

28 lines
425 B
CSS
Raw Normal View History

2023-03-27 15:46:52 +00:00
.results {
margin-top: 1rem;
text-align: center;
}
table, tr, th, td {
border: 1px solid black;
border-collapse: collapse;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.name {
text-decoration: none;
}
#queue {
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
}