From 07851b6950c2aa0737e4c299520e683373266040 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 10:59:53 +0100 Subject: [PATCH 1/5] update --- index.html | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index e078571..0000000 --- a/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - PKM PARTY PLES - - - - - - - -
- sponzoři - foto pozvánka - odkaz na událost -
- - From 8de877fd6a1b7bf6cfeb994f76f40840bb8be06f Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 11:00:35 +0100 Subject: [PATCH 2/5] update --- index.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e078571 --- /dev/null +++ b/index.html @@ -0,0 +1,41 @@ + + + + + + + + + + + PKM PARTY PLES + + + + + + + + + + From df62f08f9ca151c5edcb30f26d493dd71c038b16 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 11:02:09 +0100 Subject: [PATCH 3/5] update --- css/styles.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 8b3110b..8e5f304 100644 --- a/css/styles.css +++ b/css/styles.css @@ -17,7 +17,7 @@ body { min-height: 100vh; font-family: 'Source Code Pro', monospace; } -.content{ +.ccontent{ display: flex; justify-content: center; align-items: center; @@ -37,4 +37,4 @@ body { color: #161340; font-weight: bold; font-size: 1.5rem; -} \ No newline at end of file +} diff --git a/index.html b/index.html index e078571..8f69072 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ -
+
sponzoři foto pozvánka odkaz na událost From 15e5eee88044200643dd46fe0bfc2227db95d6b5 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 11:05:24 +0100 Subject: [PATCH 4/5] update --- css/styles.css | 40 ---------------------------------------- index.html | 2 +- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 css/styles.css diff --git a/css/styles.css b/css/styles.css deleted file mode 100644 index 8e5f304..0000000 --- a/css/styles.css +++ /dev/null @@ -1,40 +0,0 @@ -* { - box-sizing: border-box; - padding: 0; - margin: 0; -} - -.red { - color: #e63946; -} - -body { - background-color: #FFF7E1; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - min-height: 100vh; - font-family: 'Source Code Pro', monospace; -} -.ccontent{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - gap: 5rem; -} -.img_1 { - height: 2.5rem; -} -.img_2 { - height: 25rem; -} -/* .udalost:hover { - text-decoration: line-through; -} */ -.udalost { - color: #161340; - font-weight: bold; - font-size: 1.5rem; -} diff --git a/index.html b/index.html index 8f69072..b6c832f 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ PKM PARTY PLES - + From 1aa95bb1a5f35cf92efbb161d95e61a2ebc28869 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 31 Oct 2022 11:06:44 +0100 Subject: [PATCH 5/5] update --- css/styles_v1.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 css/styles_v1.css diff --git a/css/styles_v1.css b/css/styles_v1.css new file mode 100644 index 0000000..8e5f304 --- /dev/null +++ b/css/styles_v1.css @@ -0,0 +1,40 @@ +* { + box-sizing: border-box; + padding: 0; + margin: 0; +} + +.red { + color: #e63946; +} + +body { + background-color: #FFF7E1; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + min-height: 100vh; + font-family: 'Source Code Pro', monospace; +} +.ccontent{ + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + gap: 5rem; +} +.img_1 { + height: 2.5rem; +} +.img_2 { + height: 25rem; +} +/* .udalost:hover { + text-decoration: line-through; +} */ +.udalost { + color: #161340; + font-weight: bold; + font-size: 1.5rem; +}