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, just before its closing }, add the two lines below. Not sure how it should look? Use the example below, then press โถ Run.box-shadow: 0 4px 12px rgba(0,0,0,0.12); border-top: 4px solid #50586C;
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 at the end of your <style>, just above </style>. Use the example below if you need it, then press โถ Run.footer {
background-color: #50586C;
color: #f9f7f8;
padding: 20px;
font-size: 14px;
}
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.