BuildTools преди 3 години
родител
ревизия
e9b6baf619
променени са 1 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 5 4
      index.html

+ 5 - 4
index.html

@@ -3,6 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <link rel="preconnect" href="https://fonts.gstatic.com">
     <link href="https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap" rel="stylesheet">
     <link rel="stylesheet" href="style.css">
@@ -27,7 +28,7 @@
                 </tr>
                 <tr>
                     <td> 
-                        <label for="cpf"><b>CPF</b> <span>cpf invalido</span></label>
+                        <label for="cpf"><b>CPF</b> <span>invalido</span></label>
                         <input type="cpf" placeholder="Digite seu cpf" name="cpf" id="cpf" class="required" required maxlength="11">
                     </td>
                     <td>
@@ -55,7 +56,7 @@
                     </td>
                     <td>
                         <label for="numero"><b>Numero</b></label>
-                        <input type="nome" placeholder="Digite o numero" name="numero" class="required w100" required>
+                        <input type="text" placeholder="Digite o numero" name="numero" class="required w100" required>
                     </td>
                 </tr>
                 <tr>
@@ -75,11 +76,11 @@
                 <tr>
                     <td>
                         <label for="fixo"><b>Telefone fixo</b></label>
-                        <input type="number" placeholder="Digite seu telefone fixo" name="fixo">
+                        <input type="text" placeholder="____-____"  data-slots="_"name="fixo">
                     </td>
                     <td>    
                         <label for="celular"><b>Telefone celular</b></label>
-                        <input type="number" placeholder="Digite seu telefone celular" name="celular" class="required" required>
+                        <input type="text" placeholder="+55 (__) _____-____" data-slots="_" name="celular" class="required" required>
                     </td>
                     <td> 
                         <button onclick="return validacao()" type="submit" class="signupbtn">Cadastre-se</button>