Merge branch 'master' of https://codefirst.iut.uca.fr/git/nathan.boileau/Scripted
commit
a0be78bfc2
@ -1,3 +1,17 @@
|
||||
.hidden{
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
body{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-around;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
|
||||
div{
|
||||
height: 250px;
|
||||
width: 250px;
|
||||
}
|
Loading…
Reference in new issue