Not sure why code below it's not working, its the only code so far that it's taking my time

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<style>
.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 25px 10px 0 0 blue;
}

</style>
<div class="center"></div>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Create a Graphic Using CSS

Link to the challenge:

describe your issue, what’s not working and what have you tried to do? that we can solve the issue

Border-radius needs to be set to 50% instead of 50px.

It was just a small typing error.

1 Like

I never thought that, thank you very much.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.