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

              
                <h1>Share 🌎HamDXMap on your web page </h1>
<p>
  You can share the link to <a href="https://dxmap.f5uii.net"> HamDXMap</a> easily by paste the partial html code in your source. Here some variants representation.
  Select, copy and paste one of the code section below.
  </p>

<h2>HamDXMap link with logo</h2>
<h3>Tiny logo</h3>
<a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"><img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width='100px'></a>
<pre>
  <code>
    &lt;a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"&gt;&lt;img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width='100px'&gt;&lt;/a&gt;
  </code>
</pre>
<h3>Standard logo</h3>
<a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"><img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width='200px'></a>
<pre>
  <code>
    &lt;a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"&gt;&lt;img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width='200px'&gt;&lt;/a&gt;
  </code>
</pre>

<h3>Big logo !</h3>
<a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"><img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width=''></a>
<pre>
  <code>
    &lt;a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"&gt;&lt;img src="https://dxmap.f5uii.net/logo_HamDXMap_full.png" width=''&gt;&lt;/a&gt;
  </code>
</pre>
  
<h2>HamDXMap text link</h2>
<h3>HamDXMap link text</h3>
 <a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map">HamDXMap </a> 
<pre>
  <code>
 &lt;a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"&gt;HamDXMap&lt;/a&gt; 
  </code>
</pre>
  
<h3>HamDXMap link with initialization with two Maindenhead grids</h3>
 <a href="https://dxmap.f5uii.net/?txg=GJ35PE&rxg=JN37QQ&proj=equalEarth" target="_blank" title="HamDXMap - Maximize your range : Here link between Kourou and F-Alsace">HamDXMap Kourou/Alsace</a> 

<p>Instructions : In the link there are optionals three parameters that can be setup</p>
<p> - txg : is the TX grid (6 characters)</p>
<p> - rxg : is the RX grid (6 characters)</p>
<p> - proj : is the projection map to be displayed (one of this case sensitive value : globe, mercator, equalEarth, equirectangular, naturalEarth )</p>

  <code>
 &lt;a href="https://dxmap.f5uii.net/?txg=GJ35PE&rxg=JN37QQ&proj=equalEarth" target="_blank" title="HamDXMap - Maximize your range : Here link between Kourou and F-Alsace"&gt;HamDXMap Kourou/Alsace&lt;/a&gt; 
  </code>
</pre>
  


<h3>Including HamDXMap link in a long text</h3>
A DXer amateur radio operator is someone who is passionate about communicating with other radio enthusiasts around the world. Using their radio equipment, they are able to contact people in far-off places, sometimes even on the other side of the planet. This is an exciting and unique experience, as it allows the DXer to connect with people and cultures that they may never have had the chance to encounter otherwise. Now Dxer are helped by <a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map">an application named 🌎HamDXMap </a> that gives the realtime Maximum Usable Frequency that is developped by Chris F5UII. There is a great sense of accomplishment that comes with successfully making contact with someone thousands of miles away, and many DXers are driven by the challenge of pushing their equipment and skills to the limit in order to achieve this goal. For the dedicated DXer, the thrill of making long-distance contacts and building relationships with other radio operators around the world is truly unmatched.
<pre>
  <code>
&lt;a href="https://dxmap.f5uii.net" target="_blank" title="HamDXMap - Maximize your range : MUF foF2 realtime live map"&gt;
  </code>
</pre>
  


              
            
!

CSS

              
                body {
  font-family: system-ui;
  font-size : 1em;
  background: black;
  color: white;
  text-align: left;
  margin : 2em;
  
}

h1 {
  font-size : 2.5em;
  color : #29abe0;
}

h2 {
  font-size : 2em;
}
h3 {
  font-size : 1.5em;
}
a {
  color : white;
}
pre code {
  background-color: black;
  border: 1px solid #999;
  display: block;
  padding: 20px;
}


              
            
!

JS

              
                
              
            
!
999px

Console