Add components
This commit is contained in:
25
yt-embed/yt-embed.css
Normal file
25
yt-embed/yt-embed.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user