- 3
Please Answer this
#footer { _________ top: 1px solid rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.25); box-______:______ 0 1px rgba(255, 255, 255, 0.3); height: 40px; }
4 Answers
+ 3
What do you want to do? Elaborate your question.
+ 1
border-
shadow
inset
0
Border
Box- shadow
inset
- 1
Fill in the blanks to create a footer with an inset box-shadow and a 1 pixel border at the top.
#footer
{
_________ top: 1px solid
rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.25);
box-______:______ 0 1px
rgba(255, 255, 255, 0.3);
height: 40px;
}