Add comment to top of gallerybox

This commit is contained in:
Starbeamrainbowlabs 2021-06-12 14:39:06 +01:00
parent f01fee3699
commit 79d7712740
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -1,3 +1,20 @@
/*
A pure css gallery, made with a bunch of wonderful hacks! Will be upgraded to
be (slightly) less hacky once :target-within lands in browsers.
Exported to codepen: https://codepen.io/sbrl/details/YzZJYxg
*/
.gallerybox {
display: flex;
justify-content: center;