Because SO2 + 2NaOH → Na2SO3 + H2O
-Basic PGP operations
+PGP functions
- verify
-
- encrypt
+ verify
+ encrypt
About
Keyoxide is a lightweight and FOSS solution to make basic cryptography operations accessible to regular humans.
diff --git a/styles.css b/styles.css index 2542822..74647c6 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,22 @@ footer { .spacer { flex: 1; } +.bigBtn { + color: #333; + width: 100%; + padding: 8px; + font-size: 1.2em; + text-transform: uppercase; + text-decoration: none; + background-color: #c3eaff; + border: 1px solid #3f9acc; + border-radius: 3px; + border-bottom-width: 3px; + cursor: pointer; +} +.bigBtn:hover { + background-color: #9dd3f0; +} h1 { margin: 0; @@ -54,20 +70,6 @@ textarea { input[type="radio"] { vertical-align: sub; } -input[type="submit"] { - width: 100%; - padding: 8px; - font-size: 1.2em; - text-transform: uppercase; - background-color: #c3eaff; - border: 1px solid #3f9acc; - border-radius: 3px; - border-bottom-width: 3px; - cursor: pointer; -} -input[type="submit"]:hover { - background-color: #9dd3f0; -} .green { color: green; } diff --git a/verify.html b/verify.html index 77bdc3e..4b3aa83 100644 --- a/verify.html +++ b/verify.html @@ -31,7 +31,7 @@Result
Click on the button below.
- +