Snippets Collections
.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 */
}
star

Wed Jan 08 2025 22:43:26 GMT+0000 (Coordinated Universal Time)

#flexbox #stretch #child

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension