From c3e1d7f70e406a5ba6ae87493366007d48d3ccce Mon Sep 17 00:00:00 2001 From: paupowpow Date: Wed, 3 Sep 2025 12:24:24 +0200 Subject: [PATCH] edited url name and scroll gallery --- index.html | 39 ++++++++++++++++++--------------------- style.css | 21 +++++++++++++++++++-- 2 files changed, 37 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 449154d..c8934ae 100644 --- a/index.html +++ b/index.html @@ -3,30 +3,33 @@ - pau.compost.party + paupowpow.compost.party
-

@pau

+ back to compost.party +

paupowpow


trash museum

- a clear plastic squeeze bottle - a red plastic tube - a small see-through resealable bag - a small clear plastic container with an attached lid - a clear container of 1l with a red plastic screw-on lid - an unfolded cardboard box which contained 580g of fresh dates - a big sealable bag that contained sweet potato noodles - a medium-sized fibre net that contained apples - a small red plastic net that contained 3 garlic bunches - a bright red plastic bag, crunched up - a white plastic cup that contained yoghurt (500g) - a bright red plastic bag that contained nuts - a clear plastic container that contained sesame crackers +
+ a clear plastic squeeze bottle + a red plastic tube + a small see-through resealable bag + a small clear plastic container with an attached lid + a clear container of 1l with a red plastic screw-on lid + an unfolded cardboard box which contained 580g of fresh dates + a big sealable bag that contained sweet potato noodles + a medium-sized fibre net that contained apples + a small red plastic net that contained 3 garlic bunches + a bright red plastic bag, crunched up + a white plastic cup that contained yoghurt (500g) + a bright red plastic bag that contained nuts + a clear plastic container that contained sesame crackers +

the whole concept of "trash" is weird if you think about it. the act of "throwing something out/away" implies that it just goes into some kind of convenient void which is none of our concern. throwing out trash is an automatic daily action, similar to regenerative actions like washing dishes or brushing teeth. it's easy to overlook because trash is literally not something we want to look at for longer than absolutely necessary. trash is meant to be overlooked.

what if "trash" as a category (or even as a word) simply didn't exist? what if you had to keep everything you consume and figure it out yourself with your community?

@@ -107,12 +110,6 @@
-

questions

-
diff --git a/style.css b/style.css index 099cdaf..dd18e87 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ body { main { max-width: 100vw; - margin: 4rem 8rem; +/* margin: 4rem 8rem;*/ padding: 1rem; background-color: white; } @@ -15,7 +15,7 @@ main { h1, h2, h3, h4, h5, h6 { font-weight: bold; - font-size: 1em; + /*font-size: 1em;*/ } .trashmuseum-image { @@ -30,6 +30,23 @@ hr { background-color: #000; /* Modern Browsers */ } +.scroll-container { + padding: 8px; + overflow-x: auto; + overflow-y: hidden; + white-space: nowrap; + height:80vh; + +} + +.scroll-container > img { + height: 100%; + max-width: unset; + margin-right: 5rem; +} + + + @media screen and (max-width: 500px) { main {