ajout photos + début contenu acceuil
This commit is contained in:
@@ -2,5 +2,10 @@ h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main p{
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
40
assets/css/home.css
Normal file
40
assets/css/home.css
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
main{
|
||||
padding: 80px;
|
||||
}
|
||||
|
||||
main h1 {
|
||||
padding: 20px;
|
||||
font-size: 30px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main p {
|
||||
font-size: 20px;
|
||||
max-width: 1200px;
|
||||
font-family:"system-ui";
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main a {
|
||||
font-size: 20px;
|
||||
color : #00E6FF;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.bande {
|
||||
text-align: center;
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.bande img {
|
||||
padding : 25px;
|
||||
}
|
||||
|
||||
.bande ul {
|
||||
display: inline-block
|
||||
}
|
||||
|
||||
.bande li {
|
||||
display: inline
|
||||
}
|
||||
Reference in New Issue
Block a user