Kalkulator DPMO: Różnice pomiędzy wersjami

m
brak opisu edycji
mNie podano opisu zmian
mNie podano opisu zmian
Znacznik: Wycofane
Linia 11: Linia 11:
         text-align: center;
         text-align: center;
       }
       }
body {
  font-family: Arial, sans-serif;
  padding: 20px;
}
div {
  margin: 10px 0;
}
input[type="text"] {
  padding: 10px;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
button {
  padding: 10px 20px;
  background-color: lightblue;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
#result {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
     </style>
     </style>
     <script>
     <script>