This commit is contained in:
2021-04-16 01:49:20 +02:00
parent cad1c2f65a
commit 5047be7e4a
2 changed files with 35 additions and 0 deletions

View File

@@ -55,6 +55,31 @@ body{
.projects > :first-child{
margin-bottom: .5rem;
}
.contact{
display: flex;
flex-direction: column;
align-items: center;
}
.contact form{
display: flex;
flex-direction: column;
width: 30rem;
}
.contact form button{
margin-left: 10rem;
margin-right: 10rem;
padding-top: 1rem;
padding-bottom: 1rem;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.719);
font-size: 1rem;
cursor: pointer;
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.58);
}
.footer{
display: flex;
flex-direction: column;