Skip to content

Instantly share code, notes, and snippets.

@miripiruni
Created October 11, 2013 16:16
Show Gist options
  • Save miripiruni/6937619 to your computer and use it in GitHub Desktop.
Save miripiruni/6937619 to your computer and use it in GitHub Desktop.
Untitled
body {padding-top: 40px;}
* {margin:0;padding: 0;}
.l,
.r {
display: inline-block;
width: 50%;
background: green;
box-sizing: border-box;
}
.l { background: yellow;}
.r { padding-left: 50px; }
.c{
float: right;
position:relative;
left: 50px;
width:100px;
background: silver;
}
<div class="l">
Зенит
<div class="c">лого</div></div><div class="r">Спартак</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