diff options
author | Anthony Wang | 2024-01-29 23:38:39 +0000 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:14 +0000 |
commit | 04d15f2b1dbe2bf5d051569917acdef4baa724dc (patch) | |
tree | 15a396aff50e2bd284a5f6a5a8e03fbd0e6609b8 /index.html | |
parent | 389eeeb48d5bc1ca6eb04517152b60450e7705b5 (diff) |
Support different sized SVGs, center picture
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ </head> <body> <!-- - Draw 200x200 SVGs in Inkscape with the pencil tool and a stroke width of 20 - Make sure the scale is set to 1 and that the id is set to a unique value - Also, change the stroke to currentColor so we can style the color with CSS + Draw SVGs in Inkscape with the scale set to 1 + Use the pencil tool with a stroke width of 20 and round endcaps + Then change the stroke color to currentColor so we can style it with CSS (might have to do this in a text editor) --> <svg id="d"></svg> <svg id="u"></svg> |