We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4928b25 commit a497e46Copy full SHA for a497e46
index.html
@@ -12,8 +12,8 @@ <h1>SIMOC 2024</h1>
12
<h2>Jogos:
13
<ol>
14
<li><a href="1/1.html">Maths Warriors (Guerreiros da Matemática).</a></li>
15
- <li><a href="2/2.html">Math Mastermind (clique aqui).</a></li>
16
- <li><a href="3/3.html">Mind Sports Challenge (Desafio dos Esportes Mentais (em breve)).</a></li>
+ <li><a href="2/2.html">Math Mastermind.</a></li>
+ <li><a href="3/3.html">Mind Sports Challenge (Desafio dos Esportes Mentais).</a></li>
17
</ol>
18
</h2>
19
style.css
@@ -11,7 +11,9 @@ li {
11
margin-bottom: 10px;
}
-footer, a {
+a {color: rgb(255, 105, 105);}
+
+footer {
text-align: center;
color: rgb(255, 105, 105);
padding-top: 100px;
0 commit comments