Template:VideoGallery/styles.css

Revision as of 00:45, 6 October 2024 by Nelas (talk | contribs) (Created page with "→‎START Embeded Video Gallery: →‎whole gallery: .video-embed-gallery { position: relative; padding: 5px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; gap: 5px; } .video-embed-gallery .embedvideo { padding: 3px; background-color: rgba(255, 255, 240, 0.8); border-radius: 5px; border-top: 0.5px solid grey; border-left: 0.5px solid grey; border-right: 0.5px solid grey; border-bo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* START Embeded Video Gallery */
/* whole gallery  */
.video-embed-gallery {
    position: relative;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
}

.video-embed-gallery .embedvideo {
    padding: 3px; 
    background-color: rgba(255, 255, 240, 0.8);
    border-radius: 5px;
    border-top: 0.5px solid grey;
    border-left: 0.5px solid grey;
    border-right: 0.5px solid grey;
    border-bottom: 1px solid grey;
}
/* END Embeded Video Gallery */