5.Nature as an abstract and semi abstract painter

← Previous: My Most Favorite Photos of Abstract Nature  https://nilitochner.com/my-most-favorite-photos-of-abstract-nature/

Next: Ducks and Seagulls →  https://nilitochner.com/ducks-and-seagulls-surrounded-by-abstract-water-effects/

Share Button

document.querySelectorAll('.accordion').forEach(group => { group.querySelectorAll('details').forEach(d => { d.addEventListener('toggle', function(){ if (this.open) { group.querySelectorAll('details').forEach(o => { if (o !== this) o.removeAttribute('open'); }); } }); }); });