"INDEX"
Bootstrap 3.3.0 Snippet by Halam

<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 html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>INDEX</title> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <!-- Custom Fonts --> <link href='https://fonts.googleapis.com/css?family=Mrs+Sheppards%7CDosis:300,400,700%7COpen+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800;' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css"> <!-- Plugin CSS --> <link rel="stylesheet" href="css/animate.min.css" type="text/css"> <!-- Custom CSS --> <link rel="stylesheet" href="css/style.css" type="text/css"> </head> <body id="page-top"> <nav id="mainNav" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <center> <div class="navbar-header"> <a href="#"><img class="logo" src="logo.jpg" alt="logoUnellez"> </a> </div> <h1> Universidad Nacional Experimental<br> De Los Llanos Occidentales<br> Ezequiel Zamora<br> U.N.E.L.L.E.Z. </h1> </center> </div> </nav> <div id="carousel-example-generic" class="carousel intro slide"> <div class="item active" style="background-image:url(discapacidad.jpg)"> </div> <div class="carousel-caption mio"> <form action="login.php" method="POST" id="usuario"> <div class="form-group has-feedback"> <input type="text" name="user" id='user' class="form-control" placeholder="Usuario" autofocus required> <span class="glyphicon glyphicon-user form-control-feedback"></span> </div> <div class="form-group has-feedback"> <input type="password" name="password" id='password' class="form-control" placeholder="Contraseña" required> <span class="glyphicon glyphicon-lock form-control-feedback"></span> </div> <div class="row"> <div class="col-xs-8"> <div class="checkbox icheck"> <label> <input type="checkbox"> Recordar </label> </div> </div> <!-- /.col --> <div class="col-xs-4"> <button type="submit" class="btn btn-primary btn-block btn-flat">Ingresar</button> </div> <!-- /.col --> </div> </form></div> </div> <center> <p style="margin-bottom:20px;"> © 2017 Autor </p> </center> </body> </html>
h1 { font-family: "Helvetica Neue"; font-size: 25px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 20px; color: white; } h3 { font-family: "Helvetica Neue"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 14px; } p { font-family: "Helvetica Neue"; font-size: 20px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 20px; } blockquote { font-family: "Helvetica Neue"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 21px; } pre { font-family: "Helvetica Neue"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; line-height: 13px; } .logo { height: 80px; width: 100px; } .navbar-default { border: 0; background-color: rgb(120, 111, 255); box-shadow: 0 1px 0px rgba(0, 0, 0, 0.03); } .imgDisc { height: 500px; width: 900px; } .carousel-caption { right: 3%; left: 55%; padding-bottom: 30px; }

Related: See More


Questions / Comments: