diff --git a/stranky/Formular.html b/stranky/Formular.html
new file mode 100644
index 0000000..1358b1f
--- /dev/null
+++ b/stranky/Formular.html
@@ -0,0 +1,47 @@
+
+
+
+ Game |
+ Code |
+
+
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Fortnite |
+ FTN |
+
+
+ League of Legends |
+ LOL |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+ Grand Theft Auto V |
+ GTA5 |
+
+
+
+
\ No newline at end of file
diff --git a/styly/Formular.css b/styly/Formular.css
new file mode 100644
index 0000000..f2579de
--- /dev/null
+++ b/styly/Formular.css
@@ -0,0 +1,38 @@
+body {
+ font-family: Arial, sans-serif;
+ background-color: #f4f4f4;
+}
+
+.container {
+ max-width: 600px;
+ margin: 0 auto;
+ padding: 20px;
+ background-color: #fff;
+ border-radius: 5px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+}
+
+h1 {
+ text-align: center;
+}
+
+table {
+ width: 100%;
+ border-collapse: collapse;
+ margin-top: 20px;
+}
+
+th, td {
+ padding: 8px;
+ border-bottom: 1px solid #ddd;
+ text-align: left;
+}
+
+th {
+ background-color: #007bff;
+ color: #fff;
+}
+
+tbody tr:nth-child(even) {
+ background-color: #f2f2f2;
+}