<!
DOCTYPE HTML >
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<
html ><
head >
<
meta charset=
"utf-8" >
<
title >CSS Grid Test: stretching/clamping
button item</
title >
<
link rel=
"author" title =
"Mats Palmgren" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1314206 " >
<
link rel=
"help" href=
"https://drafts.csswg.org/css-align-3/#valdef-justify-self-stretch " >
<
link rel=
"match" href=
"grid-item-button-001-ref.html" >
<
style type=
"text/css" >
body ,
html { color:black; background:white;
font :16px/1 monospace; padding:0; margin:0; }
* {
font :16px/1 monospace; }
.grid {
display: grid;
float: left;
grid: auto-flow auto / 10px 30px 10px 30px 10px 30px 10px 30px auto auto auto auto;
grid-gap: 5px;
margin-bottom:20px;
margin-right:20px;
border:1px solid;
}
button {
border: 1px solid;
padding: 0;
margin: 0;
}
button :nth-child(1n) { background: blue; }
button :nth-child(2n) { background: grey; }
button :nth-child(3n) { background: tan; }
button :nth-child(4n) { background: silver; }
.sz >
button {
width:20px; height:10px;
}
.mw >
button {
min-width:15px;
}
.mw40 >
button {
min-width:40px;
}
.max40 >
button {
max-width:40px;
max-height:40px;
}
.sz.t2 >
button {
width:10px; height:20px;
}
.jend { justify-self: end; }
.aend { align-self: end; }
.end { justify-self: end; align-self: end; }
</
style >
</
head >
<
body >
<
div class=
"grid sz" >
<
button > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
<
button class=
"end" > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid sz t2" >
<
button > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
<
button class=
"end" > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid" >
<
button > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid" style =
"grid: auto/auto auto; grid-gap: 0;" >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid" style =
"grid: 50px 50px/50px 50px; grid-gap: 0;" >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid" style =
"grid: minmax(auto,20px) 20px/auto auto; grid-gap: 0;" >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid sz t2 mw" >
<
button > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
<
button class=
"end" > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid mw40" >
<
button > </
button >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid max40" style =
"grid:50px 50px/50px 50px; grid-gap: 0;" >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
<
div class=
"grid max40" style =
"grid:50px 50px/50px 50px; place-items:stretch; grid-gap: 0;" >
<
button > </
button >
<
button class=
"jend" > </
button >
<
button class=
"aend" > </
button >
<
button class=
"end" > </
button >
</
div >
</
body >
</
html >
Messung V0.5 C=100 H=100 G=100
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland