Files
groupe1cir1n.github.io/src/css/style_projets.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;
}