1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
form { display: flex; } input[type="search"] { width: 100%; } dt::after { content: ": "; } dd { margin-inline-start: 1rem; } dl { display: grid; grid-template-rows: 1fr; grid-template-columns: max-content 1fr; }