mirror of
https://github.com/Fluffy-Bean/GameExpo.git
synced 2025-05-29 06:43:12 +00:00
:3
This commit is contained in:
parent
ec2453e918
commit
f78ba1dd7e
22 changed files with 1204 additions and 0 deletions
32
css/activities.css
Normal file
32
css/activities.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
.activities {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.activities div {
|
||||
margin: 0.5em 0;
|
||||
padding: 1em;
|
||||
|
||||
border-radius: var(--rad);
|
||||
}
|
||||
.activities div p,
|
||||
.activities div h3 {
|
||||
text-align: left;
|
||||
|
||||
color: var(--fg-dark);
|
||||
}
|
||||
.activities div:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
.activities div:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#showcase {
|
||||
background-color: var(--dv8-orange);
|
||||
}
|
||||
#demo {
|
||||
background-color: var(--dv8-cyan);
|
||||
}
|
||||
#more {
|
||||
background-color: var(--dv8-yellow);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue