This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="main"> | |
<h1 id="title">The Phenomenal Chimamanda Ngozi Adichie</h1> | |
<figure> | |
<div id="img-div"> | |
<img id="image" src="https://www.chimamanda.com/wp-content/uploads/2020/12/Web-Resolution.jpg" alt="Picture of Chimamanda Adichie" width="30%" height="30%"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<header class="header"> | |
<h1 id="title" class="text-center">Women In Tech Survey Form</h1> | |
<p id="description" class="description text-center">This form is to help understand the rate at which women join the tech world and at what age.</p> | |
</header> | |
<form id="survey-form"> | |
<div class="form-group"> | |
<label id="name-label" for="name">Name</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="brand-logo"></div> | |
<div class="brand-title">LINKEDIN</div> | |
<div class="inputs"> | |
<label>EMAIL</label> | |
<input type="email" placeholder="[email protected]" /> | |
<label>PASSWORD</label> | |
<input type="password" placeholder="Min 6 charaters long" /> |