Ajout des logos des hackerspaces participants
This commit is contained in:
parent
5245eb1aae
commit
6e7a0042d8
6 changed files with 62 additions and 0 deletions
29
css/home.css
29
css/home.css
|
|
@ -21,6 +21,15 @@ main h2 {
|
|||
font-size: clamp(2.5em, 5vw, 4em);
|
||||
}
|
||||
|
||||
main h3 {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
font-size: clamp(2em, 4vw, 4em);
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
||||
main p {
|
||||
margin: 1%;
|
||||
padding: 1%;
|
||||
|
|
@ -29,6 +38,7 @@ main p {
|
|||
/* border: solid 1px; */
|
||||
opacity: 0.92;
|
||||
display: inline-block;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
@ -41,3 +51,22 @@ section {
|
|||
columns: 560px;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 7em ;
|
||||
padding: 0.2em;
|
||||
background-color:rgba(99, 99, 99, 0.2);
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
margin: 1em;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#participants {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 200px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue