1005b–[CSS] Funny Box Shadow

Media Files

No media files provided.

Project Submission

+ Submit Assignment

Your submissions

Background

It’s like the Test Project 1005β€”Funny Text Shadow. But this time we use box-shadow:

See the Pen CSS Shadow Demo by Thomas Seng Hin Mak (@makzan) on CodePen.

Requirement

Given the following HTML:

<div class="group">
  <div class="demo"> DEMO </div>
  <div class="demo"> DEMO </div>
</div>
<div class="group">
  <div class="demo"> DEMO </div>
</div>

Help

❓ Show help content

Submission guideline

  • You may use Codepen to implement it and submit the link.
  • You may implement them in file and attach the HTML/CSS file via submission.