projet-clicodrome/css/t6.css
2024-11-21 11:57:56 +01:00

46 lines
720 B
CSS

/* t6.css - XHTML 4.01 */
body {
font-family: 'Verdana', sans-serif;
background-color: #ffffff;
color: #2c3e50;
margin: 0;
padding: 60px;
}
h1, h2, h3 {
color: #9b59b6;
text-align: left;
margin-bottom: 30px;
}
button {
padding: 18px 35px;
border: none;
background-color: #9b59b6;
color: white;
cursor: pointer;
border-radius: 5px;
font-size: 18px;
}
button:hover {
background-color: #8e44ad;
}
img {
max-width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
table {
width: 100%;
border-collapse: collapse;
}
td, th {
padding: 18px;
text-align: left;
border: 1px solid #ddd;
}