rainy season // f2u's Comments


A perfect code 🙌

Do you know how to set a collapse toggle thing for the info ? Like in https://toyhou.se/15592564.jukebox-f2u ? Sorry if this is a dumb question I can't code 😭😭

hello! sorry for the late reply orz

this page has a little tutorial & snippets on collapses (just scroll down to the collapses section). basically, you'll need a collapse div with a unique id, and a link that targets that unique id while toggling collapse. for jukebox, i set the col-sm-8 to have a class of [ collapse ], while targeting it with a link on the visible column with [ href="#col8" data-toggle="collapse" ] , for example.

overall, it's pretty basic, but if you're having trouble with it, i'd suggest reading the w3schools collapse docs, asking in the coding help thread, or going to the coding help discord. hope this helps! ^_^

aaaa i found a new favourite!! 😭<3

best code

ah thank you! :D