la page contact existe

This commit is contained in:
Djalim Simaila 2021-11-20 19:03:03 +01:00
parent ad47908aed
commit 374db08a13

34
styles/2000/contact.css Normal file
View File

@ -0,0 +1,34 @@
#devs {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.profilsimg {
width: 15vw;
height: auto;
border-radius: 15px;
}
.contactprofile{
margin-top: 2rem;
margin-bottom: 2rem;
border: solid purple 2px;
border-radius: 15px;
padding: 1px;
}
.contactprofile a {
display: flex;
width: 500px;
/*justify-content: space-between;*/
flex-direction: row;
}
.contactprofile a p{
align-self: center;
margin-left: 2rem;
/* justify-content: center;*/
}