diff --git a/Calculators/Anagram-Calculator/Readme.md b/Calculators/Anagram-Calculator/README.md similarity index 100% rename from Calculators/Anagram-Calculator/Readme.md rename to Calculators/Anagram-Calculator/README.md diff --git a/Calculators/CGPA-Percentage-Calculator/index.html b/Calculators/CGPA-Percentage-Calculator/index.html index 3786d6c7e..1d8c1e153 100644 --- a/Calculators/CGPA-Percentage-Calculator/index.html +++ b/Calculators/CGPA-Percentage-Calculator/index.html @@ -2,43 +2,37 @@ - - - - CGPA Percentage Calculator + + + CGPA Percentage Calculator -
-
-
-

- CGPA ⟷ Percentage -

-

- Start Typing In Any Field -

-
-
- -
-
- -
-
-
-
- - - +
+
+
+

CGPA ⟷ Percentage

+

Start Typing In Any Field

+
+
+ + +
+
+ + +
+
+
+
+ - - \ No newline at end of file + diff --git a/Calculators/CGPA-Percentage-Calculator/style.css b/Calculators/CGPA-Percentage-Calculator/style.css index 2f9f0e23c..fc4d4d09d 100644 --- a/Calculators/CGPA-Percentage-Calculator/style.css +++ b/Calculators/CGPA-Percentage-Calculator/style.css @@ -1,5 +1,9 @@ input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} \ No newline at end of file + -webkit-appearance: none; + margin: 0; +} + +input[type='number'] { + -moz-appearance: textfield; +}