<!
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 :
16 px/
1 monospace; padding:
0 ; margin:
0 ; }
* {
font :
16 px/
1 monospace; }
.grid {
display: grid;
float: left;
grid: auto-flow auto /
10 px
30 px
10 px
30 px
10 px
30 px
10 px
30 px auto auto auto auto;
grid-gap:
5 px;
margin-bottom:
20 px;
margin-right:
20 px;
border:
1 px solid;
}
button {
border:
1 px solid;
padding:
0 ;
margin:
0 ;
}
button :nth-child(
1 n) { background: blue; }
button :nth-child(
2 n) { background: grey; }
button :nth-child(
3 n) { background: tan; }
button :nth-child(
4 n) { background: silver; }
.sz >
button {
width:
20 px; height:
10 px;
}
.mw >
button {
min-width:
15 px;
}
.mw40 >
button {
min-width:
40 px;
}
.max40 >
button {
max-width:
40 px;
max-height:
40 px;
}
.sz.t2 >
button {
width:
10 px; height:
20 px;
}
.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 in Prozent C=96 H=90 G=93
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-10)
¤
*© Formatika GbR, Deutschland