[css3]user interface

2013. 3. 16. 16:26 Web/CSS


Resizing
resize:both;
overflow:auto;

Box Sizing
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */

Outline Offset
outline:2px solid red;
outline-offset:15px;

'Web > CSS' 카테고리의 다른 글

[css3]Opacity  (0) 2013.03.18
[css]폰트,색상 지정  (0) 2013.03.16
[css3]multiple column  (0) 2013.03.16
[css3]transition  (0) 2013.03.16
[css3]transform 2d/ 3d  (0) 2013.03.16
Copyright © HuckleberryM All Rights Reserved | JB All In One Designed by CMSFactory.NET