Skip to content

Commit

Permalink
actualización gral
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasger78 committed Apr 5, 2024
1 parent 4071e12 commit 0d9d9f0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
8 changes: 3 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ footer{
z-index: 999;
}
.container-footer{
width: 1140px;
width: 100%;
margin: auto;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -732,11 +732,9 @@ h3{
@media (max-width: 768px) {
.container-footer {
margin-right: 0px;
padding-top: 50px;
display:block;
padding-top: 50px;
flex-direction: column;
align-items: center;
padding-right: 70%;
align-items: center;
}

.footer-content {
Expand Down
35 changes: 35 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/login.css">
<link rel="stylesheet" href="css/cartas.css">
</head>
<body>
<section class="materiales-gallery">
<div class="gallery form">
<div class=content-gallery>
<h2>Login</h2>
<form class="form-text form-content" action="https://lucasger78.github.io/CaC/users.html" method="POST">
<label for="fname"></label>Nombre: </label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Contraseña:</label>
<input type="password" id="lname" name="lname"><br><br>
<input class="btn btn-danger" type=submit value="Enviar"><br><br>
</form>
</div>
</div>
</section>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="gallery form">
<div class="content-gallery">

<form class="form-text form-content" action="Link" method="POST">
<form class="form-text form-content" action="https://lucasger78.github.io/CaC/users.html" method="POST">
<label for="fname">Nombre:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Contraseña:</label>
Expand Down

0 comments on commit 0d9d9f0

Please sign in to comment.