diff --git a/php/najwazniejsze_daty/index.php b/php/najwazniejsze_daty/index.php index e188f5f..a2c3987 100644 --- a/php/najwazniejsze_daty/index.php +++ b/php/najwazniejsze_daty/index.php @@ -11,7 +11,14 @@

Najważniejsze daty w historii Polski

+
+
+
+ +
+
\ No newline at end of file diff --git a/php/najwazniejsze_daty/page1.php b/php/najwazniejsze_daty/page1.php new file mode 100644 index 0000000..d7ff6a5 --- /dev/null +++ b/php/najwazniejsze_daty/page1.php @@ -0,0 +1,30 @@ + + + + + + Najważniejsze Daty Polski + + + + + +
+
+
+

UCHWALENIE KONSTYTUCJI 3 MAJA

+ 1788
+ 1791
+ 1794
+ 1793
+
+ +
+
+
+ + \ No newline at end of file diff --git a/php/najwazniejsze_daty/style.css b/php/najwazniejsze_daty/style.css index e69de29..220cec5 100644 --- a/php/najwazniejsze_daty/style.css +++ b/php/najwazniejsze_daty/style.css @@ -0,0 +1,77 @@ +body { + margin: 0px; + background-color: darkgray; +} + +.menu-lewy, .menu-prawy { + float: left; + border-bottom: 1px solid black; + height: 200px; + background-color: gray; +} + +.menu-lewy { + width: 70%; + text-align: center; + color: white; +} + +.menu-lewy h1 { + margin-top: 70px; + font-size: 64px; +} + +.menu-prawy { + width: 30%; + justify-content: left; +} + +.content { + clear: both; + width: 500px; + height: 500px; + transform: translate(-50%, -50%); + position: absolute; + left: 50%; + top: 50%; + border: 1.5px solid black; + border-radius: 25px; + background-color: gray; +} + +.content form { + text-align: center; + margin-top: 30%; + color: white; +} + +.content h3 { + color: white; +} + +.start { + margin-top: 12%; + padding: 25px; + border-radius: 25px; + transition: 0.5s; +} + +.start:hover { + background-color: darkgray; + transition: 0.5s; +} + +.next { + padding: 10px; + border-radius: 15px; + transition: 0.5s; +} + +.next:hover { + background-color: darkgray; + transition: 0.5s; +} + +.content span { + font-size: 20px; +} \ No newline at end of file