mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🍝🎂 Checkpoint
./index.html:18108132/428 ./style.css:18108132/799
This commit is contained in:
parent
c6d928123b
commit
22fc5d7a1f
1 changed files with 8 additions and 11 deletions
19
style.css
19
style.css
|
|
@ -92,10 +92,6 @@ h2{
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.user-scores {
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
|
||||
.choose-username {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -207,16 +203,17 @@ strong {
|
|||
text-shadow: 0 3px 2px hsla(208, 80%, 45%, 1);
|
||||
}
|
||||
|
||||
|
||||
.user-scores .score-title {
|
||||
color: hsla(208, 80%, 60%, 1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.user-scores {
|
||||
transform: skew(0deg, -2deg);
|
||||
text-align: center;
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
|
||||
|
||||
.user-scores h2 {
|
||||
color: hsla(208, 80%, 60%, 1);
|
||||
}
|
||||
|
||||
|
||||
.ribbon-tail {
|
||||
position: absolute;
|
||||
right: 9px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue