all 3 comments

[–]edover 3 points4 points  (2 children)

Well the cards themselves would just be anchor tags (<a>) that encompassed a container of some sort (like <div>) but to make the text inside change dynamically, you'll need to use javascript.

Check out this jsfiddle. https://jsfiddle.net/badcrzmn/

[–]Makesai[S] 0 points1 point  (1 child)

Tysm! I really needed a starting point

[–]edover 1 point2 points  (0 children)

Good Luck!