site_web_karafon/karafon_style.css
2024-06-19 11:47:28 +02:00

22 lines
264 B
CSS

html {
font-family: Arial, Helvetica, sans-serif;
}
header {
background-color: rgb(39, 140, 180);
padding: 2px;
width: 100%;
position : fixed;
}
p {
font-weight: bold;
}
img{
position: static;
}
.centrer{
text-align: center;
}