Skip to content

Instantly share code, notes, and snippets.

@RomanMaksudov
Created February 5, 2024 12:51
Show Gist options
  • Save RomanMaksudov/b281299ef9d515158b6ab133e090266d to your computer and use it in GitHub Desktop.
Save RomanMaksudov/b281299ef9d515158b6ab133e090266d to your computer and use it in GitHub Desktop.
Display: inline-block
<div class="red"></div>
<div class="yellow"></div>
<div class="green"></div>
div {
display: inline-block;
width: 100px;
height: 100px;
}
.red {
background-color: red;
}
.yellow {
background-color: yellow;
}
.green {
background-color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment