Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                
<div class ="jumbotron textShadow " >
  <h1 id="title">FCC Career Survey Form</h1>
    
  </div>
  
  <div class = 'container-fluid survey-form' id = '#survey-form'>
  <p id='description' >Let us know what your career history and development goals are:</p>
  


  

 <form id="survey-form" method="GET" action="https://crossorigin.me/https://freecodecamp.com" class = 'jumbotron rightTab'>
 
   <div class = 'rowTab'>
   <div class = "labels">
 
          <label id= "name-label" for ="name"> * Name:</label>
 
      
     
    <div class = "rightTab">
      <input autofocus type = "text"  class = "input-field" id = "name"  placeholder= "Enter you're Name" required> 
   </div>
</div>
   
   
   <div class= "rowTab">
       <div class= "labels"> 
         <label id="email-label">* Email:</label>  
       
       <div class = "rightTab" required>
         <input autofocus type = "email" required class = "input-field" id= "email" placeholder = "Enter you're E-mail" type ="submit"  >
       </div>
      </div>
    </div>
     
     
   <div class= "rowTab">
       <div class= "labels"> 
         <label id="number-label">* Age:</label>  
       
       <div class = "rightTab" required> 
         <input autofocus type = "number" min="0" max="110" required class = "input-field" id= "number" placeholder = "Enter you're E-mail" type ="submit"  >
       </div>
    </div>

    
  


  <div class = 'rowTab'>  
    <div class = "labels">
    
      <label id = "industry" for ="industry">Choose your Industry prior to coding:</label>
        </div> 



<div class = 'rowTab'>
   <select id= "dropdown" class = "dropdown">
     <option  value> Select an option</option>
          <option value = "Education"> Education </option>
          <option value = "Tech"> Tech Industry</option>
          <option value = "Finance"> Finance </option>
          <option value = "Government">Government</option>
          <option value = "Military">Military </option>
          <option value = "Retail">Retail </option>
          <option value = "Food Service">Food Service Industry </option>
          <option value = "Entrepreneur">Entrepreneur </option>
          <option value = "Other">Other </option>
  </select>
</div>
<span id ="result"></span>
</div>




  <div class = 'rowTab '>  
    <div class = "labels">
      <label>  Choose an option that best describes your target industry: </label>
  </div>
    <div class="rowTab">
   <select = "dropdown">
     <option  value> Select an option</option>
          <option value="1"> Education </option>
          <option value="1"> Tech Industry</option>
          <option value="1"> Finance </option>
          <option value="1">Government</option>
          <option value="1">Military </option>
          <option value="1">Retail </option>
          <option value="1">Food Service Industry </option>
          <option value="1">Entrepreneur </option>
          <option value="1">Other </option>
  </select>
</div>
<span id ="result"></span>

    
  </div>
       </div>
  





<div class = 'container-fluid survey-form radioButtons' id = '#survery-form'>
 
 <div class = 'jumbotron rightTab'>
   <div class= 'col-md-6 div-buffer2'><p class = "underlineHeading"> What is your main reason for coding?</p>
   <li class = "radio" value="1"><label><input id = "goal" type="radio"value="1" name = "reasonForCoding"></label>Change Careers</li>
  
     <li class = "radio" value="1"><label><input id = "goal" type="radio" value="1" name = "reasonForCoding"></label>Increase skill set for current job</li>
  
     <li class = "radio" value="1"><label><input id = "goal" type="radio"  value="1" name = "reasonForCoding"></label>To keep learning or for fun</li>
  
    <li class = "radio" value="1"><label><input id = "goal" type="radio"  value="1" name = "reasonForCoding"></label>Financial gain</li>
   
  <li class = "radio" value="1"><label><input id = "goal" type="radio" value="1" name = "reasonForCoding"></label>A career where you can work from home</li>
  

</div> 
  
  
  
  
  
  
    <div class= 'col-md-6 div-buffer2'> <p class = "underlineHeading">What type of developer would you like to be?</p>
  <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType">UI/UX</label></li>
  
      <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType">Back-end Developer</label></li>
  
     <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType">Front-end Developer</label></li>
  
    <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType">Full-stack Developer</label></li>
   
  <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType">Data Analysis and Visualization</label></li>
  

</div>


<div class = "col-md-6 div-buffer2">
  <p class= "underlineHeading"> What would you most like to create?</p>
    
    <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType2">Apps for Users</label></li>
  
      <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType2">Apps for Businesses</label></li>
  
     <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1"  name = "developmentType2">Database/Data Pipelines</label></li>
    
    
     <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType2">Apps utilizing API's </label></li>
    
    <li class = "checkbox" value="1"><label><input id = "goal" type = "checkbox" value="1" name = "developmentType2">Databases and Visuals</label></li>
   </div>

  
  
  <div class = "col-md-6">
    <p class= "underlineHeading">Comments or Suggestions?</p>
      <textarea id="comments" class="input-field" style="height:50px; width: 400px; resize:vertical;" name="comment" placeholder="Enter your comment here..."></textarea>
   
   </div>
   
 <center>  <button type = "submit" id = "submit" class = "submit">  Submit </button> </center>
  </div>
       </div>
  </form>

              
            
!

CSS

              
                html,
body {
  
  background-color: #FAEBD7;
  text-align: center;
  min-width: 320px;
}

.radio {
  
}

.textShadow {
  font-family: Georgia, Serif;
  
  font-size: 200%;
   text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#title {
  text-align: center;
  background-color: teal;
   border-radius: 4px;
  width: 75%;
  margin: 0 auto;
  padding: 10px;
  padding-top: 20px;
}



#goal {
  
}


#description {
  text-decoration: underline;
  
}

.labels {
  display: inline-block;
  text-align: left;
  width: 150px;
  padding: 10px;
  vertical-align: top;
  margin-top: 15px;
}

rightTab {
  display: inline-block;
  text-align: center;
  width:80%;
  vertical-align: middle;
  border: 2px solid black;
}

jumbotron {
  border: 2px solid black;
}
.input-field {
  background-color: cyan;
  height: 20px;
  width 280px;
  padding: 5px;
  margin: 10px;
  border: 1px black;
  border-radius: 4px; 
}

.name {
  
}

#name-label {
  
}

#email {
  
}

#email-label {
  
}


#number {
  
}
#number-label{
  text-align: left;
  
}



#dropdown {
  
}

#submit {
  
}

.survey-form {
  padding: 20px;
  margin: 50px;
  border-color: black ;
  border-left: 5px ;
  font-family: Georgia, Serif;
  font-size: 20px;
  
}


.div-buffer {
  margin-top: 30px;
  text-align: 
}

.div-buffer2 {
  margin-top: 20px;
  text-align: left;
}

.underlineHeading {
  text-decoration-line: underline;
}

.comments {
  
}

.jumbotron {
  border-color: black;
}

              
            
!

JS

              
                
              
            
!
999px

Console