Files
ytdlp-site/static/style/download.css
2024-10-14 05:36:34 -06:00

39 lines
562 B
CSS

h1 {
font-size: 24px;
margin-bottom: 20px;
}
form {
display: flex;
flex-direction: column;
gap: 15px;
}
input[type="url"] {
width: 100%;
padding: 1rem;
font-size: 1.25rem;
}
.radio-group {
display: flex;
gap: 10px;
/* align-items: center; */
justify-content: center;
}
.radio-group label {
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
}
button {
background-color: #007bff;
color: white;
border: none;
padding: 12px;
font-size: 16px;
cursor: pointer;
}