| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/Package-HTML/Canvas 7 Files/ |
Upload File : |
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="author" content="SemiColonWeb">
<meta name="description" content="Get Canvas to build powerful websites easily with the Highly Customizable & Best Selling Bootstrap Template, today.">
<!-- Font Imports -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet">
<!-- Core Style -->
<link rel="stylesheet" href="style.css">
<!-- Font Icons -->
<link rel="stylesheet" href="css/font-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Document Title
============================================= -->
<title>Checklists | Canvas</title>
<style>
.checklist {
--cnvs-checklist-default-color: #111;
--cnvs-checklist-active-color: #CCC;
--cnvs-checklist-box-size: 1.125rem;
position: relative;
}
.checklist label {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: var(--cnvs-checklist-box-size);
cursor: pointer;
text-transform: none;
letter-spacing: 0;
font-weight: normal;
vertical-align: middle;
}
.checklist input[type="checkbox"] {
-webkit-appearance: none;
}
.checklist i {
position: absolute;
display: inline-block;
width: var(--cnvs-checklist-box-size);
height: var(--cnvs-checklist-box-size);
border: 2px solid var(--cnvs-checklist-default-color);
color: var(--cnvs-checklist-default-color);
border-radius: 3px;
}
.checklist input[type="checkbox"]:checked ~ i {
top: 0px;
border: none;
color: var(--cnvs-themecolor);
}
.checklist i::before {
opacity: 0;
}
.checklist input[type="checkbox"]:checked ~ i:before {
opacity: 1;
}
.checklist span {
position: relative;
left: calc(var(--cnvs-checklist-box-size) + 1rem);
transition: 0.5s;
color:var(--cnvs-checklist-default-color);
}
.checklist span:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: var(--cnvs-checklist-default-color);
transform: translateY(-50%) scaleX(0);
transition: transform 0.5s;
transform-origin: left;
}
.checklist input[type="checkbox"]:checked ~ span:before {
transform: translateY(-50%) scaleX(1);
transform-origin: left;
transition: transform 0.5s;
}
.checklist input[type="checkbox"]:checked ~ span {
color: var(--cnvs-checklist-active-color);
}
/* Dark */
.dark .checklist {
--cnvs-checklist-default-color: #EEE;
--cnvs-checklist-active-color: rgba(255,255,255,0.4);
}
</style>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper">
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container">
<div class="row g-5">
<div class="col-lg-6">
<div class="checklist">
<h3 class="mb-0">Pure CSS Checklist</h3>
<div class="op-05">Requirment checklists for Travel</div>
<div class="line my-4"></div>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Booked your Flight and Hotel Tickets?</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Carried original ID or Passport</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Copies of your all Documents</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="" checked>
<i class="fa-solid fa-check"></i>
<span>Fully Vaccinated Certificate(checked)</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="" checked disabled>
<i class="fa-solid fa-check"></i>
<span>Fully Vaccinated Certificate(disabled)</span>
</label>
</div>
</div>
<div class="col-lg-6 bg-black dark rounded p-4">
<div class="checklist">
<h3 class="mb-0">Pure CSS Item Checklist</h3>
<div class="op-05">Requirment checklists Travel</div>
<div class="line my-4"></div>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Booked your Flight and Hotel Tickets?</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Carried original ID or Passport</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="">
<i class="fa-solid fa-check"></i>
<span>Copies of your all Documents</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="" checked>
<i class="fa-solid fa-check"></i>
<span>Fully Vaccinated Certificate(checked)</span>
</label>
<label class="mt-3">
<input type="checkbox" name="" id="" checked disabled>
<i class="fa-solid fa-check"></i>
<span>Fully Vaccinated Certificate(disabled)</span>
</label>
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="uil uil-angle-up"></div>
<!-- JavaScripts
============================================= -->
<script src="js/functions.js"></script>
</body>
</html>