<!DOCTYPEhtml> <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<title>
CSS Reference
</title>
<style>
.box {
display: flex;
border: 1px solid black;
margin: 5px 20px;
width: 100px;
float: left; /* For testing in "rows" */ font: 10px serif;
}
.box > * {
/* Modern flexbox (used in this reference case) allows everything to
shrink by default, but -webkit-box does not, so we have to turn that
feature off to make an accurate reference case. */
flex-shrink: 0;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.