Created
October 11, 2013 16:16
-
-
Save miripiruni/6937619 to your computer and use it in GitHub Desktop.
Untitled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="l"> | |
Зенит | |
<div class="c">лого</div></div><div class="r">Спартак</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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