Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 24, 2021 02:21 pm GMT

CSS Battle 7 level 33

Link: https://cssbattle.dev/play/33

<p a><p b><style>  *{    background: #1A4341;    position: fixed  }  p[a]{    width: 75;    height: 150;    background: #998235;    margin: 67 117;    border-radius: 100px 0 0 100px  }p[a]:before{    content: "";    background: #0B2429;    width: 30;    height: 30;    border-radius: 100%;    position: absolute;    margin: 30  }  p[b]{    width: 100;    height: 100;    background: #F3AC3C;    border-radius: 0 100px 0 0;    margin: 42 192  }

Original Link: https://dev.to/yashharkhani/css-battle-7-level-33-3nfk

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To