mirror of
https://github.com/FranP-code/Login-Form.git
synced 2025-10-12 23:52:47 +00:00
Logica y conexion con la base de datos hecha
This commit is contained in:
14
styles.css
14
styles.css
@@ -85,6 +85,20 @@ input:focus {
|
||||
width: 421px !important;
|
||||
background-color: rgb(175, 166, 150);
|
||||
border: 1px rgb(114, 100, 96) solid;
|
||||
transition:background-color ease-in-out 0.3s;
|
||||
-webkit-transition:background-color ease-in-out 0.3s;
|
||||
-moz-transition:background-color ease-in-out 0.3s;
|
||||
-ms-transition:background-color ease-in-out 0.3s;
|
||||
-o-transition:background-color ease-in-out 0.3s;
|
||||
}
|
||||
|
||||
.submit:hover {
|
||||
background-color: rgb(233, 221, 201);
|
||||
transition:background-color ease-in-out 0.3s;
|
||||
-webkit-transition:background-color ease-in-out 0.3s;
|
||||
-moz-transition:background-color ease-in-out 0.3s;
|
||||
-ms-transition:background-color ease-in-out 0.3s;
|
||||
-o-transition:background-color ease-in-out 0.3s;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user