diff --git a/assets/css/tabliczka.css b/assets/css/tabliczka.css new file mode 100644 index 0000000..f33a9b9 --- /dev/null +++ b/assets/css/tabliczka.css @@ -0,0 +1,59 @@ +@font-face { + font-family: Monocraft; + src: url(/assets/fonts/Monocraft.otf); +} + +main { + display: flex; + flex-direction: column; + text-shadow: 2px 2px 5px #000; +} + +main * { + font-family: "Monocraft", sans-serif; + color: #ddd; + text-shadow: none; +} + +form { + margin: auto; + display: flex; + flex-direction: column; + gap: 3rem; + text-align: center; + width: 100%; + height: 32rem; +} + +textarea { + margin-inline: auto; + color: #000; + padding: 1rem; + text-align: center; + background: url(/assets/images/oak_planks.png); + background-size: 12.5vw 12.5vw; + image-rendering: pixelated; + overflow: hidden; + text-wrap: none; + font-size: 2vw; +} + +input { + margin-inline: auto; + padding-block: .5rem; + padding-inline: 1rem; + width: 24rem; + height: 2.5rem; + font-size: 16pt; + border: none; + border-radius: 0; + image-rendering: pixelated; + background-image: url(/assets/images/button.png); + background-size: 100% 100%; +} + +input:hover { + background-image: url(/assets/images/button_highlighted.png) !important; + background-size: 100% 100% !important; + color: #ddd !important; +} \ No newline at end of file diff --git a/assets/fonts/Monocraft.otf b/assets/fonts/Monocraft.otf new file mode 100644 index 0000000..4ee1dd3 Binary files /dev/null and b/assets/fonts/Monocraft.otf differ diff --git a/assets/images/button.png b/assets/images/button.png new file mode 100644 index 0000000..28a3269 Binary files /dev/null and b/assets/images/button.png differ diff --git a/assets/images/button_highlighted.png b/assets/images/button_highlighted.png new file mode 100644 index 0000000..47fa007 Binary files /dev/null and b/assets/images/button_highlighted.png differ diff --git a/assets/images/oak_planks.png b/assets/images/oak_planks.png new file mode 100644 index 0000000..571465f Binary files /dev/null and b/assets/images/oak_planks.png differ diff --git a/assets/js/nawigacja.js b/assets/js/nawigacja.js index 0f26e69..ebc6c1c 100644 --- a/assets/js/nawigacja.js +++ b/assets/js/nawigacja.js @@ -1,9 +1,8 @@ const nawigacjaLinki = [ { nazwa: "Tabele", link: "/tabele.html" }, { nazwa: "Grafika", link: "/grafika.html" }, - { nazwa: "JS. Zad. Warunkowe", link: "/js-warunkowe.html" }, - { nazwa: "JS. Pętle", link: "/js-petle.html" }, { nazwa: "Witalnia", link: "/witalnia.php" }, + { nazwa: "Tabliczka", link: "/tabliczka.php" }, ]; const stopkaLinki = [ [ @@ -29,6 +28,7 @@ const stopkaLinki = [ [ "PHP", { nazwa: "Witalnia", link: "/witalnia.php" }, + { nazwa: "Tabliczka", link: "/tabliczka.php" }, ], [ "Wszystko", diff --git a/tabliczka.php b/tabliczka.php new file mode 100644 index 0000000..ee9b00a --- /dev/null +++ b/tabliczka.php @@ -0,0 +1,34 @@ + + + + + + Witalnia - MaszToZadanieDomowe.com + + + + + + + + +
+
+
+

Enter sign text

+ + +
+
+ + + diff --git a/witalnia.php b/witalnia.php index fcaf18a..681c7fe 100644 --- a/witalnia.php +++ b/witalnia.php @@ -8,7 +8,6 @@ -