mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
Terminado el HTML y CSS de las paginas de ERROR y de SUCCESS. Añadida la pagina de Notion al proyecto
This commit is contained in:
15
styles.css
15
styles.css
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
background-color: #809DFF;
|
||||
background-color: #ffd780;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
user-select: none;
|
||||
|
||||
@@ -16,7 +16,7 @@ header {
|
||||
}
|
||||
|
||||
.header-home {
|
||||
background-color: #7236ff65;
|
||||
background-color: #368dff52;
|
||||
}
|
||||
|
||||
.header-login {
|
||||
@@ -39,7 +39,7 @@ header {
|
||||
}
|
||||
|
||||
.back-arrow:hover {
|
||||
animation: back-arrow-animation ease-in-out 0.5s infinite;
|
||||
animation: back-arrow-animation ease-in-out 0.5s infinite forwards;
|
||||
-webkit-animation: back-arrow-animation ease-in-out 0.5s infinite forwards;
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ input:focus {
|
||||
width: 800px;
|
||||
margin: 20px;
|
||||
text-align: center;
|
||||
background-color: #8ea8ff;
|
||||
background-color: #ffd780;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
-webkit-transition: background-color 0.3s ease-in-out;
|
||||
-moz-transition: background-color 0.3s ease-in-out;
|
||||
@@ -116,7 +116,7 @@ input:focus {
|
||||
}
|
||||
|
||||
.big-button:hover {
|
||||
background-color: #a1b7ff;
|
||||
background-color: #ffe2a3;
|
||||
transition: background-color 0.3s ease-in-out;
|
||||
-webkit-transition: background-color 0.3s ease-in-out;
|
||||
-moz-transition: background-color 0.3s ease-in-out;
|
||||
@@ -133,6 +133,11 @@ input:focus {
|
||||
-o-transform: translateY(2px);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: lighter;
|
||||
|
||||
}
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user