mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
It works?
This commit is contained in:
20
style.css
20
style.css
@@ -4,6 +4,26 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
.activ{
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.item{
|
||||
border: red solid 2px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 1rem;
|
||||
margin: .5rem;
|
||||
gap: 10px;
|
||||
background: #222222cc;
|
||||
}
|
||||
Reference in New Issue
Block a user