projet-clicodrome/css/t7.css
2024-12-10 15:01:12 +01:00

58 lines
No EOL
915 B
CSS

/* t7.css - XHTML 1.0 */
body {
font-family: 'Segoe UI', serif;
background-color: #ecf0f1;
color: #34495e;
margin: 0;
padding: 70px;
}
output {
font-size: 30px;
}
button {
padding: 15px 30px;
border: 2px solid #e74c3c;
background-color: white;
color: #e74c3c;
cursor: pointer;
border-radius: 25px;
font-size: 20px;
transition: transform 0.2s ease;
}
button:hover {
transform: scale(1.1);
background-color: #e74c3c;
color: white;
}
img {
max-width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
table {
width: 100%;
border-collapse: collapse;
border: 2px solid #ff9900;
}
td, th {
padding: 20px;
text-align: left;
border: 1px solid #ff9900;
}
table.table_magasin{
width: 150px;
padding: 12px;
margin-top: 10px;
margin-bottom: 10px;
}