Saltar al contenido

cómo ajustar el tamaño del formulario de entrada en el ejemplo de código CSS

Puede darse el caso de que halles algún error en tu código o trabajo, recuerda probar siempre en un entorno de testing antes subir el código al proyecto final.

Ejemplo: aplicar estilo al texto del tipo de entrada

box-sizing: border-box;input[type=text], select, textareawidth:100%;padding:12px;border:1px solid #ccc;border-radius:4px;resize: vertical;labelpadding:12px12px12px0;display: inline-block;input[type=submit]background-color:#4CAF50;color:white;padding:12px20px;border: none;border-radius:4px;cursor: pointer;float: right;input[type=submit]:hoverbackground-color:#45a049;.containerborder-radius:5px;background-color:#f2f2f2;padding:20px;.col-25float: left;width:25%;margin-top:6px;.col-75float: left;width:75%;margin-top:6px;/* Clear floats after the columns */.row:aftercontent:"";display: table;clear: both;/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */@media screen and(max-width:600px).col-25,.col-75, input[type=submit]width:100%;margin-top:0;/*
  HTML:
  
  
  
  

  
  

  

Responsive Form

Resize the browser window to see the effect. When the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other.

*/

Nos encantaría que puedieras mostrar este escrito si te fue útil.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *