Unit 2 ยท This Is Me In Tech
Stage 6 of 7
Unit 2 ยท Stage 6
Your profile works. Now add the polish that makes it look professional: a soft shadow to lift the cards, a color accent on top, and a footer to close the page. (pause on a highlighted word to see what it does)
Two finishing touches make a card look like it floats: a soft drop shadow, and a colored strip across the top.
box-shadowborder-top4px solid #50586C matches your header..card rule, before the closing }, add box-shadow: 0 4px 12px rgba(0,0,0,0.12); and border-top: 4px solid #50586C; then press โถ Run.What property adds a soft shadow under a box? Type it, then press Submit to unlock the next steps.
We added a <footer> to the bottom of your HTML. Style it to match your header so the page feels complete, top and bottom.
background-color and colorpaddingfooter rule with background-color: #50586C;, color: #f9f7f8;, padding: 20px;, and font-size: 14px; then Run.To complete Stage 6, your .card needs a box-shadow and you need a footer rule. Press Check my work when you are ready. This opens Stage 7 and lets your teacher see that you finished.