Update 2 files
- /html/compte.php - /html/src/css/style.css
This commit is contained in:
parent
533290bb45
commit
f7f4e3360f
@ -138,7 +138,7 @@ if($resultat) {
|
|||||||
$req->bindParam(":user_id", $user_id);
|
$req->bindParam(":user_id", $user_id);
|
||||||
$req->execute();
|
$req->execute();
|
||||||
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
|
||||||
echo "<h1>Articles de " . $user_display_name . "</h1>";
|
echo "<h1>Vos articles</h1>";
|
||||||
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
|
echo "<form action='' method='get'><input type='text' placeholder='Article' name='search'><input type='submit' value='Rechercher'></form>";
|
||||||
|
|
||||||
if ($resultat) {
|
if ($resultat) {
|
||||||
|
@ -186,7 +186,7 @@ a {
|
|||||||
height: 10em;
|
height: 10em;
|
||||||
border-radius: 10em;
|
border-radius: 10em;
|
||||||
transform: translate(0, -60%);
|
transform: translate(0, -60%);
|
||||||
border: 5px solid var(--background);
|
border: 5px solid var(--banner-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-profile .user-pp {
|
.user-profile .user-pp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user