A Pen by James Barnett on CodePen.
Created
April 10, 2015 12:42
-
-
Save barnettjw/5dd582189c5434254b14 to your computer and use it in GitHub Desktop.
CSS Lemon
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></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
body { margin: 20px; } | |
div { | |
width: 100px; | |
height: 100px; | |
background: yellow; | |
border: 1px solid; | |
border-radius: 75px 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment