mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-06-23 18:36:17 +00:00
:3
This commit is contained in:
parent
ec2453e918
commit
f78ba1dd7e
22 changed files with 1204 additions and 0 deletions
12
css/visitors.css
Normal file
12
css/visitors.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue