Latest solutions
Latest comments
- @EmmanuelOloke@Adrian397
To manipulate svgs through CSS you can use e.g. fill, stroke-width, stroke (css properties). But before that i believe you have to delete them from html code (if there are any) to prioritize them in your's CSS code.
- @Mrparasgediya@Adrian397
looks really good. Btw, how did you make your react apps able to preview on github page (live page)? It works for me when i make a new repository and upload there just files with .git initiliazed from the start by "create-react-app". When i upload whole folder it does not work for me :(