Koniec... na teraz

This commit is contained in:
Dark Steveneq
2025-09-22 20:37:28 +02:00
parent cccbf5ed3d
commit fed06b2f13
4 changed files with 317 additions and 279 deletions

View File

@@ -21,7 +21,7 @@ a:hover {
/* Tytułowe */
#tytul {
#ekrantytulowy {
display: inline-flex;
flex-direction: column;
justify-content: space-between;
@@ -40,12 +40,12 @@ a:hover {
);
}
#tytul div h1 {
#ekrantytulowy div h1 {
font-size: 96pt !important;
margin-top: 13rem;
}
#tytul div button {
#ekrantytulowy div button {
position: relative;
color: var(--colorText);
text-shadow: 1px 1px 2px var(--colorBase), 0 0 1px var(--colorBase), 0 0 0.2px var(--colorBase);
@@ -220,6 +220,7 @@ input[type="number"] {
}
#gra aside {
display: none;
border-radius: .3rem;
background: var(--colorBase);
position: fixed;
@@ -244,8 +245,12 @@ input[type="number"] {
margin: auto;
}
#gra td {
cursor: pointer;
}
#gra button {
width: 3rem;
width: 3.5rem;
height: 5rem;
}