From ba670d19d666fee4b0a4828826febb468769033d Mon Sep 17 00:00:00 2001 From: Chaim Paciorkowski Date: Sun, 18 Mar 2018 17:25:52 +0200 Subject: [PATCH 1/2] CaesarEncryption.html --- CaesarEncryption.html | 177 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 CaesarEncryption.html diff --git a/CaesarEncryption.html b/CaesarEncryption.html new file mode 100644 index 0000000..47cc5b8 --- /dev/null +++ b/CaesarEncryption.html @@ -0,0 +1,177 @@ + + + + + + + Caesar Encryption + + + + + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + + + +
+ + + \ No newline at end of file From 10785027827c37b9bc3b22d23edb141debf2d495 Mon Sep 17 00:00:00 2001 From: Chaim Paciorkowski Date: Sun, 18 Mar 2018 18:24:47 +0200 Subject: [PATCH 2/2] CaesarEncryption.html --- CaesarEncryption.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CaesarEncryption.html b/CaesarEncryption.html index 47cc5b8..dd7545a 100644 --- a/CaesarEncryption.html +++ b/CaesarEncryption.html @@ -18,7 +18,7 @@ } #left { - width: 248px; + width: 50%; height: 60px; background: #cccccc; border: 2px solid black; @@ -31,7 +31,7 @@ } #right { - width: 248px; + width: 50%; height: 60px; background: #cccccc; border: 2px solid black; @@ -46,6 +46,8 @@ .c1 { width: 500px; height: 60px; + display: flex; + flex-direction: row } .c2 {