LoginSignup
1
1

More than 5 years have passed since last update.

【備忘録】border-radius

Last updated at Posted at 2015-03-05

順番間違えたりするのでメモ

border-radius指定

border-top-left-radius: ○○px;
border-top-right-radius: ○○px;
border-bottom-left-radius: ○○px;
border-bottom-right-radius: ○○px;

※chrome,firefoxで-webkit-border-radius、moz-border-radiusと指定しなくても効くの確認済み

border-radius効くのは

IE8は効かない!!!
・IE9~,firefox,chrome

参考にする:
http://caniuse.com/#feat=border-radius

触る用

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1