DEV Community

namlh023
namlh023

Posted on

Solution for cssbattle #17

<div></div>
<style>
  body {
    background-color: #09042A;
  }
  div {
    position: absolute;
    inset: 0;
    margin: auto;
    transform: translateX(-60px);
    width: 60px;
    height: 60px;
    background: #09042A;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #E78481, 120px 0 0 0 #09042A, 120px 0 0 10px #E78481, 60px -52px 0 0 #F5BB9C, 60px -52px 0 10px #09042A, 60px 52px 0 0 #F5BB9C, 60px 52px 0 10px #09042A, 60px 0 0 10px #E78481;
  }
</style>

Enter fullscreen mode Exit fullscreen mode

Top comments (0)