.parent {
display: flex; /* Enables Flexbox */
height: 300px; /* Set a specific height for the parent div */
border: 1px solid #000;
}
.child {
background-color: lightblue;
flex: 1; /* Optional: Makes the child take up remaining space */
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter