New function : convertRomanArabicNumbers

This commit is contained in:
Divlo
2019-09-21 19:45:54 +02:00
parent cb215f60d6
commit 2c8a118be4
8 changed files with 111 additions and 0 deletions

View File

@ -81,6 +81,11 @@ header {
#convertIn {
width: 6.7em;
}
#roman-numerals {
width: 20%;
min-width: 200px;
padding-bottom: 20px;
}
.table {
color: white;
}