From d1f41705e8642c49a54445beb43f1e3d44463c9c Mon Sep 17 00:00:00 2001 From: Adam Sramek Date: Wed, 15 May 2024 20:20:13 +0200 Subject: [PATCH] update --- stranky/Formular.html | 47 +++++++++++++++++++++++++++++++++++++++++++ styly/Formular.css | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 stranky/Formular.html create mode 100644 styly/Formular.css 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GameCode
Grand Theft Auto VGTA5
Grand Theft Auto VGTA5
Grand Theft Auto VGTA5
Grand Theft Auto VGTA5
FortniteFTN
League of LegendsLOL
Grand Theft Auto VGTA5
Grand Theft Auto VGTA5
Grand Theft Auto VGTA5
\ 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; +}