Source: /cirosantilli/cascading-style-sheets

= Cascading Style Sheets
{c}
{wiki}

= CSS
{c}
{synonym}
{title2}

* \a[css/code-block.html]
* \a[css/img-table-vertical-center.html]
* \a[css/viewport-height.html]: a div that is a tall as the viewport, and does not generate a toplevel scrollbar
* \a[css/responsive-image-max-height.html]: here we try to create an image that is never wider than the screen. If the screen is less wide than the image, then the image scales down proportionally. Otherwise, the image has a user determined fixed by the CSS or the HTML `height` property. Related:
  * https://stackoverflow.com/questions/13632985/limit-the-height-of-a-responsive-image-with-css
  * https://stackoverflow.com/questions/50193946/responsive-image-with-max-height-max-width/50194061
  TODO I'm unable to do this....... https://stackoverflow.com/questions/69964332/how-to-set-the-default-height-of-responsive-images-when-screen-is-wide-and-have The objective was to implement: https://github.com/ourbigbook/ourbigbook/issues/168
* \a[css/top-navigation.html]