Created
June 13, 2012 20:19
-
-
Save anonymous/2926265 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or 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
| .top{ | |
| position:absolute; | |
| top: 0; | |
| left:0; | |
| background-color:#1693A5; | |
| width:100%; | |
| height:190px; | |
| } | |
| body{ | |
| background-color:#FCFBE3; | |
| } | |
| #trojkatDoTla { | |
| position:absolute; | |
| top:90px; | |
| border-bottom: 100px solid #FCFBE3; | |
| border-right: 600px solid transparent; | |
| -webkit-border-radius: 50%; | |
| -moz-border-radius: 50%; | |
| border-radius: 1%; | |
| } |
This file contains hidden or 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="top"> | |
| <div id="trojkatDoTla"</div> | |
| </div> |
This file contains hidden or 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-vertical","fontsize":"90","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment