Check out Kyoto Shogi, our featured variant for June, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Xiangqi: Chinese Chess. Links and rules for Xiangqi (Chinese Chess). (9x10, Cells: 90) (Recognized!)[All Comments] [Add Comment or Rating]
Manuel Hohmann wrote on Wed, Apr 23 10:11 PM UTC in reply to H. G. Muller from 04:58 PM:

I don't really understand what it means to do the layout with CSS. I was under the impression that CSS is just a method for globally assigning style attributes to HTML elements. The same style elements that can also be set on a per-element basis by a style="name:value" attribute in a HTML element, or by assigning to it in JavaScript as .style.name = value.

CSS can do a lot more than "styles" in the sense of color, font, weight, slant etc. It can also specify the positioning and layout of elements, for example. While a table always has a rectangular layout, one can use e.g. a CSS grid for the same purpose, but also other shapes of grids as well, like these:

CSS: https://github.com/xenos1984/BoardGames/blob/master/docs/games.css