Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by ramzez

  1. ramzez

    HTML & CSS radio and checkbox buttons - float: left; ?

    That was the trick, thank you!
  2. ramzez

    HTML & CSS radio and checkbox buttons - float: left; ?

    I ran into a problem with my html/css form. I have radio buttons and checkboxes in my form. I want them to display like this: It works in Codepen.io when I edit them, but as soon as I click somewhere or open de preview in a new window, it looks like this: I used display: block; and float...
  3. ramzez

    HTML & CSS Beginner on margins with a problem

    Ah, the problem is in the padding yes, thanks! It's still not what I had in mind, but it looks much better now. :thumbsup:
  4. ramzez

    HTML & CSS Beginner on margins with a problem

    Sorry, I am trying to not give a load of info and hoped this would be enough. 😅 <form id="survey-form" action="URL"> <div class="form-group"> <label id="name-label" for="name"> <p>Name</p> </label> <input type="text" id="name" placeholder="Enter your first and...
  5. ramzez

    Let's do this!

    Thank you! I will just take my time and figure out along the way what I like.
  6. ramzez

    Let's do this!

    Hi all, I am new to coding (apart from some html/css stuff I tried when I was 16 or 17) and I've set my mind on making a carreer switch to IT. What direction exactly I'm still unsure about, because Software Developer, Full Stack Engineer and Data engineer all sound very interesting to me. I...
  7. ramzez

    HTML & CSS Beginner on margins with a problem

    Hi all, I am new to HTML & CSS and started to do the freeCodeCamp course. On my challenge to create a form I get these text input fields that extend around my form. I can't figure out why. I expected it to look like the dropdown menu, but I don't know why there is a difference. This is what...
Back
Top Bottom