< Template:Home | NowPlaying2
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
#now-playing { | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-between; | |||
} | |||
#now-playing h2 { | #now-playing h2 { | ||
text-align: center; | text-align: center; | ||
} | } | ||
#now-playing #video- | #now-playing #video-wrapper { | ||
padding: 1em; | |||
} | } | ||
#button-wrap { | #button-wrap { | ||
display: flex; | display: flex; | ||
Revision as of 02:04, 6 August 2023
#now-playing {
display: flex;
flex-direction: column;
justify-content: space-between;
}
#now-playing h2 {
text-align: center;
}
#now-playing #video-wrapper {
padding: 1em;
}
#button-wrap {
display: flex;
justify-content: center;
height: min-content;
}
#now-playing p {
display: none;
}
#ytButton {
background-color: transparent;
border-color: transparent;
font-family: 'Press Start 2P';
color: hsl(335,94%,53%);
text-transform: uppercase;
}