mirror of
https://github.com/groupe1cir1n/groupe1cir1n.github.io.git
synced 2026-01-18 16:37:32 +01:00
31 lines
418 B
CSS
31 lines
418 B
CSS
body{
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
h1{
|
|
margin-left: 2em;
|
|
font-size: 32px;
|
|
}
|
|
|
|
h2{
|
|
margin-left: 1em;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.projet{
|
|
margin-left: 7em;
|
|
margin-right: 7em;
|
|
background-color: #D9D9D9;
|
|
padding-left: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
.imgpprojet{
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
img{
|
|
width: 250px;
|
|
height: 100px;
|
|
} |