Template:Home/NowPlaying2/styles.css

Template page
Revision as of 23:00, 3 August 2023 by Timothy (talk | contribs) (Created page with "#now-playing h2 { text-align: center; } #now-playing #youtube-outer { margin: 0 auto; float: none; align-self: center; } #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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#now-playing h2 {
    text-align: center;
}

#now-playing #youtube-outer {
    margin: 0 auto;
    float: none;
    align-self: center;
}
#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;
}