Skip to content

Instantly share code, notes, and snippets.

@Leikam
Created April 2, 2021 14:13
Show Gist options
  • Save Leikam/54542d91d03b5fe1b2343a17ab268c8f to your computer and use it in GitHub Desktop.
Save Leikam/54542d91d03b5fe1b2343a17ab268c8f to your computer and use it in GitHub Desktop.
Untitled
.wrapper {
display: inline-block;
outline: 1px solid red;
}
.item {
outline: 1px solid blue;
/*width: 100px;*/
height: 100px;
background: blue;
}
<div class='wrapper'>
<div class='item'></div>
<div class='item'></div>
<div class='item'></div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment