"SITIO WEB"
Bootstrap 3.3.0 Snippet by Montserrat1

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE <!DOCTYPE html> <html lang="es"> <head> <meta chrset="UTF-8"> <title> Ejercicio 3</title> <link rel="stylesheet" type="text/css" href="estilos.css"> </head> <body> <div id="forma1"> <form action=" " method=" "> Nombre: <input type="text" required class="amarillo rojo " /><br/> Apellidos: <input type="text" required class="amarillo" /><br/> Email: <input type type="email"/><br/> <input type="submit" value="enviar" /> </form> </div> </body> </html>
#forma1 { background-color: pink; width: 300px; border-width: 1px; margin: 0 auto; border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 10px 10px 5px #888888; -o-box-shadow: 10px 10px 5px #888888; box-shadow: 10px 10px 5px #888888; -ms-box-shadow: 10px 10px 5px #888888; -webkit-box-shadow: 10px 10px 5px #888888; } .amarillo { background-color: yellow; } .rojo { color: red; }

Related: See More


Questions / Comments: