Skip to content
Snippets Groups Projects
Commit 14b0ec90 authored by maria-moroz's avatar maria-moroz
Browse files

update

parent 5173c26c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment