diff --git a/20240926/char_check.php b/20240926/char_check.php index 5b1a75e..09cd920 100644 --- a/20240926/char_check.php +++ b/20240926/char_check.php @@ -1,14 +1,18 @@ $value) { + echo "

".$_POST['input_char'].": $value

"; + } +} - echo $locations[0]; -} \ No newline at end of file diff --git a/20240926/elsolap.php b/20240926/elsolap.php index 16a386f..5767d10 100644 --- a/20240926/elsolap.php +++ b/20240926/elsolap.php @@ -1,3 +1,6 @@ +

@@ -6,4 +8,5 @@ Document + \ No newline at end of file diff --git a/20240926/index.php b/20240926/index.php index ef50bac..df27681 100644 --- a/20240926/index.php +++ b/20240926/index.php @@ -1,6 +1,5 @@

@@ -8,16 +7,18 @@

\ No newline at end of file diff --git a/20240926/input_check.php b/20240926/input_check.php index ef7f8bb..d240478 100644 --- a/20240926/input_check.php +++ b/20240926/input_check.php @@ -1,8 +1,8 @@ Nem szabad szóközt használni

"; } diff --git a/20240926/masodiklap.php b/20240926/masodiklap.php index 1959f54..c95ad0f 100644 --- a/20240926/masodiklap.php +++ b/20240926/masodiklap.php @@ -1,6 +1,3 @@ -

Adj meg egy karaktert!

diff --git a/20240926/style.css b/20240926/style.css new file mode 100644 index 0000000..ba76d7e --- /dev/null +++ b/20240926/style.css @@ -0,0 +1,16 @@ +body{ + background-color: chocolate; + color: blue; +} + +h1, h2, p, form{ + text-align: center; +} + +p{ + font-size: large; +} + +button{ + margin-top: 1rem; +} \ No newline at end of file