Add border for canvas

This commit is contained in:
2022-08-14 13:27:52 +02:00
parent e325366861
commit 8fcc026344
+1
View File
@@ -17,4 +17,5 @@ body > {
canvas{ canvas{
height: 100%; height: 100%;
width: 100%; width: 100%;
border: 1px solid black;
} }