diff options
author | Anthony Wang | 2024-01-29 13:52:22 -0500 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:07 +0000 |
commit | b94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (patch) | |
tree | f8e77c3152fef9967276c5b4176c335ad665d71b /index.html | |
parent | 64e928da30ea9dec47e18da026938ba77bba2590 (diff) |
Spread circles out evenly across path, move stuff to separate file
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,9 +11,10 @@ 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 --> - <svg id="hiragana-ni"></svg> - <svg id="hiragana-small-ya"></svg> - <svg id="hiragana-a"></svg> + <svg id="d"></svg> + <svg id="u"></svg> + <svg id="m"></svg> + <svg id="b"></svg> <script src="script.js"></script> </body> </html> |