From 14b0ec906c41d47c850f0b8a26d33f44204ea405 Mon Sep 17 00:00:00 2001 From: maria-moroz <mma.moroz.mariia@gmail.com> Date: Thu, 20 Oct 2022 11:36:35 +0100 Subject: [PATCH] update --- addProjectPage.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/addProjectPage.html b/addProjectPage.html index 80dee53..2e62796 100644 --- a/addProjectPage.html +++ b/addProjectPage.html @@ -4,6 +4,10 @@ <meta charset="utf-8" /> <title>Group 2 Showcase Project</title> <link rel="stylesheet" href="styles.css" /> + <link + rel="stylesheet" + href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap" + /> </head> <body> <header> @@ -15,6 +19,18 @@ </nav> </div> </header> - <main></main> + <main> + <form action="" class="formContainer"> + <div class="fieldContainer"> + <label class="formLabel" for="email">Name of the project: </label> + <input + class="formInput" + type="text" + id="firstname" + name="firstname" + /> + </div> + </form> + </main> </body> </html> -- GitLab