That's awesome @cem_coduroglu! If you did it on codepen could you share the link in this comment section?
I don't now how to send it. But i will copy paste here
HTML was ;
<!DOCTYPE html>
<section> <div class="name"> <p>Name</p> </div> <div class="input-area"> <div class="input1"> <input style="width:300px;" type="text" name="First Name" placeholder="Fill your first name"><br> <label>First Name</label> </div> <div class="input2"> <input style="width:300px;" type="text" name="Last Name" placeholder="Fill your first name"><br> <label>Last Name</label> </div> </div> <div class="questions"> <p class="question1"> How yould you describe your overall level of job satisfaction? </p> <p id="question-items"> <input class="sections" type="radio" name="answers"> Very satisfied <br> <input class="sections" type="radio" name="answers"> Somewhat satisfied <br> <input class="sections" type="radio" name="answers"> Neutral <br> <input class="sections" type="radio" name="answers"> Somewhat dissatisfied <br> <input class="sections" type="radio" name="answers"> Very dissatisfied <br> </p> <p class="question1"> Do you have the resources you need to perform your job well? </p> <p id="question-items2"> <input class="sections" type="radio" name="answers2"> Yes <br> <input class="sections" type="radio" name="answers2"> No </p> </div> <div class="questions"> <p class="question1"> If No, Please Explain </p> <div class="text-area"> <textarea name="textarea" id="" cols="85" rows="10" placeholder="Type here..."></textarea> <br><br> <p class="question1"> Please Provide Any Additional Feedback </p> <textarea name="textarea" id="" cols="85" rows="10" placeholder="Type here..."></textarea> </div> </div> <hr> </section> <div class="button"> <button class="btn btn-danger">Submit</button> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
CSS ;
.container { margin-left: 30px; margin-right: 30px; height: auto;
}
header { text-align: center; margin-top: 20px; }
.name { font-weight: bold; margin-top: 30px; margin-left: 30px; }
.input-area { margin-left: 30px; display: flex;
label { margin-top: 10px; } .input2 { margin-left: 40px; }
.questions { margin-left: 30px; margin-top: 40px; }
.question1 { font-weight: bold ; }
.sections { width: 30px; }
.button { text-align: center; }
.btn { text-align: center; margin-bottom: 70px; width: 120px; }
Hello @cem_coduroglu! You could share the link to the pen.
I checked it out and it's awesome!
Create an account on codepen.io Then you can create a pen and do your work on it. You'll always have your code available on your dashboard
Oh thank you very much. I will open it
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
That's awesome @cem_coduroglu! If you did it on codepen could you share the link in this comment section?
I don't now how to send it. But i will copy paste here
HTML was ;
<!DOCTYPE html>
Survey Forms
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Employee Satisfaction Survey
CSS ;
.container {
margin-left: 30px;
margin-right: 30px;
height: auto;
}
header {
text-align: center;
margin-top: 20px;
}
.name {
font-weight: bold;
margin-top: 30px;
margin-left: 30px;
}
.input-area {
margin-left: 30px;
display: flex;
}
label {
margin-top: 10px;
}
.input2 {
margin-left: 40px;
}
.questions {
margin-left: 30px;
margin-top: 40px;
}
.question1 {
font-weight: bold ;
}
.sections {
width: 30px;
}
.button {
text-align: center;
}
.btn {
text-align: center;
margin-bottom: 70px;
width: 120px;
}
Hello @cem_coduroglu! You could share the link to the pen.
I checked it out and it's awesome!
Create an account on codepen.io
Then you can create a pen and do your work on it. You'll always have your code available on your dashboard
Oh thank you very much. I will open it