224k views
4 votes
The answer is not border

The answer is not border-example-1

1 Answer

0 votes

Answer:

#footer {

border-top: 1px solid rgba(0, 0, 0, 0.3);

background: rgba(0, 0, 0, 0.25);

box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);

height: 40px;

}

Step-by-step explanation:

hope this helps,

Have a great day

User Neeraj Kumar Gupta
by
4.8k points