File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,21 @@ <h3>Aguardando seleção...</h3>
3232 </ div >
3333 </ div >
3434
35- < section class ="card " style ="margin-top: 30px; ">
36- < h2 style ="margin-bottom: 20px; "> Desafios Disponíveis</ h2 >
37- < div style ="display: flex; gap: 15px; flex-wrap: wrap; ">
38- < button onclick ="verAula(1) " class ="btn-lesson "> Nível 1: Variáveis</ button >
39- < button onclick ="verAula(2) " class ="btn-lesson "> Nível 2: Funções</ button >
40- < button onclick ="verAula(3) " class ="btn-lesson "> Nível 3: Condicionais</ button >
41- </ div >
42- </ section >
35+ < section class ="card " style ="margin-top: 30px; ">
36+ < h2 style ="margin-bottom: 20px; "> Desafios Disponíveis</ h2 >
37+ < div style ="display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; ">
38+ < button onclick ="verAula(1) " class ="btn-lesson "> 01. Variáveis</ button >
39+ < button onclick ="verAula(2) " class ="btn-lesson "> 02. Funções</ button >
40+ < button onclick ="verAula(3) " class ="btn-lesson "> 03. Condicionais</ button >
41+ < button onclick ="verAula(4) " class ="btn-lesson "> 04. Matemática</ button >
42+ < button onclick ="verAula(5) " class ="btn-lesson "> 05. Listas (Arrays)</ button >
43+ < button onclick ="verAula(6) " class ="btn-lesson "> 06. Repetição (Loops)</ button >
44+ < button onclick ="verAula(7) " class ="btn-lesson "> 07. Objetos</ button >
45+ < button onclick ="verAula(8) " class ="btn-lesson "> 08. Eventos</ button >
46+ < button onclick ="verAula(9) " class ="btn-lesson "> 09. Arrow Functions</ button >
47+ < button onclick ="verAula(10) " class ="btn-lesson "> 10. Strings</ button >
48+ </ div >
49+ </ section >
4350
4451 </ main >
4552
You can’t perform that action at this time.
0 commit comments