Tell us what’s happening:
Hello, how many of you who did this project actually got some .css work done?
Your code so far
<!-- file: index.html -->
<!DOCTYPE html><link rel="stylesheet" href="styles.css"><html lang="en" charset="UTF-8">
<h1 id="title">Hogers Undersökning</h1>
<p id="description">Thank you for taking your time to help us improve</p>
<form id="survey-form">
<label id="name-label"><input required id="name" type="text" placeholder="Name"> Name</input></label>
<label id="email-label"><input placeholder="email" id="email" type="email" required> Email</input></label>
<label id="number-label"><input id="number" placeholder="age" type="number" min="1" max="90"> Age</label></input>
<label for="dropdown">Hur vet du ifall du är gay? <select id="dropdown">
<option value="1">select secound options</option>
<option value="2">i am gay</option>
</select>
<label id="gay1"><input type="radio" value="gay" name="gay1"> Jag är inte små gay</input></label>
<label id="gay2"><input type="radio" value="gay2" name="gay1"> Jag är gay</input></label>
<label id="gay3"><input type="radio" value="gay3" name="gay1"> Jag är gay</input></label>
<label id="improve">Vad skulle du vilja göra för att bli riktig gay?</label>
<input type="checkbox" value="allt1"> Allt</imput>
<input type="checkbox" value="allt2"> Allt</imput>
<input type="checkbox" value="allt3"> Allt</imput>
<input type="checkbox" value="allt4"> Allt</imput>
<input type="checkbox" value="allt5"> Allt</imput>
<label>What would you pay to be extra gay</label>
<textarea></textarea>
<input id="submit" type="submit">
</form>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: