HTML
<title>Les Génies en Informatique</title>
Les Génies en Informatique
Jean Dupont
Ce livre explore les contributions de différents génies en informatique à travers l'histoire. De Alan Turing à Ada Lovelace, découvrez les personnes qui ont révolutionné le monde de l'informatique.
Acheter Maintenant
© 2024 Les Éditions Informatiques. Tous droits réservés.
CSS
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header {
background: linear-gradient(135deg, #6b6b83, #444);
color: #fff;
padding: 1rem 0;
text-align: center;
}
h1 {
margin: 0;
font-weight: 700;
}
main {
max-width: 900px;
margin: 2rem auto;
padding: 2rem;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.book img {
max-width: 250px;
margin-right: 2rem;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book-details {
flex: 1;
}
h2 {
margin-top: 0;
font-weight: 700;
color: #444;
}
p {
margin: 1rem 0;
color: #555;
}
button {
display: inline-block;
padding: 0.75rem 1.5rem;
color: #fff;
background: #6b6b83;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
font-size: 1rem;
transition: background 0.3s ease;
}
button:hover {
background: #444;
}
footer {
text-align: center;
padding: 1rem;
background: #6b6b83;
color: #fff;
position: absolute;
width: 100%;
bottom: 0;
}
HTML
<title>Les Génies en Informatique</title>Les Génies en Informatique
Jean Dupont
Ce livre explore les contributions de différents génies en informatique à travers l'histoire. De Alan Turing à Ada Lovelace, découvrez les personnes qui ont révolutionné le monde de l'informatique.
Acheter Maintenant© 2024 Les Éditions Informatiques. Tous droits réservés.
CSS
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
header {
background: linear-gradient(135deg, #6b6b83, #444);
color: #fff;
padding: 1rem 0;
text-align: center;
}
h1 {
margin: 0;
font-weight: 700;
}
main {
max-width: 900px;
margin: 2rem auto;
padding: 2rem;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.book img {
max-width: 250px;
margin-right: 2rem;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.book-details {
flex: 1;
}
h2 {
margin-top: 0;
font-weight: 700;
color: #444;
}
p {
margin: 1rem 0;
color: #555;
}
button {
display: inline-block;
padding: 0.75rem 1.5rem;
color: #fff;
background: #6b6b83;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
font-size: 1rem;
transition: background 0.3s ease;
}
button:hover {
background: #444;
}
footer {
text-align: center;
padding: 1rem;
background: #6b6b83;
color: #fff;
position: absolute;
width: 100%;
bottom: 0;
}