A Pen by Wes Bos

Developer
Size
4,273 Kb
Views
8,096

How do I make an a pen by wes bos?

What is a a pen by wes bos? How do you make a a pen by wes bos? This script and codes were developed by Wes Bos on 09 December 2022, Friday.

A Pen by Wes Bos Previews

A Pen by Wes Bos - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Wes Bos</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- The following is a common layout you would see in an email client. When a user clicks a checkbox, holds Shift, and then clicks another checkbox a few rows down, all the checkboxes inbetween those two checkboxes should be checked. --> <div class="inbox"> <div class="item"> <input type="checkbox"> <p>This is an inbox layout.</p> </div> <div class="item"> <input type="checkbox"> <p>Check one item</p> </div> <div class="item"> <input type="checkbox"> <p>Hold down your Shift key</p> </div> <div class="item"> <input type="checkbox"> <p>Check a lower item</p> </div> <div class="item"> <input type="checkbox"> <p>Everything inbetween should also be set to checked</p> </div> <div class="item"> <input type="checkbox"> <p>Try do it with out any libraries</p> </div> <div class="item"> <input type="checkbox"> <p>Just regular JavaScript</p> </div> <div class="item"> <input type="checkbox"> <p>Good Luck!</p> </div> <div class="item"> <input type="checkbox"> <p>Don't forget to tweet your result!</p> </div> </div> <p class="details">Here is a <a href="http://wes.io/f1oa" target="_blank">video</a> on how it should work. I'll post my answer after everyone has had a chance to do it.</p> <script src="js/index.js"></script>
</body>
</html>

A Pen by Wes Bos - Script Codes CSS Codes

 html { font-family: sans-serif; background:#ffc600; } .inbox { max-width:400px; margin:50px auto; background:white; border-radius:5px; box-shadow:10px 10px 0 rgba(0,0,0,0.1); } .item { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; border-bottom: 1px solid #F1F1F1; } .item:last-child { border-bottom:0; } input:checked + p { background:#F9F9F9; text-decoration: line-through; } input[type="checkbox"] { margin:20px; } p { margin:0; padding:20px; -webkit-transition: background 0.2s; transition:background 0.2s; -webkit-box-flex:1; -ms-flex:1; flex:1; font-family:'helvetica neue'; font-size: 20px; font-weight: 200; border-left: 1px solid #D1E2FF; } .details { text-align: center; font-size: 15px; }

A Pen by Wes Bos - Script Codes JS Codes

'use strict';
/* This is the answer. If you haven't yet tried this challenge, delete everything here don't peek! Serious! Give it a shot yourself first. Then come look. 
A Pen by Wes Bos - Script Codes
A Pen by Wes Bos - Script Codes
Home Page Home
Developer Wes Bos
Username wesbos
Uploaded December 09, 2022
Rating 4.5
Size 4,273 Kb
Views 8,096
Do you need developer help for A Pen by Wes Bos?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Wes Bos (wesbos) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!