Skip to content

Commit

Permalink
Change inputs border color
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueSalazaku committed Oct 17, 2023
1 parent b282451 commit 71fd114
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions contactStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@ body {
}

img {
width: 300px;
height: 300px;
width: 200px;
height: 200px;
padding: 50px;
padding-left: 60px;
}

.head1 {
padding: 40px;
position: relative; top: 300px;
position: relative; left: 70px;
position: relative; top: 100px;
position: relative; left: 300px;
width: auto;
color: #E96667;
}

h1{
order: -1;
align-items: center;

}
Expand All @@ -36,16 +38,18 @@ h1{
height: auto;
width: 100%;
display: inline-flex;
position: relative; top: 250px;
position: relative; top: 100px;
position: relative; left: 100px;
justify-content: center;
align-items: center;
background-color: bisque;
}

form {
width: auto;
padding: 20px;
justify-self: center;
align-items: flex-end;
align-items: center;

}

Expand All @@ -58,11 +62,13 @@ input {
padding: 20px;
width: 300px;
border: hidden;
border-bottom: 2px solid black;
border-bottom: 2px solid #E96667;
outline: none;
background-color: none;
align-items: baseline;
background-color: #EFF1E4;
justify-content: center;
align-items: center;

background-color: bisque;
}

.input1, .input2, .input3{
Expand Down Expand Up @@ -98,24 +104,25 @@ button {
width: 200px;
height: 55px;
border-radius: 100px;
border: none;
position: relative; left: 50px;
background-color: black;
background-color: #E96667;
color: beige;

}

.maps-card {
width: 25%;
padding: 20px;
background-color: rgb(255, 255, 255);
background-color: #EFF1E4;
display: inline-flex;
justify-content: center;
align-items: center;
}

iframe {
width: 450px;
height: 500px;
width: auto 450px;
height: auto 500px;
justify-content: center;
align-items: center;
}
Expand All @@ -126,6 +133,7 @@ iframe {
height: 100px;
width: 100%;
background-color: white;
color: #E96667;
position: relative; bottom: -340px;
padding: 50px;

Expand Down

0 comments on commit 71fd114

Please sign in to comment.