Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4065750
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:01:23+00:00 2026-05-20T16:01:23+00:00

i’m a beginner at CSS and trying to do a NETTUTS , but there’s

  • 0

i’m a beginner at CSS and trying to do a NETTUTS , but there’s a portion in the webpage that i don’t know what exactly to do in CSS to make it look right …

enter image description here

I just can’t get this input text boxes, textarea and the button to be aligned like that , and to be honest the tutor isn’t doing a great job to clearing stuff out

Using alternative and absolute positioning, and setting top and right spacing is kinda no a good idea i think … I’m trying to align them using FlexBox feature but don’t know why those elements are not moving at all …

Here’s my HTML & CSS3 code (for chrome) :

<section id="getAfreeQuote">
<h2>GET A FREE QUOTE</h2>
<form method="post" action="#">
    <input type="text" name="yourName" placeholder="YOUR NAME"/>
    <input type="email" name="yourEmail" placeholder="YOUR EMAIL"/>
    <textarea name="projectDetails" placeholder="YOUR PROJECT DETAILS."></textarea>
    <input type="text" name="timeScale" placeholder="YOUR TIMESCALE"/>
    <button>Submit</button>
</form>

#getAfreeQuote form {
 display:-webkit-box;
 -webkit-box-orient:vertical;
    height:500px;
}

 #getAfreeQuote input[name="yourName"]{
-webkit-box-ordinal-group:1;
 }

 #getAfreeQuote input[name="yourEmail"]{
-webkit-box-ordinal-group:1;
 }

 #getAfreeQuote textarea{
-webkit-box-ordinal-group:2;
 }

 #getAfreeQuote input[name="timeScale"]{
-webkit-box-ordinal-group:3;    
 }

 #getAfreeQuote button {
-webkit-box-ordinal-group:4;    
 }

and the result :
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T16:01:24+00:00Added an answer on May 20, 2026 at 4:01 pm

    Here’s how I’d do it:

    enter image description here

    <section id="getAfreeQuote">
    <form method="post" action="#">
    <h2>Get a free quote</h2>
        <input type="text" name="yourName" placeholder="YOUR NAME"/>
        <input type="email" name="yourEmail" placeholder="YOUR EMAIL"/>
        <textarea name="projectDetails" placeholder="YOUR PROJECT DETAILS."></textarea>
        <br /><input type="text" name="timeScale" placeholder="YOUR TIMESCALE"/>
        <br /><input type="submit" value="Submit!" />
        <div class="clear"></div>
    </form>
    </section>
    
    
    <style>
    #getAfreeQuote h2 {
      text-transform: uppercase;
      color: blue;
    }
    
    div.clear {
      clear: both;
    }
    
    #getAfreeQuote form {
     width: 25em;
     position: relative;
    }
    
     #getAfreeQuote input[name="yourName"]{
     width: 43%;
     }
    
     #getAfreeQuote input[name="yourEmail"]{
     width: 55%;
     float: right;
     }
    
     #getAfreeQuote textarea{
     width: 100%;
     height: 10em;
     }
    
     #getAfreeQuote input[name="timeScale"]{
      width: 100%;
     }
    
      #getAfreeQuote input[type="submit"]{
        text-transform: uppercase;
        background: orange;
        border: none;
        padding: 1em 2em;
        color: white;
        float: right;
      }
    
    </style>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I am trying to loop through a bunch of documents I have to put
this is what i have right now Drawing an RSS feed into the php,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.