- added web front end page
This commit is contained in:
2025-07-30 15:59:59 -05:00
parent 2356a1b130
commit 08973c0191
8 changed files with 161 additions and 0 deletions

35
web/ytlist/ytlist.css Normal file
View File

@@ -0,0 +1,35 @@
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
#the_box{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 5px;
}
#the_box img {
width: 100%;
}
.video-title, .video-channelname{
text-decoration: none;
color: #222222;
}
.video-title{
font-size: 24px
}