Skip to content

Commit

Permalink
Cambios de estilos en formularios
Browse files Browse the repository at this point in the history
  • Loading branch information
guzgoldman committed May 15, 2024
1 parent d9a6322 commit 112cc29
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ header{
.search{
position: relative;
height: 40px;
width: 90%;
width: 95%;
}

.search input{
Expand Down Expand Up @@ -79,6 +79,7 @@ header{
.user a{
position: relative;
font-weight: 700;
text-decoration: none;
}

.user a:hover {
Expand Down Expand Up @@ -169,6 +170,10 @@ footer {
margin-bottom: 5px;
}

.footer-section ul li a {
text-decoration: none;
}

.footer-section ul li a:hover {
text-decoration: underline;
}
Expand All @@ -195,7 +200,7 @@ footer {
.login {
display: flex;
justify-content: center;
padding: 2rem 0;
padding: 3rem 0;
}

form .container {
Expand All @@ -204,9 +209,9 @@ form .container {
}

form {
border: 4px solid black;
border-radius: 40px;
width: 320px;
background-color: lightgray;
box-shadow: 1px 1px 5px 5px gray;
width: 330px;
padding: 4rem 2rem;
}

Expand All @@ -216,7 +221,13 @@ label {

input {
margin-bottom: 0.5rem;
height: 1.4rem;
height: 1.8rem;
border-radius: 12px;
}

input::placeholder {
font-size: 0.97rem;
padding: 0 0.2rem;
}

.password {
Expand Down

0 comments on commit 112cc29

Please sign in to comment.