Hello I was wondering how to make spoiler text on a website with html/css. What I was is, text that is black with black background, but when hovered over, makes the black text
.spoiler, .spoiler2{ color: black; background-color:black; } .spoiler:hover{ color: white; } .spoiler2:hover { background-color:white; }
test Then when hovered over other test
Then when hovered over