site_web_karafon/karafon_style.css

81 lines
1010 B
CSS
Raw Normal View History

html {
2024-06-20 12:04:42 +00:00
font-family: Georgia, Verdana, sans-serif;
}
header {
align-items: center;
background-color: rgb(40,140,180);
padding: 20px;
text-align: center;
}
2024-06-19 10:53:57 +00:00
2024-06-19 12:44:32 +00:00
body{
margin-top: 0%;
background-color: rgb(250, 250, 200);
}
img{
2024-06-20 12:04:42 +00:00
margin:2%;
}
2024-06-20 12:04:42 +00:00
ul {
list-style-type: none;
margin: 0;
padding: 0;
position:relative;
}
2024-06-19 10:53:57 +00:00
2024-06-20 12:04:42 +00:00
li {
display: inline;
}
li a {
color:rgb(250, 250, 200);
text-align: center;
2024-06-20 12:04:42 +00:00
padding: 14px 16px;
text-decoration: none;
}
h1{
color:rgb(223, 56, 27);
margin-left: 22%;
margin-right: 22%;
}
2024-06-20 12:04:42 +00:00
.centrer{
2024-06-19 12:44:32 +00:00
text-align: center;
}
.title {
text-align: center;
}
2024-06-19 12:44:32 +00:00
.corps{
2024-06-20 12:04:42 +00:00
margin-top: 8%;
2024-06-19 14:53:41 +00:00
}
#texte-intro{
text-align: center;
margin-left: 20%;
margin-right: 20%;
2024-06-20 12:04:42 +00:00
}
#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);
}