Form Validation with Password Strength Check
A Pen by Chouaib Belagoun 👋 on CodePen.
<div id="wrapper"> | |
<div id="iphone"> | |
<div id="camera"> | |
<span></span> | |
<span></span> | |
</div> | |
<div id="screen"> | |
<div id="content-wrap"> | |
<div id="background"></div> | |
<div id="content"> |
Swal.fire({ | |
title: '<strong>HTML ERROR</strong>', | |
icon: 'error', | |
html: | |
'What\'s missing is your :<br> <li>name</li><li>pseudo</li><li>what else...</li> ', | |
showCloseButton: true, | |
}) |
Form Validation with Password Strength Check
A Pen by Chouaib Belagoun 👋 on CodePen.
<h1>Sorting colors</h1> | |
<p>Example from <a href="https://tomekdev.com/posts/sorting-colors-in-js">https://tomekdev.com/posts/sorting-colors-in-js</a>. Go there to learn more about sorting colors.</p> | |
<section class="box"> | |
<h2>Colors unsorted</h2> | |
<ul id="unsorted"></ul> | |
</section> | |
<section class="box"> | |
<h2>Colors sorted</h2> |