maj style html

This commit is contained in:
Yacine31
2025-04-16 19:49:46 +02:00
parent a2f09f1275
commit c143a4d25d
4 changed files with 148 additions and 18 deletions

View File

@@ -2,8 +2,44 @@
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Synthèse des bases de données</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 min-h-screen flex items-center justify-center p-10">
<title>Rapport Oracle</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9f9f9;
padding: 20px;
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
th, td {
padding: 12px 15px;
border: 1px solid #ddd;
text-align: left;
}
th {
background-color: #4CAF50;
color: white;
}
tr:hover {
background-color: #f1f1f1;
cursor: pointer;
}
tr.selected {
background-color: #d1eaff !important;
}
</style>
</head>
<body>
<h2>Rapport Oracle</h2>