add button modify profile
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius:12px;
|
border-radius:12px;
|
||||||
|
margin-left: 33.3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ function ProfilePage() {
|
|||||||
<p><strong>Mail :</strong> mailpro@gmail.com</p>
|
<p><strong>Mail :</strong> mailpro@gmail.com</p>
|
||||||
<p><strong>Téléphone :</strong> 08 67 87 32 21</p>
|
<p><strong>Téléphone :</strong> 08 67 87 32 21</p>
|
||||||
</div>
|
</div>
|
||||||
|
<button href="/../UpdateProfile.jsx">M</button>
|
||||||
</div>
|
</div>
|
||||||
<h2>Vos Événements :</h2>
|
<h2>Vos Événements :</h2>
|
||||||
<Event
|
<Event
|
||||||
|
|||||||
@@ -118,6 +118,11 @@
|
|||||||
width:90%;
|
width:90%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.description button{
|
||||||
|
width:50px;
|
||||||
|
height:50px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* Desktop (1024px et plus) */
|
/* Desktop (1024px et plus) */
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user