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

              
                <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

<main id="main" style="background-color:lightgrey;">
<header>
  <h1 id="title"> Charles Henry Gaylord</h1>
  <p> Great Grandmaster Gaylord</p>
 </header>
 
  <div id="img-div">
    <img id="image" class="responsive"  src="https://www.usadojo.com/wp-content/uploads/2009/08/Charles-Gaylord-400.jpg" alt="Great Grandmaster Gaylord" /> 
    <figcaption id="img-caption">
                    <em>Professor Charles Henry Gaylord 10th Degree Black Belt & Founder of Gaylord Method Kajukenbo<em></figcaption></div>
 

  <br />
 <br />
      <h2>Life Timeline</h2>
 
  <br />
  
  <div id="tribute-info" >
    <p><strong>1936:</strong> Born September 24, Honolulu, HI</p>
    <br/>
    <p><strong>1954:</strong> Begin marrtial arts training, Emperado Method of Kajukenbo</p>
      <br />
    <p><strong>1963:</strong>Began teaching personal interpretation of the martial arts, Gaylord Method of Kajukenbo</p>
    <br />
    <p><strong>1980:</strong> Promoted to 9th degree black belt by Kajukenbo founder, Sijo Adriano Emperado </p>
    <br />
    <p><strong>1997:</strong> Charles Gaylord was inducted into the World Martial Arts Hall of Fame </p>
    <br />
    <p><strong>2000:</strong>Inducted into Masters Hall of Fame for “Lifetime Achievement”</p>
      <br />
       <p><strong>2009:</strong>	Died August 4, age 72
Fremont, California, United States</p>
      <br />
 
    <a id="tribute-link" target="_blank" href="https://www.usadojo.com/charles-gaylord/" class="link">Click Here To Learn More</a>
    
    
    

</main>
              
            
!

CSS

              
                main {
  text-align:center;
  font:sans-serif;
}

.responsive {
    max-width: 100%;
    height: auto;
    display:block;
    margin:0 auto;
    }

#tribute-info {
  text-align:center;
}

#tribute-link {
  text-align:center;
  background-color:black;
  color:red;
}
              
            
!

JS

              
                

              
            
!
999px

Console