Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Created September 3, 2019 04:22
Show Gist options
  • Save hustKiwi/b4244e49d9a40da3462eb6c789ef19c1 to your computer and use it in GitHub Desktop.
Save hustKiwi/b4244e49d9a40da3462eb6c789ef19c1 to your computer and use it in GitHub Desktop.
Untitled
.bg-red {
background: red;
height: 100px;
}
.bg-orange {
background: orange;
}
<div class="bg-red">
Red
</div>
<div class="bg-orange">
Orange
</div>
<br />
<div>
<span class="bg-red">Red</span><span class="bg-orange">Orange</span>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment