Application agricole pour aider les agriculteurs maliens à suivre leur cultures, obtenir des conseils agricoles et accéder aux informations utiles
# agri-mali
Application agricole pour aider les agriculteurs maliens à suivre leur cultures, obtenir des conseils agricoles et accéder aux informations utiles
Agri Mali
body {
margin: 0;
font-family: Arial, sans-serif;
background: #f2f8f2;
color: #222;
}
header {
background: #16803a;
color: white;
text-align: center;
padding: 25px 15px;
}
header h1 {
margin: 0;
font-size: 32px;
}
header p {
margin-top: 8px;
}
.container {
max-width: 900px;
margin: auto;
padding: 20px;
}
.card {
background: white;
margin: 15px 0;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.card h2 {
color: #16803a;
}
button {
background: #16803a;
color: white;
border: none;
padding: 12px 18px;
border-radius: 8px;
font-size: 16px;
cursor: pointer;
}
button:hover {
background: #0d5c29;
}
input, select {
width: 100%;
padding: 12px;
margin: 8px 0 15px;
border: 1px solid #ccc;
border-radius: 7px;
box-sizing: border-box;
}
#resultat {
margin-top: 15px;
padding: 15px;
background: #e5f5e8;
border-radius: 8px;
display: none;
}
footer {
background: #16803a;
color: white;
text-align: center;