mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Styling pages WIP
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
.score {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem;
|
||||
.stats-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
gap: 2rem;
|
||||
padding: 1.5rem;
|
||||
|
||||
border-radius: 0.75rem;
|
||||
|
||||
background: var(--black);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user