site_web_karafon/karafon_style.css
2024-06-20 14:04:42 +02:00

81 lines
1010 B
CSS

html {
font-family: Georgia, Verdana, sans-serif;
}
header {
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{
margin:2%;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
position:relative;
}
li {
display: inline;
}
li a {
color:rgb(250, 250, 200);
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
h1{
color:rgb(223, 56, 27);
margin-left: 22%;
margin-right: 22%;
}
.centrer{
text-align: center;
}
.title {
text-align: center;
}
.corps{
margin-top: 8%;
}
#texte-intro{
text-align: center;
margin-left: 20%;
margin-right: 20%;
}
#citi{
position:absolute;
left: 80%;
max-width: 3%;
}
#logo{
position:absolute;
left: 5%;
max-width:10%;
}
#collectif_karafon{
color: rgb(248, 248, 218);
}
#festival_itinerant{
color:rgb(248,248,218);
}