- Fix arrow left profil
This commit is contained in:
Misthaa
2024-10-01 02:35:09 +02:00
parent 3ed6224d5c
commit 985920d1f6
5 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<div id="cross-profil"><span>&larr;</span></div>
<img id="cross-profil" src="/static/img/profilPage/back.svg"></img>
<div id="profil">
<div class="container">
<!-- Profile Section -->

View File

@ -11,7 +11,7 @@
</div>
<div class="popup-background-delete" id="popup-background-delete">
<div class="popup-delete">
<h1>Are you sure you want to delete tour account ?</h1>
<h1>Are you sure you want to delete your account ?</h1>
<input type="text" id="username-delete" placeholder="Username">
<button class="delete-btn" id="deleteButton">Delete the account</button>
</div>

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="white" d="M11.03 8.53a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 1 0 1.06-1.06l-2.72-2.72H18a.75.75 0 0 0 0-1.5H8.31z"/></svg>

After

Width:  |  Height:  |  Size: 241 B

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
HostUrl=about:internet

View File

@ -19,9 +19,10 @@
#cross-profil{
color: white;
position: absolute;
font-size: 64px;
top: 40px;
top: 45px;
left: 40px;
width: 80px;
height: 80px;
}
#profil .container {