From 7464985e6354e233461262f357f05f8c35fcd6c9 Mon Sep 17 00:00:00 2001 From: Quinten Date: Sat, 10 Feb 2024 12:37:39 +0100 Subject: [PATCH] Refactor: coming soon button --- index.html | 3 ++- style.css | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 893e45a..8df575d 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@

Connecting world's top agilists with your business needs

+ @@ -36,7 +37,7 @@

Connecting world's top agilists with your business needs

d="M4.317,16.411c-1.423-1.423-1.423-3.737,0-5.16l8.075-7.984c0.994-0.996,2.613-0.996,3.611,0.001C17,4.264,17,5.884,16.004,6.88l-8.075,7.984c-0.568,0.568-1.493,0.569-2.063-0.001c-0.569-0.569-0.569-1.495,0-2.064L9.93,8.828c0.145-0.141,0.376-0.139,0.517,0.005c0.141,0.144,0.139,0.375-0.006,0.516l-4.062,3.968c-0.282,0.282-0.282,0.745,0.003,1.03c0.285,0.284,0.747,0.284,1.032,0l8.074-7.985c0.711-0.71,0.711-1.868-0.002-2.579c-0.711-0.712-1.867-0.712-2.58,0l-8.074,7.984c-1.137,1.137-1.137,2.988,0.001,4.127c1.14,1.14,2.989,1.14,4.129,0l6.989-6.896c0.143-0.142,0.375-0.14,0.516,0.003c0.143,0.143,0.141,0.374-0.002,0.516l-6.988,6.895C8.054,17.836,5.743,17.836,4.317,16.411"> - Upload an Agile Expert + Link your Solid POD
ai-icon diff --git a/style.css b/style.css index 6708b7a..7e82622 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,15 @@ body { opacity: 0.8; } +#input > button { + position: absolute; + right: 20px; + top: 7px; + width: 150px; + font-size: 12pt; + padding: 10px; +} + #input input { padding: 15px 55px; }