Skip to content

Instantly share code, notes, and snippets.

@zabesangary
Created March 29, 2015 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zabesangary/0ad975107e5be20d4c99 to your computer and use it in GitHub Desktop.
Save zabesangary/0ad975107e5be20d4c99 to your computer and use it in GitHub Desktop.
emXyEG
<div class="box"> </div>
<div class="boxr"> </div>
.box { width:400px;
height:300px;
-webkit-border-radius: 99px 0px 20px 20px;
-moz-border-radius: 99px 0px 20px 20px;
border-radius: 99px 0px 20px 20px;
background-color: blue;
}
.boxr {width:400px;height:300px;-webkit-border-radius: 20px 99px 99px 20px;-moz-border-radius: 20px 99px 99px 20px;border-radius: 20px 99px 99px 20px;border:11px solid #C2FF66;background:rgba(227,162,11,0.7);-webkit-box-shadow: #B3B3B3 13px 13px 13px;-moz-box-shadow: #B3B3B3 13px 13px 13px; box-shadow: #B3B3B3 13px 13px 13px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment