Changes to gallery_template60187

ffff:79.225.248.135
ffff:79.225.248.135
24 days ago
updated gallery.css
gallery.css
Changed around line 1
+ .gallery {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 20px;
+ justify-content: center;
+ }
+
+ .photo {
+ width: 300px;
+ height: 300px;
+ overflow: hidden;
+ border-radius: 8px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ transition: transform 0.3s ease;
+ }
+
+ .photo img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+
+ .photo:hover {
+ transform: scale(1.05);
+ }
Breck Yunits
Breck Yunits
2 months ago
initial gallery_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+
+ gallery.css
+ theme dark
+ div#theGal.gallery
+ disk
+ where name includes jpg
+ compose tag
+ printColumn tag
nytimesfrontpagescover.jpg
postcard.jpg
spines.jpg