Download Animation (SVG)

PHOTO EMBED

Tue Mar 09 2021 17:01:20 GMT+0000 (Coordinated Universal Time)

Saved by @randomize_first #css

*, *:before, *:after {

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}

​

body {

  background: #006cc7;

  font-family: 'Roboto', Helvetica, Arial, sans-serif;

}

​

$circleSize: 0px;

$dlPad: 20px;

$dlWidth: 320px + $dlPad * 2;

$dlHeight: $circleSize + 50px + $dlPad*2;
16
$strokeW: 6px;

​

.dl-box {
content_copyCOPY

https://codepen.io/suez/pen/rrraYb