youtube embed component, libreevent page

This commit is contained in:
2024-08-30 11:22:06 +02:00
parent f70b846a40
commit 242ec159a2
11 changed files with 175 additions and 232 deletions

View File

@@ -0,0 +1,25 @@
.yt-embed {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: rgb(173, 173, 173);
}
.yt-embed-desc {
text-align: center;
}
.yt-embed-button {
padding: 20px;
margin: 5px;
background-color: red;
color: white;
border-radius: 10px;
border: none;
text-decoration: none;
font-size: 1rem;
cursor: pointer;
}