- object.svg
- style.css
SVG
<svg viewBox="0 0 250 250" preserveAspectRatio="xMidYMid meet" width="250" height="400">
<circle r="100" cx="125" cy="125" fill="gold" stroke="yellowgreen" stroke-width="10"/>
</svg>
CSS
svg {
border: 2px solid teal;
}
You’ve gone to a different page
Goalscompleted
0
- Experiment with
stroke-width
: for thecircle
, try setting it using percentages, millimeters, orem
.
Comments