+ 1
How to remove border of the canvas?
I don't want it to have a border around it, CSS border poperty won't work, any ideas?
2 Answers
+ 1
can you post the code?
0
css border property works well if there's no higher precedence rule wich could override it... see your code where I have removed the canvas border you have set:
https://code.sololearn.com/WqYose7R7Eji/?ref=app
if you're still stuck, you must provide your code for further investigations ^^