HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
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.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
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.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- https://easyscrolldots.primmis.com/ -->
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Easy Scroll Dots</title>
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">Easy<span class="logo_colour">Scroll</span></a>Dots - Demo</h1>
<h2>Check it out at:
<a href="https://easyscrolldots.primmis.com/" target="_blank">
https://easyscrolldots.primmis.com/
</a></h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="#">Home</a></li>
<li><a href="#">Examples</a></li>
<li><a href="#">A Page</a></li>
<li><a href="#">Another Page</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="content">
<!-- HERE'S AN ANCHOR POINT (SCROLL INDICATOR) -->
<div>
<div class="scroll-indicator" id="section01" data-scroll-indicator-title="First Section"></div>
</div>
<div>
<h1>Welcome to section 1</h1>
<p>This standards compliant, simple, website template is released as an 'open source' design (under Creative Commons Attribution 3.0 Licence</a>), which means that you are free to download and use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design from HTML5webtemplates.co.uk' link in the footer of the template, but other than that...</p>
<p>This template is written entirely in <strong>HTML5</strong> and <strong>CSS</strong>, and can be validated using the links in the footer.</p>
<p>You can view more free HTML5 web templates.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<h2>Lorem ipsum dolor</h2>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
</div>
<!-- HERE'S AN ANCHOR POINT (SCROLL INDICATOR) -->
<div>
<div class="scroll-indicator" id="section02" data-scroll-indicator-title="Another Section"></div>
</div>
<div>
<h1>Welcome to section 2</h1>
<p>This standards compliant, simple, fixed width website template is released as an 'open source' design (under Creative Commons Attribution 3.0 Licence</a>), which means that you are free to download and use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design from HTML5webtemplates.co.uk' link in the footer of the template, but other than that...</p>
<p>This template is written entirely in <strong>HTML5</strong> and <strong>CSS</strong>, and can be validated using the links in the footer.</p>
<p>You can view more free HTML5 web templates.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<h2>Lorem ipsum dolor</h2>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
</div>
<!-- HERE'S AN ANCHOR POINT (SCROLL INDICATOR) -->
<div>
<div class="scroll-indicator" id="section03" data-scroll-indicator-title="Hello World"></div>
</div>
<div>
<h1>Welcome to section 3 - Hello world</h1>
<p>This standards compliant, simple, fixed width website template is released as an 'open source' design (under Creative Commons Attribution 3.0 Licence</a>), which means that you are free to download and use it for anything you want (including modifying and amending it). All I ask is that you leave the 'design from HTML5webtemplates.co.uk' link in the footer of the template, but other than that...</p>
<p>This template is written entirely in <strong>HTML5</strong> and <strong>CSS</strong>, and can be validated using the links in the footer.</p>
<p>You can view more free HTML5 web templates.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<h2>Lorem ipsum dolor</h2>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
<p>This template is a fully functional 5 page website, with an page that gives examples of all the styles available with this design.</p>
</div>
</div>
</div>
</div>
<footer><h2>Footer</h2></footer>
</body>
</html>
/*test page template*/
html
{ height: 100%;}
*
{ margin: 0;
padding: 0;}
body
{ font: normal 15px 'trebuchet ms', arial, sans-serif;
background: #FFF url(background.png) repeat;
color: #777;word-break: break-all;}
p
{ padding: 0 0 20px 0;
line-height: 1.7em;}
img
{ border: 0;}
h1, h2, h3, h4, h5, h6
{ font: bold 28px 'century gothic', arial, sans-serif;
color: #068900;
margin: 0 0 15px 0;
padding: 15px 0 5px 0;}
h2
{ font: normal 115% 'century gothic', arial, sans-serif;
color: #068900;}
h4, h5, h6
{ margin: 0;
padding: 0 0 5px 0;
font: normal 25px arial, sans-serif;
color: #068900;}
h5, h6
{ font: italic 21px arial, sans-serif;
padding: 0 0 15px 0;
color: #000;}
h6
{ color: #362C20;}
a, a:hover
{ outline: none;
text-decoration: underline;
color: tomato;}
a:hover
{ text-decoration: none;}
.left
{ float: left;
width: auto;
margin-right: 10px;}
.right
{ float: right;
width: auto;
margin-left: 10px;}
.center
{ display: block;
text-align: center;
margin: 20px auto;}
blockquote
{ margin: 20px 0;
padding: 10px 20px 0 20px;
border: 1px solid #E5E5DB;
background: #FFF;}
ul
{ margin: 2px 0 22px 17px;}
ul li
{ list-style-type: circle;
margin: 0 0 6px 0;
padding: 0 0 4px 5px;}
ol
{ margin: 8px 0 22px 20px;}
ol li
{ margin: 0 0 11px 0;}
#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto;
margin-right: auto;}
#header
{ height: 240px;}
#logo
{ width: 80%;
position: relative;
margin-bottom: 45px;}
#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
border-bottom: 0;
text-transform: none;
margin: 0;}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{ padding: 22px 0 0 0;
color: #000;
letter-spacing: 0.1em;
text-decoration: none;}
#logo_text h1 a .logo_colour
{ color: #068900;}
#logo_text h2
{ font-size: 15px;
padding: 4px 0 0 0;
color: #676767;}
#menubar
{ width: 80%;
height: 72px;
padding: 0;
background: transparent url(transparent.png) repeat;}
ul#menu, ul#menu li
{ float: left;
margin: 0;
padding: 0;}
ul#menu li
{ list-style: none;}
ul#menu li a
{ letter-spacing: 0.1em;
font: normal 15px arial, sans-serif;
display: block;
float: left;
height: 37px;
padding: 29px 26px 6px 26px;
text-align: center;
color: #000;
text-transform: uppercase;
text-decoration: none;
border-bottom: 2px solid #068900;
background: transparent;}
ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
{ color: #FFF;
background: #068900;}
#site_content
{ width: 80%;
overflow: hidden;
margin: 0 auto 0 auto;
padding: 20px 20px 20px 20px;
background: transparent url(transparent_light.png) repeat;}
.sidebar
{ float: right;
width: 190px;
padding: 0 15px 20px 15px;}
.sidebar ul
{ width: 178px;
padding: 4px 0 0 0;
margin: 4px 0 30px 0;}
.sidebar li
{ list-style: none;
padding: 0 0 7px 0; }
.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
display: block;
background: transparent url(link.png) no-repeat left center;}
.sidebar li a.selected
{ color: #444;
text-decoration: none;}
#content
{ text-align: left;
padding: 0;}
#content ul
{ margin: 2px 0 22px 0px;}
#content ul li
{ list-style-type: none;
background: url(bullet.png) no-repeat;
margin: 0 0 6px 0;
padding: 0 0 4px 25px;
line-height: 1.5em;}
#footer
{ width: 900px;
font: normal 15px 'lucida sans unicode', arial, sans-serif;
height: 33px;
padding: 24px 0 5px 0;
text-align: center;
background: transparent url(transparent.png) repeat;
color: #FFF;
text-transform: uppercase;
letter-spacing: 0.1em;}
#footer a
{ color: #FFF;
text-decoration: none;}
#footer a:hover
{ color: #FFF;
text-decoration: underline;}
footer {
background: #068900;
height: 350px;
}
footer h2 {
color: #fff;
font-size: 28px;
width: 80%;
margin: auto;
}
.search
{ color: #5D5D5D;
border: 1px solid #BBB;
width: 134px;
padding: 4px;
font: 100% arial, sans-serif;}
#colours
{ height: 0px;
text-align: right;
padding: 66px 16px 0px 300px;}
.form_settings
{ margin: 15px 0 0 0;}
.form_settings p
{ padding: 0 0 4px 0;}
.form_settings span
{ float: left;
width: 200px;
text-align: left;}
.form_settings input, .form_settings textarea
{ padding: 5px;
width: 299px;
font: 15px arial;
border: 1px solid #E5E5DB;
background: #FFF;
color: #47433F;}
.form_settings .submit
{ font: 15px arial;
border: 1px solid;
width: 99px;
margin: 0 0 0 212px;
height: 33px;
padding: 2px 0 3px 0;
cursor: pointer;
background: #068900;
color: #FFF;}
.form_settings textarea, .form_settings select
{ font: 15px arial;
width: 299px;}
.form_settings select
{ width: 310px;}
.form_settings .checkbox
{ margin: 4px 0;
padding: 0;
width: 14px;
border: 0;
background: none;}
.separator
{ width: 100%;
height: 0;
border-top: 1px solid #D9D5CF;
border-bottom: 1px solid #FFF;
margin: 0 0 20px 0;}
table
{ margin: 10px 0 30px 0;}
table tr th, table tr td
{ background: #3B3B3B;
color: #FFF;
padding: 7px 4px;
text-align: left;}
table tr td
{ background: #F0EFE2;
color: #47433F;
border-top: 1px solid #FFF;}
/*easy scroll dots - codepenVersion*/
.scroll-indicator-controller {
position: fixed;
top: 50vh;
transform: translate(0, -50%);
right: 20px;
z-index: 999;
}
@media (max-width: 1024px) {
.scroll-indicator-controller {
right: 10px;
}
}
.scroll-indicator-controller > div {
width: 20px;
height: 20px;
position: relative;
border-radius: 50%;
border: 1px solid tomato;
background: rgba(0, 0, 0, 0.25);
margin: 0 0 10px 0;
cursor: pointer;
transition: background 0.4s ease;
will-change: transition;
}
.scroll-indicator-controller > div span {
color: tomato;
position: absolute;
right: calc(100% + 8px);
white-space: nowrap;
top: -1px;
font-family: arial, sans-serif;
font-size: 16px;
line-height: 17px;
width: 0;
overflow: hidden;
opacity: 0;
transform: translateX(10px);
transition: all 0.4s ease;
will-change: transition;
color: #464646;
font-weight: 600;
}
.scroll-indicator-controller > div span:after {
content: "-----";
padding-left: 5px;
letter-spacing: -2px;
font-family: arial, sans-serif;
vertical-align: text-top;
font-weight: 400;
}
@media (hover: hover) {
.scroll-indicator-controller > div:hover span {
width: auto;
opacity: 1;
overflow: visible;
transform: translateX(0px);
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.scroll-indicator-controller > div:hover span {
width: auto;
opacity: 1;
overflow: visible;
transform: translateX(0px);
}
}
@media (hover: none) {
.scroll-indicator-controller > div span {
display: none;
}
}
.scroll-indicator-controller.indi-mobile > div span {
display: none;
}
.scroll-indicator-controller > div.active {
background: tomato;
border-color: rgba(0, 0, 0, 0.25);
}
@supports (-ms-ime-align:auto) {
.scroll-indicator-controller > div span {
transition: opacity 0.4s ease;
}
}
/* Easy Scroll Dots --- codepenVersion ---
https://easyscrolldots.primmis.com/
* Quickly add anchor points throughout your web page/application and have navigational dots automatically appear
* in a fixed position on the side of the page. This allows the user to click to scroll though sections of the page,
* and it updates as they scroll. And it is Vanilla and dependency free.
*
* By Superhands89 2019 --- https://github.com/Superhands89/
*
* GPLv3 Licence for open source use only
* or purchase a Single Commercial License at https://gum.co/TdtEX
* or purchase an Extended Commercial License at https://gum.co/NGfmlw
*/
// a throttle function
function dotsThrottle(func, wait, options) {
var context, args, result;
var timeout = null;
var previous = 0;
if (!options) options = {};
var later = function () {
previous = options.leading === false ? 0 : Date.now();
timeout = null;
result = func.apply(context, args);
if (!timeout) context = args = null;
};
return function () {
var now = Date.now();
if (!previous && options.leading === false) previous = now;
var remaining = wait - (now - previous);
context = this;
args = arguments;
if (remaining <= 0 || remaining > wait) {
if (timeout) {
clearTimeout(timeout);
timeout = null;
}
previous = now;
result = func.apply(context, args);
if (!timeout) context = args = null;
} else if (!timeout && options.trailing !== false) {
timeout = setTimeout(later, remaining);
}
return result;
};
}
// global fixed nav options
let dotFixedNavPresent = false;
let dotFixedNavId = '';
let dotFixedNavUp = false;
// scroll indicator controller
function easyScrollDots(dotfixedOptions) {
let scrollIndi = document.querySelectorAll('.scroll-indicator');
dotfixedOptions.fixedNav === true ? dotFixedNavPresent = true : dotFixedNavPresent;
dotfixedOptions.fixedNavId === '' ? dotFixedNavId = false : dotFixedNavId = dotfixedOptions.fixedNavId;
dotfixedOptions.fixedNavUpward === true ? dotFixedNavUp = true : dotFixedNavUp;
if (scrollIndi.length) {
const scrollIndiTemplate = '<div class="scroll-indicator-controller"><span></span></div>';
document.querySelector('body').lastElementChild.insertAdjacentHTML('afterend', scrollIndiTemplate);
const scrollIndiController = document.querySelector('.scroll-indicator-controller');
if ((typeof window.orientation !== "undefined") || (navigator.userAgent.indexOf('IEMobile') !== -1)) { scrollIndiController.classList.add('indi-mobile'); }
const scrollIndiElems = Array.prototype.slice.call(scrollIndi);
scrollIndiElems.forEach(function (e, i) {
const scrollIndiId = e.getAttribute('id');
const scrollIndiTitle = e.getAttribute('data-scroll-indicator-title');
let firstActiveClass = '';
if (i == 0) {
firstActiveClass = 'active';
}
scrollIndiController.lastElementChild.insertAdjacentHTML('afterend', '<div class="' + firstActiveClass + '" data-indi-controller-id="' + scrollIndiId + '" onclick="scrollIndiClicked(\'' + scrollIndiId + '\');"><span>' + scrollIndiTitle + '</span><div></div></div>');
});
const scrollIndiControllerDots = scrollIndiController.querySelectorAll('[data-indi-controller-id]');
var handleIndiScroll = dotsThrottle(function () {
let indiScrollTopCollection = {};
scrollIndiElems.forEach(function (e) {
const scrollIndiIdScroll = e.getAttribute('id');
const indiScrollTop = e.getBoundingClientRect().top;
indiScrollTopCollection[scrollIndiIdScroll] = indiScrollTop;
});
// const indiOffsetValues = Object.values(indiScrollTopCollection); not supported in ie
const indiOffsetValues = Object.keys(indiScrollTopCollection).map(function (itm) { return indiScrollTopCollection[itm]; });
const indiOffsetMin = function () {
const indiRemoveMinuses = indiOffsetValues.filter(function (x) { return x > -150; });
return Math.min.apply(null, indiRemoveMinuses);
};
Object.keys(indiScrollTopCollection).forEach(function (e) {
if (indiScrollTopCollection[e] == indiOffsetMin()) {
Array.prototype.forEach.call(scrollIndiControllerDots, function (el) {
if (el.classList.contains('active')) {
el.classList.remove('active');
}
});
scrollIndiController.querySelector('[data-indi-controller-id="' + e + '"]').classList.add('active');
}
});
}, 300);
window.onscroll = function() {
handleIndiScroll();
};
}
}
function scrollIndiClicked(indiId) {
if (window.jQuery) {
// if jquery is availble then we can use jquery animations
if (dotFixedNavPresent === true && dotFixedNavId.length) {
// there is a fixed nav and its id has been defined
const dotNavHeightElem = document.getElementById(dotFixedNavId);
const dotNavHeight = dotNavHeightElem.clientHeight;
const dotDocumentHtml = $('html, body');
const indiElement = $('#' + indiId);
if (dotFixedNavUp === true) {
// fix nav on upward scroll only
dotDocumentHtml.animate({
scrollTop: indiElement.offset().top
}, 700);
const scrollPos = document.body.getBoundingClientRect().top;
setTimeout(function () {
if (document.body.getBoundingClientRect().top > scrollPos) {
dotDocumentHtml.animate({
scrollTop: indiElement.offset().top - dotNavHeight
}, 400);
}
}, 400);
}
else {
// fixed nav scroll
dotDocumentHtml.animate({
scrollTop: indiElement.offset().top - dotNavHeight
}, 700);
}
}
else {
// normal scroll
$('html, body').animate({
scrollTop: $('#' + indiId).offset().top
}, 700);
}
}
else {
// there is no jquery so we use vanilla scroll animations
if (dotFixedNavPresent === true && dotFixedNavId.length) {
// there is a fixed nav and its id has been defined
const dotNavHeightElem = document.getElementById(dotFixedNavId);
const dotNavHeight = dotNavHeightElem.clientHeight;
const indiElement = document.getElementById(indiId);
if (dotFixedNavUp === true) {
// fix nav on upward scroll only
window.scrollTo({
top: indiElement.offsetTop,
left: 0,
behavior: 'smooth'
});
const scrollPos = document.body.getBoundingClientRect().top;
setTimeout(function () {
if (document.body.getBoundingClientRect().top > scrollPos) {
window.scrollTo({
top: indiElement.offsetTop - dotNavHeight,
left: 0,
behavior: 'smooth'
});
}
}, 400);
}
else {
// fixed nav scroll
window.scrollTo({
top: indiElement.offsetTop - dotNavHeight,
left: 0,
behavior: 'smooth'
});
}
}
else {
// normal scroll
window.scrollTo({
top: document.getElementById(indiId).offsetTop,
left: 0,
behavior: 'smooth'
});
}
}
}
// Init
easyScrollDots({
'fixedNav': false,
'fixedNavId': '',
'fixedNavUpward': false
});
Also see: Tab Triggers