Skip to content

Instantly share code, notes, and snippets.

Created June 13, 2012 20:19
Show Gist options
  • Save anonymous/2926265 to your computer and use it in GitHub Desktop.
Save anonymous/2926265 to your computer and use it in GitHub Desktop.
Untitled
.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%;
}
<div class="top">
<div id="trojkatDoTla"</div>
</div>
{"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