mirror of
https://github.com/groupe1cir1n/groupe1cir1n.github.io.git
synced 2026-01-18 16:37:32 +01:00
21 lines
315 B
CSS
21 lines
315 B
CSS
body{
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
img{
|
|
width: auto;
|
|
height: 100px;
|
|
}
|
|
|
|
.main{
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 20px;
|
|
margin-left: 75px;
|
|
margin-right: 75px;
|
|
padding-top: 25px;
|
|
}
|
|
strong{
|
|
padding-bottom: 20px;
|
|
padding-top: 40px;
|
|
} |