site_web_karafon/karafon_style.css

34 lines
465 B
CSS
Raw Normal View History

html {
font-family: Arial, Helvetica, sans-serif;
}
header {
background-color: rgb(39, 140, 180);
2024-06-19 10:53:57 +00:00
padding: 100px;
width: 100%;
2024-06-19 10:53:57 +00:00
height: auto;
position: relative;
top: 0;
left: 0;
/*z-index: 1000;
box-sizing: border-box; */
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
p {
font-weight: bold;
}
img{
position: static;
}
2024-06-19 10:53:57 +00:00
.centrer{
text-align: center;
}