Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created February 4, 2012 18:40
Show Gist options
  • Select an option

  • Save shabunc/1739398 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1739398 to your computer and use it in GitHub Desktop.
Untitled
.basic {
border:1px solid black;
width: 200px;
height: 200px;
border-radius: 100px;
box-shadow: 0 0 5px 5px pink inset;
font-family: Helvetica, sans-serif;
background: brown;
}
<div class="basic">
The reason I found border-radius
not as good as it actuallly could be.
It does not actually respect text layout.
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment