Skip to content

Instantly share code, notes, and snippets.

@gecko655
Last active December 23, 2016 04:22
Show Gist options
  • Save gecko655/d856c7ab39030b0448d9867bfa398c40 to your computer and use it in GitHub Desktop.
Save gecko655/d856c7ab39030b0448d9867bfa398c40 to your computer and use it in GitHub Desktop.
Firefoxだけborder-radiusがなぜか効かないcssコード ref: http://qiita.com/gecko655/items/4ad845a8b01f484f2578
<style type="text/css">
div {
width: 100px;
height: 100px;
background-color: red;
border-radius: 1000000000px;
}
</style>
<div/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment