Files
ytdlp-site/static/style/videos.css
2024-09-20 05:45:39 -06:00

15 lines
176 B
CSS

table {
width: 100%;
border-collapse: collapse;
}
th,
td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}