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 {