diff --git a/CSS2 b/CSS2 new file mode 100644 index 0000000..0c705f7 --- /dev/null +++ b/CSS2 @@ -0,0 +1,14 @@ +.container{ + width:300px; + height: 300px; +} + +canvas{ + width:100%; + height:100%; + border:1px solid black; +} + +.input-container{ + margin-top: 10px; +}