parent
dcf3410ae5
commit
da5a8db41f
@ -1,3 +1,17 @@
|
|||||||
.hidden{
|
.hidden{
|
||||||
visibility: 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