site_web_karafon/karafon_style.css
2024-06-19 16:53:41 +02:00

64 lines
930 B
CSS

html {
font-family: Arial, Helvetica, sans-serif;
}
header {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(40,140,180);
padding: 20px;
text-align: center;
}
body{
margin-top: 0%;
background-color: rgb(250, 250, 200);
}
img{
position: static;
}
input[type=button] {
display: inline-block;
bottom: 10px;
font-weight: bold;
background-color: rgb(250, 250, 200);
border-radius: 4px;
width: 150px;
padding: 7px;
cursor:pointer;
}
.centrer{
text-align: center;
}
.buttons{
text-align: center;
display: flex;
align-items: flex-end;
box-sizing: border-box;
gap: 10px;
}
.title {
text-align: center;
}
.corps{
margin-top: 5%;
}
.encours > input[type=button]{
background-color: rgb(189, 191, 145);
}
#texte-intro{
text-align: center;
margin-left: 20%;
margin-right: 20%;
}