div{
? ? ? ? width: 200px;
? ? ? ? height: 200px;
? ? ? ? background-color: red;
? ? ? ? ?box-shadow: 0px 0px 30px #000 inset;
? ? ? ? ?/*inset 內陰影*/
? ? ? ? ?/*默認為外陰影*/
}
div{
? ? ? ? width: 200px;
? ? ? ? height: 200px;
? ? ? ? background-color: red;
? ? ? ? ?box-shadow: 0px 0px 30px #000 inset;
? ? ? ? ?/*inset 內陰影*/
? ? ? ? ?/*默認為外陰影*/
}