Compare commits
No commits in common. "fe8116dc09b932987c4a36c78d319a707b977d6b" and "e31755c75628953059e11b97a6b11855868ffa4f" have entirely different histories.
fe8116dc09
...
e31755c756
1 changed files with 0 additions and 25 deletions
|
@ -87,28 +87,3 @@ a:hover {
|
|||
.grid-2 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.contact-form{
|
||||
position:relative;
|
||||
width:75%;
|
||||
left:50%;
|
||||
transform:translate(-50% , 0%);
|
||||
border:2px black solid;
|
||||
padding:2px;
|
||||
display:flex;
|
||||
flex-direction:column
|
||||
}
|
||||
.contact-form button{
|
||||
background-color:green;
|
||||
padding:5px;
|
||||
color:white;
|
||||
border-radius:2px;
|
||||
}
|
||||
.contact-form input {
|
||||
width:100%;
|
||||
border:black solid 1px;
|
||||
color:black;
|
||||
height:20px;
|
||||
}
|
||||
.contact-form textarea{
|
||||
resize:vertical;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue