Skip to content

Commit

Permalink
bot01.sh fez este upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zolppy committed Sep 18, 2023
1 parent a9f0dd8 commit 7561e2a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

29 changes: 24 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ body {
}

#status-container {
background-color: lightgreen;
color: var(--default-font-color);
background-color: var(--default-font-color);
font-weight: bold;
padding: 20px 10px;
margin-right: 7px;
line-height: 2rem;
Expand All @@ -45,11 +45,27 @@ body {
justify-content: center;
}

#score-container > i {
color: rgb(211, 6, 6);
}

#score-container,
#high-scores-container {
margin-bottom: 80px;
}

#first-place-container > i {
color: #CD7F32;
}

#second-place-container > i {
color: #C0C0C0;
}

#third-place-container > i {
color: #DB9370;
}

#score-container,
.high-score {
margin-top: 7px;
Expand All @@ -61,10 +77,9 @@ body {
/* 30px de tamanho de fonte para todos os ícones do Bootstrap Icons */
.bi {
font-size: 30px;
color: rgb(1, 66, 1);
}

button {
#toggle-mute-sound {
/* Deve ser um quadrado, para que seja aplicado o formato de círculo */
width: 44px;
height: 44px;
Expand All @@ -76,11 +91,15 @@ button {
background-color: transparent;
}

button:hover {
#toggle-mute-sound:hover {
cursor: pointer;
background-color: var(--hover-bg-color);
}

#sound-icon {
color: cyan;
}

#stage,
#status-container {
border-radius: 20px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<body>
<header>
<h1 id="title">SNAKE GAME v0.4.1.2</h1>
<h1 id="title">SNAKE GAME v0.4.1.3</h1>
</header>

<main>
Expand Down

0 comments on commit 7561e2a

Please sign in to comment.