This commit is contained in:
Michał Gdula 2022-06-01 00:43:07 +01:00
parent ec2453e918
commit f78ba1dd7e
22 changed files with 1204 additions and 0 deletions

12
css/visitors.css Normal file
View file

@ -0,0 +1,12 @@
#visitors div img {
max-width: 15em;
max-height: 15em;
}
#visitors div {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
}