diff --git a/Zadanie 14.12.2022/index.php b/Zadanie 14.12.2022/index.php index 007ef40..a91d050 100644 --- a/Zadanie 14.12.2022/index.php +++ b/Zadanie 14.12.2022/index.php @@ -16,14 +16,15 @@ th { background-color: burlywood; - border: 1px dotted black; + border: 1px dashed black; padding: 5px; } td { - border: 1px dotted black; + border: 1px dashed black; padding: 5px; text-align: center; + vertical-align: center; } diff --git a/Zadanie 21.12.2022/index.php b/Zadanie 21.12.2022/index.php new file mode 100644 index 0000000..4df03ae --- /dev/null +++ b/Zadanie 21.12.2022/index.php @@ -0,0 +1,26 @@ + + + + + + + Kalendarz + + + + + " . $i . ""; + $z=$i%7; + if ($z=0){ + echo ""; + } + } + ?> + +
+ + \ No newline at end of file