From 6a728a1f4f46652327c54346d4bc77d33db13236 Mon Sep 17 00:00:00 2001 From: WestonG40 <91216124+WestonG40@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:51:05 -0400 Subject: [PATCH] Create CSS2 encryption image --- CSS2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CSS2 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; +}