1
1 Comment

HTML/CSS exercise platform

Does anyone know of a forum/community type of website where users can view HTML/CSS examples and then try to remake it (on codepen, geocities, etc).

My wife is following a couple of courses but said it's more fun to see an example project and try to remake it.

An example would be to try to recreate a tic-tac-toe board with HTML (tables) and CSS (border).

#ask-ih

on July 11, 2019
  1. 1

    She can just find any good example on Internet, try to remake it on her own, and open and research the source code in Chrome debugger. I always do that if I want to borrow some ideas or wonder how they did it.