box-shadow: inset | offset-x | offset-y | blur-radius ... box-shadow: 0 1px 0 0 red; /* Border bottom */ box-shadow: 0 -1px 0 0 red; ...
確定! 回上一頁