I realized that I need an HTML-like UI in my game, because by myself I wouldn't be able to achieve such effects (divs, text, coloring, and styling).
So I started to look around for a HTML Engine for C++, and I found Sciter but it's built completely on top of the Win API and I just can't get it to work/debug (because it lacks of decent DOCs too). Now, I'm wondering if there is some very simple engine (I just need HTML and CSS, no JS) and SDL friendly (should have some functions like create, update, render, ...).