site_web_karafon/karafon_style.css

53 lines
747 B
CSS
Raw Normal View History

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;
}
2024-06-19 10:53:57 +00:00
.buttons{
text-align: center;
display: flex;
align-items: flex-end;
box-sizing: border-box;
gap: 10px;
}
.title {
text-align: center;
}
p {
font-weight: bold;
}
img{
position: static;
}
input[type=button] {
display: inline-block;
bottom: 10px;
font-weight: bold;
background-color: rgb(244, 243, 150);
border-radius: 4px;
width: 150px;
padding: 7px;
cursor:pointer;
}
2024-06-19 10:53:57 +00:00
.centrer{
text-align: center;
}
#festival_karafon {
align-self: flex-start;
}