Good afternoon,
I am doing this post today because I can’t figure out how to align my checkbox and put the text on the right of the checkbox. the vertical-align and position doesn’t seem to change anything.
Thank you in advance for your help!
HERE IS MY HTML AND CSS CODE FOR THE PROJET
** start of undefined **
Aupair Agency Survey Form
Thank you for taking the time to share your Aupair experience with us.
Name
Email
Age
Which of these agencies was you sponsor ?
Would you recommend your agency to a friend ?
Yes
No
Others
What would you like to see improve ?
Price
Program
Family
Monthly meeting
Salary
Others
Use this space to describe your experience and explain your ideas for improvement
Enter text here...
Submit
** end of undefined **
** start of undefined **
h1, p {
text-align: center;
font-family: Verdana;
margin-bottom: 25;
}
Hey there, welcome to the forum!
I see this is the first time you’ve posted. I complement your obvious persistence. It seems most people ask a question on the first project, but you’ve held out 'til now.
We really need to see your code. The way to make code display as code on most forums is with backticks. This is a backtick: “`” It’s not an apostrophe!
To display code type three backticks on a new line like this:
“```”
Then copy and past you code. After your code type three more backticks .
Thank you for taking the time to share your Aupair experience with us.
Name
Email
Age
Which of these agencies was you sponsor ?
Would you recommend your agency to a friend ?
Yes
No
Others
What would you like to see improve ? (check all that apply)
Price
Program
Family
Monthly meeting
Salary
Others
Use this space to describe your experience and explain your ideas for improvement
Enter text here...
Submit
** end of undefined **
** start of undefined **
h1, p {
text-align: center;
font-family: Verdana;
margin-bottom: 25;
}
I’m sorry @laurine.chalopet . I came across wrong. You don’t need qoutation marks around your backticks. I only put those there so that the backticks wouldn’t format my text like code.
You can always look in the preview pane to see how you message looks before you send it.
Oops! No. I’m sure your browser has nothing to do with it. My mistake. I thought you couldn’t pass the challenge. That’s usually the problem people have. I’ll look at your code.