Answers for "svg circle radius via css"

0

border radius rect svg

<svg viewBox="0 0 220 100" xmlns="http://www.w3.org/2000/svg">
  <!-- Simple rectangle -->
  <rect width="100" height="100" />

  <!-- Rounded corner rectangle -->
  <rect x="120" width="100" height="100" rx="15" />
</svg>
Posted by: Guest on August-02-2021
0

rounded borders svg

<rect height="8" fill="#2f80ed" rx="5" ry="5" x="0" y="0" data-testid="lang-progress" width="2%">
Posted by: Guest on August-17-2021

Browse Popular Code Answers by Language