.greeniconcolor { color: lightgreen; } .rediconcolor { color: darkred; } #parent { display: flex; } #narrow { width: 200px; } #wide { flex: 1; /* Grow to rest of container */ }