Initial commit - mini cms final

This commit is contained in:
Aya Tess tess
2025-11-03 21:53:58 +01:00
parent a366336dc1
commit a01f620ef9
14 changed files with 422 additions and 197 deletions

View File

@@ -1,4 +1,4 @@
/* 🎨 — Thème global rose/orangé élégant */
body {
font-family: "Poppins", sans-serif;
background: #fffafc;
@@ -7,7 +7,7 @@ body {
padding: 0;
}
/* 🌟 — En-tête du site */
header {
background: linear-gradient(90deg, #ffa45b, #ff6fa7);
color: white;
@@ -26,7 +26,7 @@ header a:hover {
text-decoration: underline;
}
/* 👤 — Auteur dans la liste darticles */
.article-meta {
display: flex;
align-items: center;
@@ -51,7 +51,7 @@ header a:hover {
text-decoration: underline;
}
/* 🧍‍♀️ — Page de profil publique (profile_view.php) */
.profile-view {
max-width: 900px;
margin: 60px auto;
@@ -91,7 +91,7 @@ header a:hover {
margin-top: 5px;
}
/* 📰 — Articles de lauteur */
.user-articles h3 {
color: #ff6fa7;
margin-bottom: 15px;
@@ -140,7 +140,7 @@ header a:hover {
opacity: 0.9;
}
/* 📱 — Responsive */
@media (max-width: 768px) {
header {
flex-direction: column;