Files
2026-06-10 16:12:51 +02:00

17 lines
140 B
Plaintext

body {
display: block;
width: 10px;
height: 100px;
background: #ccc;
}
.a {
width: 80px;
}
.b {
width: 90px;
}
.c {
width: 100px;
}