Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created February 13, 2017 08:27
Show Gist options
  • Save vitkarpov/dcbd92bb87e729f9a60563385a9a686a to your computer and use it in GitHub Desktop.
Save vitkarpov/dcbd92bb87e729f9a60563385a9a686a to your computer and use it in GitHub Desktop.
Untitled
.wrapper:after {
content: '';
display: block;
clear: both;
}
.input {
overflow: hidden;
outline: 1px solid red;
}
button {
float: right;
margin-left: 20px;
}
<div class="wrapper">
<button>hello</button>
<div class="input">input</div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment