diff --git a/javascript/mozi.zip b/javascript/mozi.zip
new file mode 100644
index 0000000..b95504d
Binary files /dev/null and b/javascript/mozi.zip differ
diff --git a/javascript/mozi/index.html b/javascript/mozi/index.html
index 80156c5..7c1eb65 100644
--- a/javascript/mozi/index.html
+++ b/javascript/mozi/index.html
@@ -9,9 +9,9 @@
-
diff --git a/javascript/mozi/script.js b/javascript/mozi/script.js
index 7d99349..a7530c7 100644
--- a/javascript/mozi/script.js
+++ b/javascript/mozi/script.js
@@ -105,5 +105,5 @@ function legutobbiFoglalasVisszaMondas(){
ulohelyek[sor][szek] = 0;
}
szekek = null;
- legutobbiFoglalas = null;
+ legutobbiFoglalas = "";
}
\ No newline at end of file
diff --git a/javascript/mozi/style.css b/javascript/mozi/style.css
index 80a8eb1..a697b5b 100644
--- a/javascript/mozi/style.css
+++ b/javascript/mozi/style.css
@@ -12,8 +12,19 @@ nav{
width: 100%;
}
+
footer{
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center;
+ padding: 1%;
background-color: darkolivegreen;
+ font-size: 40px;
+}
+
+footer div{
+ margin-right: 6%;
}
.flex-container2{
@@ -21,7 +32,7 @@ footer{
/*background-color: yellow;*/
flex-direction: row;
flex-wrap: wrap;
- justify-content: end;
+ justify-content: center;
padding: 1%;
}
@@ -29,19 +40,24 @@ footer{
background-color: cadetblue;
/*width: 5%;*/
margin: 1%;
+ margin-right: 5%;
padding: 1%;
text-align: center;
font-size: 30px;
}
-.flex-container2 p{
- justify-content: flex-start;
- font-weight: 600;
- font-size: 30px;
- padding-top: 0.6%;
- line-height: 75px;
+#nev{
+ background-color: darkolivegreen;
+ /*width: 5%;*/
+ margin: 1%;
+ margin-right: 5%;
+ padding: 1%;
+ text-align: center;
+ font-size: 40px;
}
+
+
.flex-container {
display: flex;
width: 100%;