[Solved] Slide down button to show text HTML CSS
Some corrections, plus a solution to what I think you are trying to achieve: Don’t use [class=interests] in the CSS, the dot is made for that: .interests ! Don’t use [id=all-contents] in the CSS, the # is made for that: #all-contents ! Don’t use spaces in class names ! professional interests → professional_interests, There was … Read more