Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

This is really impressive. I have never dabbled in CSS. I thought it was not full on programming language like HTML. I thought CSS was only for web animations and all that.  Again I am really impressed

CSS is a language of styles for HTML, which (since relatively recently) also has capabilities to do 3d transformations. It is not a programming language so I am also using JavaScript. I meant I am not using traditional means of rendering (such as WebGL) and render everything with CSS-styles instead (but I need JavaScript to generate those styles).