From 56d208bbb5a9ac29dbab02559c790c5dda6c9f16 Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 18 Dec 2023 19:25:11 +0100 Subject: [PATCH] IG files --- 2024/call/call-ig.css | 26 +++++ 2024/call/call-ig.html | 259 +++++++++++++++++++++++++++++++++++++++++ 2024/call/call.css | 4 +- 3 files changed, 287 insertions(+), 2 deletions(-) create mode 100644 2024/call/call-ig.css create mode 100644 2024/call/call-ig.html diff --git a/2024/call/call-ig.css b/2024/call/call-ig.css new file mode 100644 index 0000000..c505b4f --- /dev/null +++ b/2024/call/call-ig.css @@ -0,0 +1,26 @@ +form{ + max-width: 800px; + min-width: 400px; +} + +fieldset{ + border: 1.5px solid black; +} + +select{ + text-align: center; + border: 1.3px solid black; + border-radius: 3px 3px; +} + +.questionmark{ + line-height: 28px; +} + + +body{ + display:flex; + flex-direction: column; + justify-content: center; + height:100vh; +} diff --git a/2024/call/call-ig.html b/2024/call/call-ig.html new file mode 100644 index 0000000..519f643 --- /dev/null +++ b/2024/call/call-ig.html @@ -0,0 +1,259 @@ + + + + + Apply? + + + + +
+
+
+ XPUB +
+ +
+
+
+
+ + + diff --git a/2024/call/call.css b/2024/call/call.css index fa44c82..abe97c7 100644 --- a/2024/call/call.css +++ b/2024/call/call.css @@ -84,12 +84,12 @@ div#rain1, div#rain2{ .drop{ position:absolute; top:-10px; - animation: falling 5.5s linear infinite; + animation: falling 19.5s linear infinite; pointer-events: all; } input.sinus{ - animation: sinus 5.5s ease-in-out infinite; + animation: sinus 19.5s ease-in-out infinite; } @keyframes sinus {