Skip to content

Commit

Permalink
Sólo faltan los .MD y gozar B)
Browse files Browse the repository at this point in the history
  • Loading branch information
CritickalGames committed Apr 10, 2024
1 parent 1845f6b commit c2bd1ea
Show file tree
Hide file tree
Showing 14 changed files with 779 additions and 683 deletions.
23 changes: 23 additions & 0 deletions critickalnihongo/CSS/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,26 @@ table{
margin-left: 20px;
margin-right: 20px;
}

.idioma{
width: 100px;
height: 50px;
}

.custom-select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-color: #e9ecef; /* Color de fondo */
border: 1px solid #6c757d; /* Borde */
padding: 10px; /* Espaciado interno */
width: 200px; /* Ancho del select */
font-size: 16px; /* Tamaño de fuente */
border-radius: 8px; /* Borde redondeado */
outline: none; /* Eliminar el borde de enfoque */
}

/* Estilo para las opciones del select */
.custom-select option {
padding: 10px; /* Espaciado interno */
}
11 changes: 0 additions & 11 deletions critickalnihongo/botones_json/jp/btn_clases.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"idiomas":[
"filas":[
["Español","es"],
["Ingles","in"],
["Frances", "fr"]
Expand Down
5 changes: 5 additions & 0 deletions critickalnihongo/clases/es/btn_cursos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"filas":[
["Japones","jp"]
]
}
11 changes: 11 additions & 0 deletions critickalnihongo/clases/es/jp/btn_clases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"filas":[
["clase 1","es_jp1"],
["clase 2","es_jp2"],
["clase 3","es_jp3"],
["calse 4", "es_jp4"],
["calse 4.1", "es_jp4_1"],
["calse 4.2", "es_jp4_2"],
["calse 4.3", "es_jp4_3"]
]
}
218 changes: 0 additions & 218 deletions critickalnihongo/documento.md

This file was deleted.

Loading

0 comments on commit c2bd1ea

Please sign in to comment.