User:SnorlaxMonster/GalleryTest.css

From Bulbapedia, the community-driven Pokémon encyclopedia.
< User:SnorlaxMonster
Revision as of 14:14, 15 November 2024 by SnorlaxMonster (talk | contribs) (Created page with ".gallery-80 { border-radius: 20px; background-color: hsl(78, 69.77%, 80%); border: 1px solid #C4E673; } .gallery-light { border-radius: 20px; background-color: hsl(78, 69.77%, 83%); →‎{{bulba color light}}: border: 1px solid #C4E673; } .gallery-85 { border-radius: 20px; background-color: hsl(78, 69.77%, 85%); border: 1px solid #C4E673; } .gallery-90 { border-radius: 20px; background-color: hsl(78, 69.77%, 90%); border...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.gallery-80 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 80%);
    border: 1px solid #C4E673;
}

.gallery-light {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 83%); /* {{bulba color light}} */
    border: 1px solid #C4E673;
}

.gallery-85 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 85%);
    border: 1px solid #C4E673;
}

.gallery-90 {
    border-radius: 20px;
    background-color: hsl(78, 69.77%, 90%);
    border: 1px solid #C4E673;
}