YouTube Feed with Tabs, Random Video, and Redirect
!doctype>
Hiển thị
Data Youtube
|/fa-fire/ Thịnh hành_$type=blogging$show=/p/thinh-hanh.html
Archive Pages Design$type=blogging$count=7
Chuyển hướng
<--style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(135deg, #f3e7e9, #e3eeff);
min-height: 100vh;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}
.container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: #fff;
z-index: 1000;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: 0 30px 30px 30px;
text-align: center;
overflow-y: auto;
}
.container > *:first-child {
margin-top: 0;
}
hr {
width: 100%;
border: 0;
border-top: 1px solid #4a5568;
margin: 0;
}
@media (max-width: 600px) {
.container {
padding: 0 20px 20px 20px;
}
}
p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
color: #4a5568;
}
.btn {
display: inline-block;
background: #3182ce;
color: #fff !important;
font-size: 1rem;
font-weight: bold;
padding: 12px 24px;
border-radius: 8px;
text-decoration: none;
transition: all 0.3s ease;
margin-bottom: 1rem;
}
.btn:hover {
background: #2b6cb0;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.redirect-link {
font-size: 1rem;
color: #4a5568;
margin-bottom: 2rem;
word-break: break-all;
}
@media (max-width: 600px) {
.container {
padding: 20px;
}
p {
font-size: 1rem;
}
.btn {
padding: 10px 20px;
}
}