la page contact existe
This commit is contained in:
parent
ad47908aed
commit
374db08a13
34
styles/2000/contact.css
Normal file
34
styles/2000/contact.css
Normal 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;*/
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user