Latest files of cody
1.
Sum of prime numbers in given range |
Owner: cody | Views: 90 | Comments: 0 |
Open/
Source 274 B
def is_prime(n):
if n < 2:
return False
for i in range(2, n//2+1):
if not n%i:
return F
2.
amazonclone.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 8.0 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3.
README.md |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 783 B
# Simple Amazon Clone
Welcome to my first practice project! This is a basic clone of Amazon created using HTML and CSS. It's a
4.
amazonclone.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 5.99 KB
*{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
border: border-box;
}
.navbar {
height: 60px;
back
5.
index.html |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 15.42 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
6.
styles.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.82 KB
*{
padding: 0;
margin: 0;
}
.name{
top: 0;
height: 80px;
width: 100%;
background-color: #615EFC;
co
7.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 629 B
# basic-tribute-satyajit-ray-website
# Tribute Website for Satyajit Ray
This is a simple tribute website dedicated to the reno
8.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.44 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
9.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.94 KB
*{
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
.main_box {
background: url("photo.png");
he
10.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.34 KB
# mini-project-using-css
#Overview
This mini project is a simple web page created using HTML and CSS. The project demonstrates
11.
photo.png |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
13.
index.html |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 384 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
14.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 811 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-
15.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 377 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
16.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 716 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-
17.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 723 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
18.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.15 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
19.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 417 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>T
20.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.14 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-
21.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 377 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
22.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 483 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: 'Poppins', sans-
23.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 378 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
24.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 574 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
font-family: "Poppins", sans-
25.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 8.37 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
26.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.15 KB
html,
body {
height: 100%;
}
body {
background-color: #151515;
color: white;
display: grid;
place-items: ce
27.
index.html |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 545 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
28.
style.css |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 2.07 KB
* {
-webkit-tap-highlight-color: transparent;
}
*:focus {
outline: none;
}
body {
display: grid;
place-items:
29.
index.html |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 512 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
30.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.84 KB
html {
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
height: 100vh;
background: #121
31.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 518 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
32.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.14 KB
* {
transition: 0.25s ease-in-out;
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
hei
33.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 1.37 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
34.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.34 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
margin: 0;
padding: 0;
}
35.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 894 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
36.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.7 KB
* {
transition: 0.25s ease-in-out;
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
hei
37.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 489 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
38.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.05 KB
html,
body {
margin: 0;
padding: 0;
}
body {
height: 100vh;
display: grid;
place-items: center;
backgro
39.
index.html |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 808 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
40.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.56 KB
body {
width: 100%;
height: 100vh;
overflow: hidden;
background: #151515;
display: flex;
justify-content
41.
index.html |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 502 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
42.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 959 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
margin: 0;
padding: 0;
}
43.
index.html |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 873 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
44.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.89 KB
body {
background: #121314;
height: 100vh;
display: grid;
place-items: center;
}
.nav {
--color: #ffffff;
45.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 1.14 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
46.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.49 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
}
.hamburger {
position: rel
47.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 799 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
48.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.09 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
margin: 0;
padding: 0;
}
49.
index.html |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 849 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
50.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 4.0 KB
:root {
--w: #fafafa;
--b: #141414;
--s: 1s;
--d: calc(var(--s) / 6);
}
* {
box-sizing: border-box;
}
body
51.
style.css.map |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 551 B
52.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 418 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
53.
style.scss |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.21 KB
54.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.06 KB
:root {
box-sizing: border-box;
height: 100%;
-webkit-font-smoothing: antialiased;
background-color: var(--color-root, h
55.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 480 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
56.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.28 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
ali
57.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 2.11 KB
$(document).ready(function () {
let $canvas = $("#loader canvas"),
canvas = $canvas[0],
renderer = new THREE
58.
index.html |
Owner: cody | Views: 85 | Comments: 0 |
Open/
Source 640 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
59.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 316 B
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
60.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 370 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
61.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.03 KB
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: grid;
place-items: center;
height: 10
62.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 466 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>W
63.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 946 B
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}
.wandering-cubes {
w
64.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 482 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
65.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 534 B
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: grid;
place-items: center;
height: 10
66.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 403 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
67.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.24 KB
body {
background-color: #333;
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
po
68.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 695 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
69.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.31 KB
body {
background-color: #1d1f20;
min-height: 100vh;
display: grid;
place-content: center;
}
.folding-cube {
70.
index.html |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.59 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
71.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 67 B
body {
background-color: #000;
margin: 0;
overflow: hidden;
}
72.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 2.21 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
73.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.74 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg: hsl(var(--hue
74.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 479 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
75.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.57 KB
body {
background: #151515;
overflow: hidden;
display: grid;
place-items: center;
height: 100vh;
}
.wrapper
76.
truck.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.54 KB
77.
wheels.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 204 B
78.
tree.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 353 B
79.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 362 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
80.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.69 KB
body {
background: #1d1d1d;
height: 100vh;
display: grid;
place-items: center;
}
.pac-man {
border-radius:
81.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 9.22 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
82.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 76 B
body {
overflow: hidden;
margin: 0;
background-color: #151515;
}
83.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 1.05 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
84.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.71 KB
* {
box-sizing: border-box;
}
body {
display: grid;
place-items: center;
height: 100vh;
background: radial-
85.
style.css.map |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 787 B
86.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 1.02 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
87.
style.scss |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.47 KB
88.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 3.55 KB
body,
html {
height: 100%;
margin: 0;
display: grid;
place-items: center;
background-color: #000;
text-size-adjust:
89.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 807 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>3
90.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.22 KB
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: grid;
place-items: center;
height: 10
91.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 365 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
92.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.53 KB
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: grid;
place-items: center;
height: 10
93.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.59 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
94.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 644 B
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}
.ghost {
animation:
95.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 586 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
96.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 603 B
* {
box-sizing: border-box;
}
body {
background-color: #161622;
display: grid;
place-items: center;
height:
97.
index.html |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 364 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>L
98.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 462 B
body {
height: 100vh;
display: grid;
place-items: center;
background: #151515;
}
button {
height: 60p
99.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 598 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>X
100.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 772 B
body {
background-color: #1a1a1a;
}
.loader {
position: absolute;
top: 50%;
left: 50%;
margin: -90px 0 0 -9
101.
index.html |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.66 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
102.
style.scss |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.25 KB
103.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.93 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg: hsl(var(--hue), 90%, 90%)
104.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 413 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
105.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.06 KB
* {
box-sizing: border-box;
}
body {
min-height: 100vh;
display: grid;
place-items: center;
background: hsl
106.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 674 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>3
107.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 988 B
* {
box-sizing: border-box;
}
body {
background-color: #1d2630;
display: grid;
place-items: center;
height:
108.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 381 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
109.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 468 B
body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: #111;
}
.spi
110.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 543 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
111.
style.scss |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 4.86 KB
112.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 4.5 KB
:root {
--duration: 1.5s;
--container-size: 250px;
--box-size: 33px;
--box-border-radius: 15%;
}
html,
body {
width:
113.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 684 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
114.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.19 KB
* {
box-sizing: border-box;
}
body {
background-color: #161622;
display: grid;
place-items: center;
height:
115.
index.html |
Owner: cody | Views: 85 | Comments: 0 |
Open/
Source 435 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
116.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.58 KB
body {
background: #17181c;
display: grid;
place-items: center;
height: 100vh;
}
.blob-effect {
posit
117.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.46 KB
import * as THREE from "https://cdn.skypack.dev/three@0.133.1/build/three.module";
import { OrbitControls } from "https://cdn.sk
118.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 429 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
119.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 67 B
html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
120.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.74 KB
import * as THREE from "three";
import { ParametricGeometry } from "three/addons/geometries/ParametricGeometry.js";
import { Orb
121.
index.html |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 658 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
122.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 50 B
body {
overflow: hidden;
margin: 0;
}
123.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 408 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
124.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 887 B
body {
background: #333;
height: 100vh;
display: grid;
place-items: center;
}
.load {
position: relat
125.
index.html |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 512 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
126.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1014 B
body {
background: #151515;
display: grid;
place-items: center;
height: 100vh;
}
#loader {
width: 100px;
127.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 697 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
128.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.28 KB
@keyframes square-animation {
0% {
left: 0;
top: 0;
}
10.5% {
left: 0;
top: 0;
129.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 372 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
130.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 603 B
body {
background-color: #151515;
display: grid;
place-content: center;
min-height: 100vh;
}
.ripple {
widt
131.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 565 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>W
132.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 824 B
body {
background-color: #161622;
display: grid;
place-items: center;
height: 100vh;
}
.wave {
width: 6em;
133.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 488 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
134.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 880 B
* {
box-sizing: border-box;
}
html,
body {
background-color: #000;
color: white;
}
body {
min-height: 100vh;
135.
index.html |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 403 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
136.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 978 B
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,
137.
style.css.map |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 241 B
138.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 701 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
139.
style.scss |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 736 B
140.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 705 B
@property --k {
syntax: "<number>";
initial-value: 0;
inherits: false;
}
html {
height: 100%;
}
body {
background: #0
141.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 388 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
142.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.45 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Titillium Web", sans-serif;
posit
143.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 429 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
144.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.96 KB
body {
margin: 0;
min-height: 100vh;
display: grid;
place-content: center;
background: #000;
}
@property --a {
synt
145.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 416 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
146.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.28 KB
* {
box-sizing: border-box;
}
html,
body {
margin: 0 auto;
height: 100%;
}
body {
display: flex;
align-ite
147.
style.css.map |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 382 B
148.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 565 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
149.
style.scss |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.35 KB
150.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.13 KB
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}
.mouse-icon {
position: relati
151.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 806 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
152.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 591 B
body {
background-color: #151515;
height: 100vh;
margin: 0;
overflow: hidden;
}
@keyframes rotate {
from {
rotate
153.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 1.35 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
154.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.47 KB
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@900&display=swap');
body {
font-family:
155.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 419 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
156.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 406 B
body {
margin: 0;
min-height: 100vh;
display: grid;
place-content: center;
background: #151515;
}
img {
--s: 300px;
157.
style.css.map |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 774 B
158.
index.html |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.21 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
159.
style.scss |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 4.58 KB
160.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 4.02 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
161.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 2.77 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
162.
style.css |
Owner: cody | Views: 84 | Comments: 0 |
Open/
Source 285 B
@import "https://fonts.googleapis.com/css?family=Roboto+Mono:500";
html,
body {
font-family: "Roboto Mono", monospace;
back
163.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.38 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
164.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 4.38 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
b
165.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 2.23 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>E
166.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 415 B
body {
height: 100vh;
display: grid;
place-items: center;
margin: 0;
background: linear-gradient(135deg, #295fd5, #9d8
167.
index.html |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 389 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
168.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.21 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
* {
margin: 0;
padding: 0;
}
body {
169.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 1.2 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
170.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.26 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap");
body {
margin: 0;
padding: 0;
font
171.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.28 KB
"use strict";
const img_base = "https://threejs.org/examples/textures/kandao3.jpg";
//let img_base = "https://happy358.github.i
172.
index.html |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 1.45 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
173.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.49 KB
@import url("https://fonts.googleapis.com/css2?family=Asap&display=swap");
* {
margin: 0;
padding: 0;
}
html,
body {
ove
174.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 781 B
import { particlesCursor } from "https://unpkg.com/threejs-toys@0.0.8/build/threejs-toys.module.cdn.min.js";
const pc = particl
175.
index.html |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 516 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
176.
style.css |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 707 B
body,
html,
#app {
margin: 0;
width: 100%;
height: 100%;
}
#app {
overflow: hidden;
touch-action: pan-up;
177.
style.css.map |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 247 B
178.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 5.44 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
179.
style.scss |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 711 B
180.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 670 B
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.gallery-track {
background: #000;
position: fixed;
display: g
181.
style.css.map |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 301 B
182.
index.html |
Owner: cody | Views: 87 | Comments: 0 |
Open/
Source 1.32 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
183.
style.scss |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1013 B
184.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 873 B
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
:root {
--c-aqua: #00FFDF;
--c-blue:
185.
style.css.map |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 442 B
186.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.81 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
187.
style.scss |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.56 KB
188.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.63 KB
:root {
--background: #edeef7;
--gray: #edeef7;
--white: #ffffff;
--poppins: "Poppins", sans-serif;
--shadow-opacity:
189.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 5.39 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
190.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 4.3 KB
191.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 3.27 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: grid;
place-items: center;
ov
192.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1.51 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
193.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.19 KB
body {
min-height: 100vh;
display: grid;
place-items: center;
background: #151515;
}
* {
box-sizing: border-box;
}
.
194.
index.html |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 513 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
195.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.93 KB
196.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.94 KB
*,
*:before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.wrapper {
min-height: 100vh;
background-col
197.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 3.68 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
198.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 83 B
body {
margin: 0;
overflow: hidden;
}
canvas {
width: 100%;
height: 100%
}
199.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 489 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>T
200.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 758 B
body {
background: #151515;
height: 100vh;
display: grid;
place-items: center;
}
.container {
position: rel
201.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 385 B
import { neonCursor } from "https://unpkg.com/threejs-toys@0.0.8/build/threejs-toys.module.cdn.min.js";
neonCursor({
el: do
202.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 464 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
203.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 637 B
body,
html,
#neon {
margin: 0;
width: 100%;
height: 100%;
}
#neon {
overflow: hidden;
touch-action: pan-up;
204.
index.html |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 758 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
205.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 2.93 KB
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");
:root {
--bg: #000000;
--clr-1: #0
206.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 2.49 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
207.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.84 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
background-
208.
index.html |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 531 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>W
209.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 683 B
* {
margin: 0;
padding: 0;
}
body {
background: #121314;
}
span {
font-size: 200px;
position: absolute;
top: 30%;
210.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 422 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
211.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 679 B
body {
margin: 0;
min-height: 100vh;
display: grid;
place-content: center;
background: #151515;
}
img {
--f: 0.1;
212.
index.html |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 4.23 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
213.
style.css |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 61 B
body {
margin: 0;
background: #000;
overflow: hidden;
}
214.
index.html |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.27 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title><
215.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 934 B
body {
height: 100vh;
display: grid;
place-items: center;
font-family: "bebas", sans-serif;
background-color
216.
index.html |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.29 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
217.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.2 KB
:root {
--clr-neutral-100: hsl(0, 0%, 100%);
--clr-primary-100: hsl(205, 15%, 58%);
--clr-primary-400: hsl(215, 25%, 27%);
218.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 935 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
219.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 738 B
html {
color-scheme: dark;
background: #151515;
}
h1 {
text-align: center;
font-size: 16vmin;
font-family: system-ui,
220.
index.html |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.38 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
221.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.21 KB
body {
min-height: 100vh;
display: grid;
place-items: center;
background: #151515;
}
* {
box-sizing: border-box;
}
.
222.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 1.46 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
223.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.22 KB
@import url("https://fonts.googleapis.com/css2?family=Basic&family=Poppins&display=swap");
:root {
--background: #151515;
}
224.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.48 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
225.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.46 KB
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900wght&display=swap");
* {
margin:
226.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 842 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
227.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.08 KB
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400&display=swap");
:root {
--x: 50%;
--y: 50%;
-
228.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 681 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
229.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 867 B
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}
.wrapper a {
color:
230.
index.html |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 472 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
231.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 806 B
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");
body {
display: flex;
height: 100vh;
j
232.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 781 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
233.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.49 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
* {
margin: 0;
padding: 0;
234.
index.html |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.18 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
235.
style.scss |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.44 KB
236.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.94 KB
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
* {
margin: 0;
padding: 0;
box-si
237.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.04 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
238.
style.scss |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.29 KB
239.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 951 B
body {
background: #151515;
color: #fff;
font-family: "Raleway", sans-serif;
}
a {
color: #fff;
text-decoration: none
240.
index.html |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 867 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
241.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.16 KB
body {
background: #151515;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: h
242.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
243.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.23 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
box-sizing
244.
index.html |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 754 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
245.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.16 KB
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body {
background-color: rgba(
246.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 494 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
247.
style.scss |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.17 KB
248.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.16 KB
*,
*::before,
*::after {
margin: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
display: grid;
place
249.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 466 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
250.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.05 KB
251.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 921 B
@property --bg-angle {
inherits: false;
initial-value: 0deg;
syntax: "<angle>";
}
* {
box-sizing: border-box;
}
html {
252.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.04 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
253.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.16 KB
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,900");
body {
display: grid;
place-items: center;
254.
index.html |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.23 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
255.
style.css |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 3.3 KB
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');
* {
box-sizing: border-box;
}
body {
background
256.
index.html |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 535 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
257.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.83 KB
body {
background: #87aade;
display: grid;
place-items: center;
height: 100vh;
}
* {
box-sizing: bord
258.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.28 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
259.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.86 KB
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,500,700);
html {
box-sizing: border-box;
height: 100%;
}
260.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 776 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
261.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.32 KB
*,
*:after,
*:before {
box-sizing: border-box;
}
:root {
--radius: 8px;
--border: 4px;
--height: 48px;
--speed: 0.25s
262.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 2.27 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
263.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.42 KB
body {
display: grid;
place-items: center;
min-height: 100vh;
font-size: 2em;
background-color: #151515;
}
.toggle-co
264.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.28 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>L
265.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.45 KB
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #151515;
}
* {
box-sizing: b
266.
index.html |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 472 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
267.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.01 KB
body {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
b
268.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.65 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>U
269.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.97 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');
* {
margin: 0;
padding: 0;
}
body {
height: 100vh;
270.
index.html |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 498 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
271.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.93 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--input: #ffffff;
--primary: #2
272.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 503 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
273.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.41 KB
body {
margin: 5% auto 0 auto;
width: 90%;
max-width: 1125px;
background-color: #151515;
}
input,
span,
label {
274.
index.html |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 769 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
275.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.35 KB
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
:root {
--primary-color: #fff;
276.
style.css.map |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 715 B
277.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
278.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 4.0 KB
279.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 3.25 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before, *:after {
bo
280.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 991 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>E
281.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.93 KB
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
display: grid;
font-family: Avenir;
-web
282.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 536 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
283.
style.scss |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.61 KB
284.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.4 KB
body,
html {
margin: 0;
padding: 0;
height: 100vh;
}
body {
display: grid;
place-items: center;
transition: backgro
285.
index.html |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 2.04 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
286.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 6.46 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--trans-dur: 0.3s;
font-size:
287.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 2.07 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
288.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 6.58 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
font-size: calc(32px + (40 - 32)*(1
289.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.88 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
290.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.64 KB
:root {
--accent: #04da97;
--border-width: 3px;
--border-radius: 55px;
--font-size: 30px;
}
* {
margin: 0;
padding:
291.
index.html |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 3.92 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
292.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.43 KB
body {
margin: 0;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify
293.
index.html |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.96 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>T
294.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 3.79 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg: hsl(var(--hue), 10%, 90%)
295.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 1.06 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
296.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.06 KB
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700,900');
body {
display: grid;
place-items: center;
297.
index.html |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 668 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
298.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1002 B
body {
display: grid;
place-items: center;
height: 100vh;
background: #151515;
color: white;
font-family
299.
index.html |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.83 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
300.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 6.17 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg: hsl(var(--hue), 10%, 90%)
301.
index.html |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 870 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
302.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.41 KB
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,700);
* {
margin: 0;
padding: 0;
box-sizing: bord
303.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 2.23 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
304.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.04 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--primary: hsl(var(--hue), 90%,
305.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 859 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
306.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.75 KB
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:700');
body {
width: 100vw;
height: 100vh;
display: grid;
307.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 743 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
308.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.18 KB
body {
background: #151515;
height: 100vh;
display: grid;
place-items: center;
}
.input-wrapper label {
pos
309.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 476 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
310.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.4 KB
:root {
--primary-light: #8abdff;
--primary: #6d5dfc;
--primary-dark: #5b0eeb;
--white: #ffffff;
--greyLight-1: #e4ebf
311.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 786 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
312.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.41 KB
* {
margin: 0;
padding: 0;
}
body {
background: #151515;
color: #fff;
display: grid;
place-items: cente
313.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 892 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
314.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.42 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #151515;
color: #fff;
display: grid;
plac
315.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 772 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
316.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.48 KB
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background: linear-gradient(#
317.
style.css.map |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 832 B
318.
index.html |
Owner: cody | Views: 166 | Comments: 0 |
Open/
Source 2.75 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
319.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 6.16 KB
320.
style.css |
Owner: cody | Views: 143 | Comments: 0 |
Open/
Source 4.98 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--off-hue: 3;
--on-hue1: 123;
321.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.9 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>J
322.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.1 KB
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
* {
margin: 0;
padding: 0;
}
::selection {
323.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 1.5 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
324.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 524 B
:root {
--clr-accent: #0aff11;
}
input {
accent-color: var(--clr-accent);
}
body {
padding: 2rem;
background: #061e22;
325.
style.css.map |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 313 B
326.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 449 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
327.
style.scss |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.01 KB
328.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 926 B
*,
*:after,
*:before {
box-sizing: border-box;
}
body {
height: 100vh;
display: grid;
place-items: center;
background
329.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 548 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
330.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.27 KB
:root {
--sz: 10vmin;
--on: #03a9f4;
--of: #fff0;
--gr: #666666;
--tr: all 0.5s ease 0s;
--lg: var(--of);
}
* {
b
331.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1.75 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
332.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 3.45 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg: hsl(var(--hue), 10%, 90%)
333.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 1.3 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>4
334.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.69 KB
html,
body {
height: 100%;
margin: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: "Lato", sans-serif;
335.
index.html |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 751 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
336.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.05 KB
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
ma
337.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 385 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>4
338.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.49 KB
@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400");
body {
width: 100vw;
height: 100vh;
display:
339.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 1.66 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
340.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.19 KB
@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,700&display=swap");
* {
box-sizing: border-box;
}
body {
341.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 1.31 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
342.
style.scss |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.71 KB
343.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.28 KB
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url("https://fonts.googleap
344.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 798 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
345.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 3.09 KB
@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
background: #333;
overflow: hidden;
font-
346.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 699 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
347.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.56 KB
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
margin: 0;
348.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 1.65 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
349.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.37 KB
html {
box-sizing: border-box;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
html {
width: 100%;
height: 100
350.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 4.02 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
351.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 3.47 KB
html {
box-sizing: border-box;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
body {
background: #2bc8dd;
hei
352.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 707 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
353.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.46 KB
body {
margin: 0;
padding: 0;
min-height: 100vh;
background-color: #222224;
font-family: "Open Sans", Verdan
354.
index.html |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 1.35 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
355.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.46 KB
* {
box-sizing: border-box;
}
body {
background-color: #222224;
height: 100vh;
width: 100vw;
position: rela
356.
index.html |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 3.85 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
357.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 751 B
body {
background: #151515;
display: flex;
align-items: center;
flex-direction: column;
height: 100vh;
}
.c
358.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 765 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
359.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.26 KB
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Barlow", sans-serif;
}
.wrapper {
posit
360.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 2.14 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
361.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.25 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100%;
height: 100vh;
background: #67
362.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 2.41 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
363.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.77 KB
* {
padding: 0;
margin: 0;
}
html {
height: 100%;
}
.d-flex {
display: flex;
}
.align-items-center {
alig
364.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 1.42 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
365.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.11 KB
* {
margin: 0;
padding: 0;
}
.container {
min-height: 100vh;
display: grid;
place-items: center;
scroll
366.
index.html |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.04 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>H
367.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.14 KB
body {
margin: 0;
padding: 0;
background: #232323;
color: #cdcdcd;
font-family: "Barlow", sans-serif;
}
#me
368.
index.html |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 749 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>D
369.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.17 KB
html,
body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
background-color: #121314;
}
input {
d
370.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 1010 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
371.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.35 KB
* {
margin: 0;
box-sizing: border-box;
font-family: HelveticaNeue, Helvetica, sans-serif;
}
nav {
color: white;
372.
index.html |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 3.66 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
373.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 3.84 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
box-sizing: border-box;
}
body {
374.
index.html |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 392 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
375.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 829 B
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display
376.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 4.81 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
377.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 6.5 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
378.
index.html |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.22 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>J
379.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 492 B
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
body {
display: grid;
height:
380.
style.css.map |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 149 B
381.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.01 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
382.
style.scss |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 324 B
383.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 310 B
body .darkmode {
display: inline-block;
font-size: 2rem;
padding: 1rem 1rem 0.75rem 1rem;
cursor: pointer;
}
body .darkm
384.
index.html |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 790 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>D
385.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.34 KB
body {
width: 100vw;
height: 100vh;
display: grid;
background: #1e1e24;
place-items: center;
font-family
386.
index.html |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 373 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
387.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.57 KB
@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");
* {
box-sizing: border-box;
}
*::before,
*:
388.
index.html |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 408 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
389.
style.css |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 539 B
body {
background: #17181c;
display: grid;
place-items: center;
height: 100vh;
}
.div-container {
position: relative;
390.
index.html |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 1.71 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
391.
style.scss |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 3.16 KB
392.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.46 KB
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
font-size: 62.5%
393.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 780 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
394.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 3.01 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
395.
index.html |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
396.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.88 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
body {
min-height: 100vh;
display: grid;
397.
index.html |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 386 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
398.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 899 B
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display
399.
index.html |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 520 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
400.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.61 KB
@import url("https://fonts.googleapis.com/css?family=Poppins:700");
*,
*:before,
*:after {
box-sizing: border-box;
marg
401.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 485 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
402.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.06 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #222;
}
.button {
--offset: 10p
403.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.16 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>D
404.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 6.31 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
405.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 429 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
406.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.46 KB
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display
407.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 392 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
408.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.05 KB
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display
409.
index.html |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 1.34 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
410.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.21 KB
*,
*:before,
*:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display:
411.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 1.13 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
412.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 3.41 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*::before,
*::aft
413.
index.html |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 921 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
414.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.04 KB
body {
display: grid;
place-items: center;
height: 100vh;
background: #000;
}
.btn {
background: #49d
415.
index.html |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 535 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
416.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1010 B
body {
background-color: #121314;
display: grid;
place-items: center;
height: 100vh;
}
button {
outline: no
417.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1022 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
418.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.84 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
* {
box-sizing: border-box;
m
419.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 1019 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>M
420.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.38 KB
body {
background: #151515;
height: 100vh;
display: grid;
place-items: center;
}
.wrapper {
width: 200px;
421.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 499 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
422.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.79 KB
/*--Global Styles--*/
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
body {
background-color: #222;
423.
index.html |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 2.32 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
424.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.73 KB
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--hue: 223;
--bg1: hsl(var(--hu
425.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
426.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 992 B
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
margin:
427.
index.html |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
428.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 3.88 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
body {
min-height: 100vh;
display: grid;
429.
index.html |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 971 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
430.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.44 KB
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display
431.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 7.25 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>D
432.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 4.45 KB
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
}
*:before,
*:after
433.
index.html |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 17.4 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
434.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 5.08 KB
*,
*:after,
*:before {
box-sizing: border-box;
}
:root {
--transition: 0.25s;
--spark: 1.8s;
}
body {
--active
435.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 1.57 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>R
436.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.52 KB
html {
box-sizing: border-box;
font-size: 62.5%;
}
html * {
box-sizing: inherit;
}
body {
background-color: #1
437.
index.html |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 595 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
438.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.04 KB
body {
font-family: 'Montserrat', sans-serif;
margin: 0;
background: #121314;
}
.container {
display: flex;
439.
index.html |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 2.35 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
440.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.76 KB
*,
*:after,
*:before {
box-sizing: border-box;
}
:root {
--transition: 0.25s;
--spark: 1.8s;
--hue: 245;
}
bod
441.
index.html |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.38 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>E
442.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.54 KB
*,
::before,
::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: grid;
place-items:
443.
index.html |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
444.
style.scss |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.23 KB
445.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.07 KB
body {
height: 100vh;
display: grid;
place-items: center;
background-color: #151515;
}
button {
outline: none;
heig
446.
index.html |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 914 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
447.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.71 KB
@charset "UTF-8";
body {
font-size: 10px;
font-family: Roboto, sans-serif;
background-color: #ff7b73;
margin: 0
448.
index.html |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 421 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
449.
style.scss |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.4 KB
450.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.28 KB
body {
background-color: #000;
display: grid;
place-items: center;
height: 100vh;
}
button {
position: relative;
ou
451.
index.html |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 7.49 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
452.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.22 KB
* {
box-sizing: border-box;
}
:root {
--background-color: #151515;
--on-color: #ffc107;
--off-color: #666;
453.
index.html |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.07 KB
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>F
454.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.92 KB
:root {
--height: 100px;
--width: 200px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
455.
index.html |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 418 B
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
456.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.09 KB
body {
width: 100vw;
height: 100vh;
display: grid;
background: #1e1e24;
place-items: center;
}
.btn-flip {
457.
README.md |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 81 B
# Mini-Projects
Mini projects for beginners made using HTML, CSS and JavaScript.
458.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 3.75 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
459.
style.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 34.71 KB
/* author: https://codepen.io/RAFA3L/pen/PoVYoPN
Rafa
*/
@import url('https://fonts.cdnfonts.com/css/lcd');
*{
box-sizing:
460.
main.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 1.07 KB
function updateTimeAndDate() {
const now = new Date();
let hours = now.getHours();
const minutes = now.getMinutes().
461.
dom.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 416 B
var inspect = require('../../');
var test = require('tape');
test('dom element', function (t) {
t.plan(1);
var d = doc
462.
init.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 853 B
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
463.
query.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 885 B
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
464.
layer.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 3.22 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
465.
route.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 4.18 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
466.
index.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 14.77 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
467.
cp950.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 15.32 KB
[
["0","\u0000",127],
["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],
["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△
468.
cp936.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 20.31 KB
[
["0","\u0000",127,"€"],
["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],
["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌
469.
eucjp.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 15.25 KB
[
["0","\u0000",127],
["8ea1","。",62],
["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#
470.
big5-added.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 6.29 KB
[
["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],
["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],
["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆
471.
gb18030-ranges.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.16 KB
{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,5
472.
shiftjis.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 8.89 KB
[
["0","\u0000",128],
["a1","。",62],
["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],
["8180","÷=≠<>≦≧∞∴♂
473.
cp949.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 16.92 KB
[
["0","\u0000",127],
["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],
["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],
["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"
474.
gbk-added.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 954 B
[
["a140","",62],
["a180","",32],
["a240","",62],
["a280","",32],
["a2ab","",5],
["a2e3","€"],
["a2ef",""],
["a2fd",""
475.
get-own-property-symbols.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 686 B
'use strict';
var test = require('tape');
if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
test('has nativ
476.
core-js.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 723 B
'use strict';
var test = require('tape');
if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
test('has nativ
477.
raw.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.84 KB
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module depende
478.
text.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 2.23 KB
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module depende
479.
urlencoded.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.66 KB
/*!
* body-parser
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'
480.
json.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 4.89 KB
/*!
* body-parser
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'
481.
readme.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.84 KB
# ms
![CI](https://github.com/vercel/ms/workflows/CI/badge.svg)
Use this package to easily convert various time formats to mil
482.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 732 B
{
"name": "ms",
"version": "2.1.3",
"description": "Tiny millisecond conversion utility",
"repository": "vercel/ms",
"
483.
license.md |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.05 KB
The MIT License (MIT)
Copyright (c) 2020 Vercel, Inc.
Permission is hereby granted, free of charge, to any person obtaining a
484.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 2.95 KB
/**
* Helpers.
*/
var s = 1000;
var m = s * 60;
var h = m * 60;
var d = h * 24;
var w = d * 7;
var y = d * 365.25;
/**
* Pa
485.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.48 KB
/*!
* depd
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @public
486.
FUNDING.yml |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 563 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
487.
FUNDING.yml |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 585 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
488.
fakes.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 683 B
'use strict';
var inspect = require('../');
var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')()
489.
inspect.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 4.83 KB
var test = require('tape');
var hasSymbols = require('has-symbols/shams')();
var utilInspect = require('../util.inspect');
var r
490.
indent-option.js |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 6.48 KB
var test = require('tape');
var forEach = require('for-each');
var inspect = require('../');
test('bad indent options', functi
491.
undef.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 302 B
var test = require('tape');
var inspect = require('../');
var obj = { a: 1, b: [3, 4, undefined, null], c: undefined, d: null }
492.
has.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 514 B
'use strict';
var inspect = require('../');
var test = require('tape');
var mockProperty = require('mock-property');
test('whe
493.
number.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.26 KB
var test = require('tape');
var v = require('es-value-fixtures');
var forEach = require('for-each');
var inspect = require('../
494.
circular.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 451 B
var inspect = require('../');
var test = require('tape');
test('circular', function (t) {
t.plan(2);
var obj = { a: 1,
495.
holes.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 255 B
var test = require('tape');
var inspect = require('../');
var xs = ['a', 'b'];
xs[5] = 'f';
xs[7] = 'j';
xs[8] = 'k';
test('ho
496.
deep.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 400 B
var inspect = require('../');
var test = require('tape');
test('deep', function (t) {
t.plan(4);
var obj = [[[[[[500]]]
497.
toStringTag.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.51 KB
'use strict';
var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')();
var inspect = require('../'
498.
quoteStyle.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 933 B
'use strict';
var inspect = require('../');
var test = require('tape');
test('quoteStyle option', function (t) {
t['throws
499.
err.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.5 KB
var test = require('tape');
var ErrorWithCause = require('error-cause/Error');
var inspect = require('../');
test('type error'
500.
values.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 6.87 KB
'use strict';
var inspect = require('../');
var test = require('tape');
var mockProperty = require('mock-property');
var hasSym
501.
element.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.54 KB
var inspect = require('../');
var test = require('tape');
test('element', function (t) {
t.plan(3);
var elem = {
502.
fn.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.17 KB
var inspect = require('../');
var test = require('tape');
var arrow = require('make-arrow-function')();
var functionsHaveConfigu
503.
lowbyte.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 268 B
var test = require('tape');
var inspect = require('../');
var obj = { x: 'a\r\nb', y: '\x05! \x1f \x12' };
test('interpolate l
504.
bigint.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.03 KB
'use strict';
var inspect = require('../');
var test = require('tape');
var hasToStringTag = require('has-tostringtag/shams')()
505.
global.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 372 B
'use strict';
var inspect = require('../');
var test = require('tape');
var globalThis = require('globalthis')();
test('globa
506.
inspect.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 251 B
'use strict';
/* eslint-env browser */
var inspect = require('../');
var d = document.createElement('div');
d.setAttribute('id
507.
circular.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 116 B
'use strict';
var inspect = require('../');
var obj = { a: 1, b: [3, 4] };
obj.c = obj;
console.log(inspect(obj));
508.
all.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 391 B
'use strict';
var inspect = require('../');
var Buffer = require('safer-buffer').Buffer;
var holes = ['a', 'b'];
holes[4] = 'e
509.
fn.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 126 B
'use strict';
var inspect = require('../');
var obj = [1, 2, function f(n) { return n + 5; }, 4];
console.log(inspect(obj));
510.
FUNDING.yml |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 552 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
511.
mediaType.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.23 KB
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
512.
charset.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 3.01 KB
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
513.
language.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 3.33 KB
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
514.
encoding.js |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 3.42 KB
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
515.
view.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 3.25 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
516.
utils.js |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 5.82 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
517.
express.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.35 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
518.
application.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 14.25 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
519.
request.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 12.21 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
520.
response.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 27.36 KB
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
521.
streams.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 3.31 KB
"use strict";
var Buffer = require("buffer").Buffer,
Transform = require("stream").Transform;
// == Exports =============
522.
index.d.ts |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 982 B
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
523.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.0 KB
"use strict";
// Some environments don't have global Buffer (e.g. React Native).
// Solution would be installing npm modules "b
524.
extend-node.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 8.5 KB
"use strict";
var Buffer = require("buffer").Buffer;
// Note: not polyfilled with safer-buffer on a purpose, as overrides Buffer
525.
bom-handling.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.08 KB
"use strict";
var BOMChar = '\uFEFF';
exports.PrependBOM = PrependBOMWrapper
function PrependBOMWrapper(encoder, options) {
526.
sbcs-data.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 4.09 KB
"use strict";
// Manually added data to be used by sbcs codec in addition to generated one.
module.exports = {
// Not supp
527.
utf16.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 4.89 KB
"use strict";
var Buffer = require("safer-buffer").Buffer;
// Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/i
528.
utf7.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 9.0 KB
"use strict";
var Buffer = require("safer-buffer").Buffer;
// UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
//
529.
sbcs-codec.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 2.14 KB
"use strict";
var Buffer = require("safer-buffer").Buffer;
// Single-byte codec. Needs a 'chars' string parameter that contains
530.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 710 B
"use strict";
// Update this array if you add/rename/remove files in this directory.
// We support Browserify by skipping autom
531.
sbcs-data-generated.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 18.42 KB
"use strict";
// Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script.
module.exp
532.
dbcs-data.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 8.09 KB
"use strict";
// Description of supported double byte encodings and aliases.
// Tables are not require()-d until they are neede
533.
dbcs-codec.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 20.91 KB
"use strict";
var Buffer = require("safer-buffer").Buffer;
// Multibyte codec. In this scheme, a character is represented by 1
534.
internal.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 5.97 KB
"use strict";
var Buffer = require("safer-buffer").Buffer;
// Export Node.js internal encodings.
module.exports = {
// Enc
535.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 690 B
'use strict'
/* eslint-env mocha */
/* eslint no-proto: 0 */
var assert = require('assert')
var setPrototypeOf = require('..')
536.
FUNDING.yml |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 582 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
537.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 654 B
'use strict';
var test = require('tape');
var hasSymbols = require('../');
var runSymbolTests = require('./tests');
test('inte
538.
tests.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.97 KB
'use strict';
// eslint-disable-next-line consistent-return
module.exports = function runSymbolTests(t) {
t.equal(typeof Symbo
539.
FUNDING.yml |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 580 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
540.
callBound.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 2.29 KB
'use strict';
var test = require('tape');
var callBound = require('../callBound');
test('callBound', function (t) {
// stati
541.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 3.75 KB
'use strict';
var callBind = require('../');
var bind = require('function-bind');
var gOPD = require('gopd');
var hasStrictMode
542.
FUNDING.yml |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 580 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
543.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 477 B
'use strict';
var test = require('tape');
var hasProto = require('../');
test('hasProto', function (t) {
var result = hasProt
544.
ipaddr.js.d.ts |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.89 KB
declare module "ipaddr.js" {
type IPv4Range = 'unicast' | 'unspecified' | 'broadcast' | 'multicast' | 'linkLocal' | 'loopbac
545.
ipaddr.js |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 18.88 KB
(function() {
var expandIPv6, ipaddr, ipv4Part, ipv4Regexes, ipv6Part, ipv6Regexes, matchCIDR, root, zoneIndex;
ipaddr = {}
546.
FUNDING.yml |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 575 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
547.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 590 B
'use strict';
var test = require('tape');
var gOPD = require('../');
test('gOPD', function (t) {
t.test('supported', { skip:
548.
FUNDING.yml |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 548 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
549.
qs.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 67.51 KB
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&d
550.
utils.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 6.66 KB
'use strict';
var formats = require('./formats');
var has = Object.prototype.hasOwnProperty;
var isArray = Array.isArray;
var
551.
parse.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 9.15 KB
'use strict';
var utils = require('./utils');
var has = Object.prototype.hasOwnProperty;
var isArray = Array.isArray;
var def
552.
stringify.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 10.11 KB
'use strict';
var getSideChannel = require('side-channel');
var utils = require('./utils');
var formats = require('./formats');
553.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 211 B
'use strict';
var stringify = require('./stringify');
var parse = require('./parse');
var formats = require('./formats');
modu
554.
formats.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 476 B
'use strict';
var replace = String.prototype.replace;
var percentTwenties = /%20/g;
var Format = {
RFC1738: 'RFC1738',
555.
utils.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 4.99 KB
'use strict';
var test = require('tape');
var inspect = require('object-inspect');
var SaferBuffer = require('safer-buffer').Bu
556.
parse.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 35.0 KB
'use strict';
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('ic
557.
stringify.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 34.34 KB
'use strict';
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('ic
558.
FUNDING.yml |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 583 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
559.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.7 KB
'use strict';
var test = require('tape');
var getSideChannel = require('../');
test('export', function (t) {
t.equal(typeof
560.
FUNDING.yml |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 584 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
561.
SECURITY.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 157 B
# Security
Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential secur
562.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 8.78 KB
// jscs:disable requireUseStrict
var test = require('tape');
var functionBind = require('../implementation');
var getCurrentCo
563.
FUNDING.yml |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 584 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
564.
GetIntrinsic.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 8.56 KB
'use strict';
var GetIntrinsic = require('../');
var test = require('tape');
var forEach = require('for-each');
var debug = re
565.
FUNDING.yml |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 595 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
566.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.37 KB
'use strict';
var test = require('tape');
var hasPropertyDescriptors = require('../');
var sentinel = {};
test('hasPropertyD
567.
inspector-log.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 373 B
module.exports = inspectorLog;
// black hole
const nullStream = new (require('stream').Writable)();
nullStream._write = () => {
568.
node.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 5.87 KB
/**
* Module dependencies.
*/
var tty = require('tty');
var util = require('util');
/**
* This is the Node.js implementatio
569.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 263 B
/**
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/
if (typeof process !== 'undefi
570.
browser.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 4.62 KB
/**
* This is the web browser implementation of `debug()`.
*
* Expose `debug()` as the module.
*/
exports = module.exports
571.
debug.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 4.29 KB
/**
* This is the common logic for both the Node.js and web browser
* implementations of `debug()`.
*
* Expose `debug()` as
572.
read.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 4.22 KB
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module depende
573.
test.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 2.28 KB
/**
* Usage: node test.js
*/
var mime = require('../mime');
var assert = require('assert');
var path = require('path');
//
/
574.
build.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.32 KB
#!/usr/bin/env node
'use strict';
const fs = require('fs');
const path = require('path');
const mimeScore = require('mime-scor
575.
FUNDING.yml |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 591 B
# These are supported funding model platforms
github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
576.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 10.2 KB
'use strict';
var test = require('tape');
var v = require('es-value-fixtures');
var forEach = require('for-each');
var inspect
577.
dangerous.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.45 KB
/* eslint-disable node/no-deprecated-api */
'use strict'
var buffer = require('buffer')
var Buffer = buffer.Buffer
var safer =
578.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 822 B
{
"name": "safer-buffer",
"version": "2.1.2",
"description": "Modern Buffer API polyfill without footguns",
"main": "saf
579.
Readme.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 8.04 KB
# safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript style guide][standard-image]][st
580.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.07 KB
581.
tests.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 15.37 KB
/* eslint-disable node/no-deprecated-api */
'use strict'
var test = require('tape')
var buffer = require('buffer')
var index
582.
Porting-Buffer.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 12.45 KB
# Porting to the Buffer.from/Buffer.alloc API
<a id="overview"></a>
## Overview
- [Variant 1: Drop support for Node.js ≤ 4.4.x
583.
safer.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 2.06 KB
/* eslint-disable node/no-deprecated-api */
'use strict'
var buffer = require('buffer')
var Buffer = buffer.Buffer
var safer
584.
readme.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.68 KB
# ms
[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
[![Slack Channel](http:/
585.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 704 B
{
"name": "ms",
"version": "2.0.0",
"description": "Tiny milisecond conversion utility",
"repository": "zeit/ms",
"mai
586.
license.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.05 KB
The MIT License (MIT)
Copyright (c) 2016 Zeit, Inc.
Permission is hereby granted, free of charge, to any person obtaining a co
587.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 2.7 KB
/**
* Helpers.
*/
var s = 1000;
var m = s * 60;
var h = m * 60;
var d = h * 24;
var y = d * 365.25;
/**
* Parse or format t
588.
HISTORY.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 523 B
1.0.5 / 2023-01-29
==================
* perf: skip value escaping when unnecessary
1.0.4 / 2017-09-11
==================
589.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.05 KB
{
"name": "content-type",
"description": "Create and parse HTTP Content-Type header",
"version": "1.0.5",
"author": "Dou
590.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.06 KB
591.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 4.88 KB
/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* RegExp to match *(
592.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.72 KB
# content-type
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version
593.
package.json |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.09 KB
{
"name": "set-function-length",
"version": "1.1.1",
"description": "Set a function's length property",
"main": "index.js",
594.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.06 KB
595.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.14 KB
'use strict';
var GetIntrinsic = require('get-intrinsic');
var define = require('define-data-property');
var hasDescriptors = r
596.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.11 KB
# set-function-length <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-ur
597.
env.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 707 B
'use strict';
var gOPD = require('gopd');
var functionsHaveConfigurableLengths = gOPD && gOPD(function () {}, 'length').config
598.
CHANGELOG.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.26 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
599.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 400 B
0.2.0 / 2021-05-31
==================
* Use `req.socket` over deprecated `req.connection`
0.1.2 / 2017-09-14
===============
600.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.12 KB
{
"name": "forwarded",
"description": "Parse HTTP X-Forwarded-For header",
"version": "0.2.0",
"contributors": [
"Do
601.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.07 KB
602.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.54 KB
/*!
* forwarded
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
603.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.62 KB
# forwarded
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-ve
604.
HISTORY.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 5.32 KB
1.6.18 / 2019-04-26
===================
* Fix regression passing request object to `typeis.is`
1.6.17 / 2019-04-25
=========
605.
package.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.11 KB
{
"name": "type-is",
"description": "Infer the content-type of a request.",
"version": "1.6.18",
"contributors": [
"
606.
LICENSE |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.14 KB
607.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 5.43 KB
/*!
* type-is
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use
608.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 5.06 KB
# type-is
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][nod
609.
util.inspect.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 42 B
module.exports = require('util').inspect;
610.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.64 KB
{
"name": "object-inspect",
"version": "1.13.1",
"description": "string representations of objects in node and the browser
611.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.05 KB
612.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 18.44 KB
var hasMap = typeof Map === 'function' && Map.prototype;
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Obj
613.
test-core-js.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 534 B
'use strict';
require('core-js');
var inspect = require('./');
var test = require('tape');
test('Maps', function (t) {
t.
614.
package-support.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 365 B
{
"versions": [
{
"version": "*",
"target": {
"node": "all"
},
"response": {
"type
615.
CHANGELOG.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 32.43 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
616.
readme.markdown |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.87 KB
617.
index.d.ts.map |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 117 B
618.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 2.29 KB
{
"name": "hasown",
"version": "2.0.0",
"description": "A robust, ES3 compatible, \"has own property\" predicate.",
"main":
619.
index.d.ts |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 117 B
declare const _exports: (o: {}, p: PropertyKey) => p is never;
export = _exports;
//# sourceMappingURL=index.d.ts.map
620.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.06 KB
621.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 234 B
'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-b
622.
tsconfig.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 3.53 KB
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */
/* Langua
623.
README.md |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.58 KB
# hasown <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverag
624.
CHANGELOG.md |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 904 B
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
625.
HISTORY.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.44 KB
0.6.3 / 2022-01-22
==================
* Revert "Lazy-load modules from main entry point"
0.6.2 / 2019-04-29
================
626.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 993 B
{
"name": "negotiator",
"description": "HTTP content negotiation",
"version": "0.6.3",
"contributors": [
"Douglas Ch
627.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.15 KB
628.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 2.39 KB
/*!
* negotiator
* Copyright(c) 2012 Federico Romero
* Copyright(c) 2012-2014 Isaac Z. Schlueter
* Copyright(c) 2015 Douglas
629.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 4.79 KB
# negotiator
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-v
630.
package.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 958 B
{
"name": "bytes",
"description": "Utility to parse a string bytes to bytes and vice-versa",
"version": "3.1.2",
"author
631.
Readme.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 4.62 KB
# Bytes utility
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][ci-ima
632.
LICENSE |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.13 KB
633.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 3.53 KB
/*!
* bytes
* Copyright(c) 2012-2014 TJ Holowaychuk
* Copyright(c) 2015 Jed Watson
* MIT Licensed
*/
'use strict';
/**
*
634.
History.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.73 KB
3.1.2 / 2022-01-27
==================
* Fix return value for un-parsable strings
3.1.1 / 2021-11-15
==================
*
635.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 581 B
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"ve
636.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 749 B
637.
inherits.js |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 250 B
try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.e
638.
README.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.59 KB
Browser-friendly inheritance fully compatible with standard node.js
[inherits](http://nodejs.org/api/util.html#util_util_inherit
639.
inherits_browser.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 753 B
if (typeof Object.create === 'function') {
// implementation from standard node.js 'util' module
module.exports = function i
640.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.56 KB
{
"name": "express",
"description": "Fast, unopinionated, minimalist web framework",
"version": "4.18.2",
"author": "TJ
641.
Readme.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 5.29 KB
[![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)
Fast, unopinionated, minimalist web
642.
LICENSE |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.22 KB
643.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 224 B
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
644.
History.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 110.46 KB
4.18.2 / 2022-10-08
===================
* Fix regression routing a large stack in a single route
* deps: body-parser@1.20.1
645.
HISTORY.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 128 B
1.0.1 / 2021-11-14
==================
* pref: enable strict mode
1.0.0 / 2018-07-09
==================
* Initial release
646.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.12 KB
{
"name": "toidentifier",
"description": "Convert a string of words to a JavaScript identifier",
"version": "1.0.1",
"au
647.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.08 KB
648.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 504 B
/*!
* toidentifier
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
*
649.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.76 KB
# toidentifier
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][github-
650.
HISTORY.md |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 12.29 KB
1.52.0 / 2022-02-21
===================
* Add extensions from IANA for more `image/*` types
* Add extension `.asc` to `appl
651.
db.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 181.53 KB
{
"application/1d-interleaved-parityfec": {
"source": "iana"
},
"application/3gpdash-qoe-report+xml": {
"source":
652.
package.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.59 KB
{
"name": "mime-db",
"description": "Media Type Database",
"version": "1.52.0",
"contributors": [
"Douglas Christoph
653.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.14 KB
654.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 189 B
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
/**
655.
README.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 4.0 KB
# mime-db
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][nod
656.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 3.05 KB
0.5.0 / 2022-04-11
==================
* Add `priority` option
* Fix `expires` option to reject invalid dates
* pref: impr
657.
SECURITY.md |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.15 KB
# Security Policies and Procedures
## Reporting a Bug
The `cookie` team and community take all security bugs seriously. Thank
658.
package.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.11 KB
{
"name": "cookie",
"description": "HTTP server cookie parsing and serialization",
"version": "0.5.0",
"author": "Roman
659.
LICENSE |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.15 KB
660.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 5.1 KB
/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use
661.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 11.01 KB
# cookie
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node
662.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.69 KB
1.8.1 / 2017-09-12
==================
* perf: replace regular expression with substring
1.8.0 / 2017-02-18
=================
663.
package.json |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.27 KB
{
"name": "etag",
"description": "Create simple HTTP ETags",
"version": "1.8.1",
"contributors": [
"Douglas Christop
664.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.07 KB
665.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 2.42 KB
/*!
* etag
* Copyright(c) 2014-2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @p
666.
README.md |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 4.08 KB
# etag
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version
667.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.2 KB
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.24",
"
668.
LICENSE |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.04 KB
669.
Changelog.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 4.24 KB
# 0.4.24 / 2018-08-22
* Added MIK encoding (#196, by @Ivan-Kalatchev)
# 0.4.23 / 2018-05-07
* Fix deprecation warning in
670.
README.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 6.38 KB
## Pure JS character encoding conversion [![Build Status](https://travis-ci.org/ashtuchkin/iconv-lite.svg?branch=master)](https:
671.
HISTORY.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 792 B
1.1.2 / 2017-09-23
==================
* perf: improve header token parsing speed
1.1.1 / 2017-03-20
==================
*
672.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.19 KB
{
"name": "vary",
"description": "Manipulate the HTTP Vary header",
"version": "1.1.2",
"author": "Douglas Christopher W
673.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.07 KB
674.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.86 KB
/*!
* vary
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
*/
675.
README.md |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 2.65 KB
# vary
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version
676.
package.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.23 KB
{
"name": "setprototypeof",
"version": "1.2.0",
"description": "A small polyfill for Object.setprototypeof",
"main": "in
677.
index.d.ts |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 93 B
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;
678.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 727 B
679.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 407 B
'use strict'
/* eslint no-proto: 0 */
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf
680.
README.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 844 B
# Polyfill for `Object.setPrototypeOf`
[![NPM Version](https://img.shields.io/npm/v/setprototypeof.svg)](https://npmjs.org/pack
681.
HISTORY.md |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.46 KB
0.5.2 / 2017-09-13
==================
* Fix regression matching multiple ETags in `If-None-Match`
* perf: improve `If-None-
682.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.33 KB
{
"name": "fresh",
"description": "HTTP response freshness testing",
"version": "0.5.2",
"author": "TJ Holowaychuk <tj@v
683.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.15 KB
684.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 2.65 KB
/*!
* fresh
* Copyright(c) 2012 TJ Holowaychuk
* Copyright(c) 2016-2017 Douglas Christopher Wilson
* MIT Licensed
*/
'use
685.
README.md |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 3.29 KB
# fresh
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-versio
686.
shams.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.72 KB
'use strict';
/* eslint complexity: [2, 18], max-statements: [2, 33] */
module.exports = function hasSymbols() {
if (typeof Sy
687.
package.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.59 KB
{
"name": "has-symbols",
"version": "1.0.3",
"description": "Determine if the JS environment has Symbol support. Supports spe
688.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.05 KB
689.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 420 B
'use strict';
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
var hasSymbolSham = require('./shams');
module.exports
690.
README.md |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.0 KB
# has-symbols <sup>[![Version Badge][2]][1]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][
691.
CHANGELOG.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 7.51 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
692.
package.json |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.16 KB
{
"name": "call-bind",
"version": "1.0.5",
"description": "Robustly `.call.bind()` a function",
"main": "index.js",
"export
693.
callBound.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 413 B
'use strict';
var GetIntrinsic = require('get-intrinsic');
var callBind = require('./');
var $indexOf = callBind(GetIntrinsic
694.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.05 KB
695.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.18 KB
'use strict';
var bind = require('function-bind');
var GetIntrinsic = require('get-intrinsic');
var setFunctionLength = require
696.
README.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.98 KB
# call-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![cove
697.
CHANGELOG.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 6.87 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
698.
HISTORY.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 4.98 KB
1.3.8 / 2022-02-02
==================
* deps: mime-types@~2.1.34
- deps: mime-db@~1.51.0
* deps: negotiator@0.6.3
1.3.
699.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.13 KB
{
"name": "accepts",
"description": "Higher-level content negotiation",
"version": "1.3.8",
"contributors": [
"Dougl
700.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.14 KB
701.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 5.13 KB
/*!
* accepts
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use stric
702.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.03 KB
# accepts
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][nod
703.
HISTORY.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 461 B
0.3.0 / 2014-09-07
==================
* Support Node.js 0.6
* Throw error when parameter format invalid on parse
0.2.0 / 2
704.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 759 B
{
"name": "media-typer",
"description": "Simple RFC 6838 media type parser and formatter",
"version": "0.3.0",
"author":
705.
LICENSE |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.06 KB
706.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 6.23 KB
/*!
* media-typer
* Copyright(c) 2014 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* RegExp to match *( ";" parameter
707.
README.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.32 KB
# media-typer
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-
708.
HISTORY.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 8.61 KB
2.1.35 / 2022-03-12
===================
* deps: mime-db@1.52.0
- Add extensions from IANA for more `image/*` types
-
709.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.12 KB
{
"name": "mime-types",
"description": "The ultimate javascript content-type utility.",
"version": "2.1.35",
"contributo
710.
LICENSE |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.14 KB
711.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 3.58 KB
/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use st
712.
README.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.4 KB
# mime-types
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][
713.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.1 KB
{
"name": "destroy",
"description": "destroy a stream if possible",
"version": "1.2.0",
"author": {
"name": "Jonatha
714.
LICENSE |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.15 KB
715.
index.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 4.16 KB
/*!
* destroy
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
'use
716.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.4 KB
# destroy
[![NPM version][npm-image]][npm-url]
[![Build Status][github-actions-ci-image]][github-actions-ci-url]
[![Test covera
717.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.86 KB
{
"name": "has-proto",
"version": "1.0.1",
"description": "Does this environment have the ability to get the [[Prototype]] of
718.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.04 KB
719.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 197 B
'use strict';
var test = {
foo: {}
};
var $Object = Object;
module.exports = function hasProto() {
return { __proto__: test
720.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.58 KB
# has-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![cove
721.
CHANGELOG.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.27 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
722.
HISTORY.md |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 427 B
1.1.2 / 2016-01-17
==================
* perf: enable strict mode
1.1.1 / 2014-12-30
==================
* Improve `browser
723.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 947 B
{
"name": "methods",
"description": "HTTP methods that node supports",
"version": "1.1.2",
"contributors": [
"Dougla
724.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.15 KB
725.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.02 KB
/*!
* methods
* Copyright(c) 2013-2014 TJ Holowaychuk
* Copyright(c) 2015-2016 Douglas Christopher Wilson
* MIT Licensed
*/
726.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.65 KB
# Methods
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-vers
727.
HISTORY.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.82 KB
2.4.1 / 2022-02-22
==================
* Fix error on early async hooks implementations
2.4.0 / 2022-02-21
==================
728.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.03 KB
{
"name": "on-finished",
"description": "Execute a callback when a request closes, finishes, or errors",
"version": "2.4.1
729.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.14 KB
730.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 4.33 KB
/*!
* on-finished
* Copyright(c) 2013 Jonathan Ong
* Copyright(c) 2014 Douglas Christopher Wilson
* MIT Licensed
*/
'use s
731.
README.md |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 5.04 KB
# on-finished
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version]
732.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 492 B
{
"name": "cookie-signature",
"version": "1.0.6",
"description": "Sign and unsign cookies",
"keywords": ["cookie", "sign
733.
Readme.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.46 KB
# cookie-signature
Sign and unsign cookies.
## Example
```js
var cookie = require('cookie-signature');
var val = cookie.s
734.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.2 KB
/**
* Module dependencies.
*/
var crypto = require('crypto');
/**
* Sign the given `val` with `secret`.
*
* @param {Strin
735.
History.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 695 B
1.0.6 / 2015-02-03
==================
* use `npm test` instead of `make test` to run tests
* clearer assertion messages when ch
736.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 859 B
{
"name": "ee-first",
"description": "return the first event in a set of ee/event pairs",
"version": "1.1.1",
"author":
737.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.07 KB
738.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.64 KB
/*!
* ee-first
* Copyright(c) 2014 Jonathan Ong
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @public
*/
modu
739.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.56 KB
# EE First
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]]
740.
codes.json |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.75 KB
{
"100": "Continue",
"101": "Switching Protocols",
"102": "Processing",
"103": "Early Hints",
"200": "OK",
"201": "C
741.
HISTORY.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.51 KB
2.0.1 / 2021-01-03
==================
* Fix returning values from `Object.prototype`
2.0.0 / 2020-04-19
==================
742.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.41 KB
{
"name": "statuses",
"description": "HTTP status utility",
"version": "2.0.1",
"contributors": [
"Douglas Christoph
743.
LICENSE |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.14 KB
744.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.55 KB
/*!
* statuses
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use stri
745.
README.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.48 KB
# statuses
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][no
746.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 719 B
{
"name": "ipaddr.js",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"version": "1.9
747.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.06 KB
748.
ipaddr.min.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 9.51 KB
(function(){var r,t,n,e,i,o,a,s;t={},s=this,"undefined"!=typeof module&&null!==module&&module.exports?module.exports=t:s.ipaddr=
749.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 8.11 KB
# ipaddr.js — an IPv6 and IPv4 address manipulation library [![Build Status](https://travis-ci.org/whitequark/ipaddr.js.svg)](ht
750.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.83 KB
{
"name": "gopd",
"version": "1.0.1",
"description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken impleme
751.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.05 KB
752.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 263 B
'use strict';
var GetIntrinsic = require('get-intrinsic');
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true)
753.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.53 KB
# gopd <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage]
754.
CHANGELOG.md |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.5 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
755.
HISTORY.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 5.82 KB
2.5.1 / 2022-02-28
==================
* Fix error on early async hooks implementations
2.5.0 / 2022-02-21
==================
756.
SECURITY.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.16 KB
# Security Policies and Procedures
## Reporting a Bug
The `raw-body` team and community take all security bugs seriously. Than
757.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.29 KB
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "2.5.1",
"author"
758.
index.d.ts |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.23 KB
import { Readable } from 'stream';
declare namespace getRawBody {
export type Encoding = string | true;
export interface O
759.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.15 KB
760.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 6.74 KB
/*!
* raw-body
* Copyright(c) 2013-2014 Jonathan Ong
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/
761.
README.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 6.38 KB
# raw-body
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-ver
762.
HISTORY.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 10.29 KB
1.15.0 / 2022-03-24
===================
* deps: send@0.18.0
- Fix emitted 416 error missing headers property
- Limit
763.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.11 KB
{
"name": "serve-static",
"description": "Serve static files",
"version": "1.15.0",
"author": "Douglas Christopher Wilso
764.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.16 KB
765.
index.js |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 4.46 KB
/*!
* serve-static
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* Copyright(c) 2014-2016 Douglas Chris
766.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 7.63 KB
# serve-static
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Linux Build][gi
767.
LICENSE.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.56 KB
BSD 3-Clause License
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contrib
768.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.26 KB
{
"name": "qs",
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"homepag
769.
README.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 20.44 KB
# qs <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][c
770.
CHANGELOG.md |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 28.95 KB
## **6.11.0
- [New] [Fix] `stringify`: revert 0e903c0; add `commaRoundTrip` option (#442)
- [readme] fix version badge
## **6.1
771.
HISTORY.md |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 59 B
1.0.0 / 2015-06-14
==================
* Initial release
772.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 770 B
{
"name": "unpipe",
"description": "Unpipe a stream from all destinations",
"version": "1.0.0",
"author": "Douglas Chris
773.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.09 KB
774.
index.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.09 KB
/*!
* unpipe
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @publ
775.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.22 KB
# unpipe
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image
776.
mime.cmd |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 299 B
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%d
777.
mime.ps1 |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 769 B
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6
778.
mime |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 371 B
779.
package.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 857 B
{
"name": "utils-merge",
"version": "1.0.1",
"description": "merge() utility function",
"keywords": [
"util"
],
780.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.06 KB
781.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 381 B
/**
* Merge object b with object a.
*
* var a = { foo: 'bar' }
* , b = { bar: 'baz' };
*
* merge(a, b);
*
782.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.29 KB
# utils-merge
[![Version](https://img.shields.io/npm/v/utils-merge.svg?label=version)](https://www.npmjs.com/package/utils-merg
783.
array-flatten.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.17 KB
'use strict'
/**
* Expose `arrayFlatten`.
*/
module.exports = arrayFlatten
/**
* Recursive flatten function with depth.
*
784.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 879 B
{
"name": "array-flatten",
"version": "1.1.1",
"description": "Flatten an array of nested arrays into a single flat array"
785.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.08 KB
786.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.22 KB
# Array Flatten
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis
787.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.64 KB
{
"name": "side-channel",
"version": "1.0.4",
"description": "Store information about any JS value in a side channel. Uses We
788.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.05 KB
789.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 3.31 KB
'use strict';
var GetIntrinsic = require('get-intrinsic');
var callBound = require('call-bind/callBound');
var inspect = requir
790.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 98 B
# side-channel
Store information about any JS value in a side channel. Uses WeakMap if available.
791.
CHANGELOG.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 5.48 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
792.
implementation.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 2.0 KB
'use strict';
/* eslint no-invalid-this: 1 */
var ERROR_MESSAGE = 'Function.prototype.bind called on incompatible ';
var toStr
793.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 2.21 KB
{
"name": "function-bind",
"version": "1.1.2",
"description": "Implementation of Function.prototype.bind",
"keywords": [
794.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.03 KB
795.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 126 B
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;
796.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.71 KB
# function-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
<!-
797.
CHANGELOG.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 13.48 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
798.
package.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 434 B
{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"keywor
799.
Readme.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 704 B
# escape-html
Escape string for use in HTML
## Example
```js
var escape = require('escape-html');
var html = escape('foo &
800.
LICENSE |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.13 KB
801.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.33 KB
/*!
* escape-html
* Copyright(c) 2012-2013 TJ Holowaychuk
* Copyright(c) 2015 Andreas Lubbe
* Copyright(c) 2015 Tiancheng "T
802.
package.json |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.32 KB
{
"name": "get-intrinsic",
"version": "1.2.2",
"description": "Get and robustly cache all JS language-level intrinsics at fir
803.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.05 KB
804.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 13.01 KB
'use strict';
var undefined;
var $SyntaxError = SyntaxError;
var $Function = Function;
var $TypeError = TypeError;
// eslint-
805.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.73 KB
# get-intrinsic <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![
806.
CHANGELOG.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 9.99 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
807.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 917 B
1.2.1 / 2019-05-10
==================
* Improve error when `str` is not a string
1.2.0 / 2016-06-01
==================
*
808.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.16 KB
{
"name": "range-parser",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"description": "Rang
809.
LICENSE |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.15 KB
810.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 2.83 KB
/*!
* range-parser
* Copyright(c) 2012-2014 TJ Holowaychuk
* Copyright(c) 2015-2016 Douglas Christopher Wilson
* MIT License
811.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.22 KB
# range-parser
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version
812.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 554 B
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "0.1.7",
"files": [
"i
813.
Readme.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.08 KB
# Path-to-RegExp
Turn an Express-style path string such as `/user/:name` into a regular expression.
**Note:** This is a legacy
814.
LICENSE |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.08 KB
815.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 3.25 KB
/**
* Expose `pathtoRegexp`.
*/
module.exports = pathtoRegexp;
/**
* Match matching groups in a regular expression.
*/
var
816.
History.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 694 B
0.1.7 / 2015-07-28
==================
* Fixed regression with escaped round brackets and matching groups.
0.1.6 / 2015-06-19
817.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.04 KB
{
"name": "has-property-descriptors",
"version": "1.0.1",
"description": "Does the environment have full property descriptor
818.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.04 KB
819.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 817 B
'use strict';
var GetIntrinsic = require('get-intrinsic');
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true)
820.
README.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.15 KB
# has-property-descriptors <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actio
821.
CHANGELOG.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.01 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
822.
karma.conf.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.7 KB
// Karma configuration
// Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC)
module.exports = function(config) {
config.set
823.
Makefile |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.03 KB
824.
node.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 40 B
module.exports = require('./src/node');
825.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.11 KB
{
"name": "debug",
"version": "2.6.9",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.g
826.
LICENSE |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.08 KB
827.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 17.5 KB
# debug
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug) [
828.
component.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 321 B
{
"name": "debug",
"repo": "visionmedia/debug",
"description": "small debugging utility",
"version": "2.6.9",
"keyword
829.
CHANGELOG.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 11.43 KB
2.6.9 / 2017-09-22
==================
* remove ReDoS regexp in %o formatter (#504)
2.6.8 / 2017-05-18
==================
830.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.02 KB
1.3.3 / 2019-04-15
==================
* Fix Node.js 0.8 return value inconsistencies
1.3.2 / 2017-09-09
==================
831.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.15 KB
{
"name": "parseurl",
"description": "parse a url with memoization",
"version": "1.3.3",
"contributors": [
"Douglas
832.
LICENSE |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.15 KB
833.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 2.74 KB
/*!
* parseurl
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/
'use
834.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.98 KB
# parseurl
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][no
835.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.03 KB
{
"name": "safe-buffer",
"description": "Safer Node.js Buffer API",
"version": "5.2.1",
"author": {
"name": "Feross
836.
index.d.ts |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 8.53 KB
declare module "safe-buffer" {
export class Buffer {
length: number
write(string: string, offset?: number, length?: nu
837.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.06 KB
838.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.63 KB
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
/* eslint-disable node/no-deprecated-api */
839.
README.md |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 19.09 KB
# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
840.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 15.91 KB
1.20.1 / 2022-10-06
===================
* deps: qs@6.11.0
* perf: remove unnecessary object clone
1.20.0 / 2022-04-02
====
841.
SECURITY.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.17 KB
# Security Policies and Procedures
## Reporting a Bug
The Express team and community take all security bugs seriously. Thank y
842.
package.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.44 KB
{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.20.1",
"contributors": [
"D
843.
LICENSE |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.14 KB
844.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.62 KB
/*!
* body-parser
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module depende
845.
README.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 17.77 KB
# body-parser
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][github-a
846.
HISTORY.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 12.99 KB
0.18.0 / 2022-03-23
===================
* Fix emitted 416 error missing headers property
* Limit the headers removed for 30
847.
SECURITY.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.14 KB
# Security Policies and Procedures
## Reporting a Bug
The `send` team and community take all security bugs seriously. Thank yo
848.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.53 KB
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version":
849.
LICENSE |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.1 KB
850.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 22.95 KB
/*!
* send
* Copyright(c) 2012 TJ Holowaychuk
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/
'use s
851.
README.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 9.25 KB
# send
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Linux Build][github-act
852.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 933 B
{
"author": {
"name": "Robert Kieffer",
"url": "http://github.com/broofa",
"email": "robert@broofa.com"
},
"bi
853.
mime.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 2.66 KB
var path = require('path');
var fs = require('fs');
function Mime() {
// Map of extension -> mime type
this.types = Object.
854.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.07 KB
855.
cli.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 149 B
#!/usr/bin/env node
var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);
process.stdout.
856.
README.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.07 KB
# mime
Comprehensive MIME type mapping API based on mime-db module.
## Install
Install with [npm](http://github.com/isaacs/np
857.
types.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 30.82 KB
{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["a
858.
CHANGELOG.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 9.25 KB
# Changelog
## v1.6.0 (24/11/2017)
*No changelog for this release.*
---
## v2.0.4 (24/11/2017)
- [**closed**] Switch to mime-
859.
index.d.ts.map |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 235 B
860.
package.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 3.01 KB
{
"name": "define-data-property",
"version": "1.1.1",
"description": "Define a data property on an object. Will fall back to
861.
index.d.ts |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 275 B
declare const _exports: (obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | nul
862.
LICENSE |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.05 KB
863.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 2.77 KB
'use strict';
var hasPropertyDescriptors = require('has-property-descriptors')();
var GetIntrinsic = require('get-intrinsic');
864.
tsconfig.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 4.77 KB
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
/* Projects */
/* Langua
865.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.37 KB
# define-data-property <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-u
866.
CHANGELOG.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.82 KB
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](htt
867.
package.json |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.3 KB
{
"name": "depd",
"description": "Deprecate all the things",
"version": "2.0.0",
"author": "Douglas Christopher Wilson <
868.
Readme.md |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 9.73 KB
# depd
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][node-i
869.
LICENSE |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.07 KB
870.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 10.68 KB
/*!
* depd
* Copyright(c) 2014-2018 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* Module dependencies.
*/
var relat
871.
History.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.2 KB
2.0.0 / 2018-10-26
==================
* Drop support for Node.js 0.6
* Replace internal `eval` usage with `Function` constr
872.
HISTORY.md |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 238 B
1.0.2 / 2018-01-21
==================
* Fix encoding `%` as last character
1.0.1 / 2016-06-09
==================
* Fix en
873.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.07 KB
{
"name": "encodeurl",
"description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
"vers
874.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.06 KB
875.
index.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.55 KB
/*!
* encodeurl
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @p
876.
README.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.76 KB
# encodeurl
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-ve
877.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.92 KB
2.0.7 / 2021-05-31
==================
* deps: forwarded@0.2.0
- Use `req.socket` over deprecated `req.connection`
2.0.6
878.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.16 KB
{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "2.0.7",
"author": "Douglas Ch
879.
LICENSE |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.07 KB
880.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.86 KB
/*!
* proxy-addr
* Copyright(c) 2014-2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module exports.
881.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 4.03 KB
# proxy-addr
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Node.js Version][
882.
HISTORY.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.19 KB
1.2.0 / 2022-03-22
==================
* Remove set content headers that break response
* deps: on-finished@2.4.1
* deps:
883.
SECURITY.md |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.17 KB
# Security Policies and Procedures
## Reporting a Bug
The `finalhandler` team and community take all security bugs seriously.
884.
package.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.18 KB
{
"name": "finalhandler",
"description": "Node.js final http responder",
"version": "1.2.0",
"author": "Douglas Christop
885.
LICENSE |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.09 KB
886.
index.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 6.53 KB
/*!
* finalhandler
* Copyright(c) 2014-2022 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module depend
887.
README.md |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 4.04 KB
# finalhandler
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node
888.
HISTORY.md |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1020 B
0.5.4 / 2021-12-10
==================
* deps: safe-buffer@5.2.1
0.5.3 / 2018-12-17
==================
* Use `safe-buffer`
889.
package.json |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.17 KB
{
"name": "content-disposition",
"description": "Create and parse Content-Disposition header",
"version": "0.5.4",
"auth
890.
LICENSE |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.07 KB
891.
index.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 10.35 KB
/*!
* content-disposition
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module
892.
README.md |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 5.08 KB
# content-disposition
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Versio
893.
HISTORY.md |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.88 KB
2.0.0 / 2021-12-17
==================
* Drop support for Node.js 0.6
* Remove `I'mateapot` export; use `ImATeapot` instead
894.
package.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.28 KB
{
"name": "http-errors",
"description": "Create HTTP error objects",
"version": "2.0.0",
"author": "Jonathan Ong <me@jon
895.
LICENSE |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.14 KB
896.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 6.24 KB
/*!
* http-errors
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2016 Douglas Christopher Wilson
* MIT Licensed
*/
'use s
897.
README.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 5.82 KB
# http-errors
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][node-url]
[![Node.js Version
898.
HISTORY.md |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 363 B
1.0.1 / 2016-01-17
==================
* perf: enable strict mode
1.0.0 / 2015-03-01
==================
* Add option to on
899.
package.json |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 931 B
{
"name": "merge-descriptors",
"description": "Merge objects using descriptors",
"version": "1.0.1",
"author": {
"na
900.
LICENSE |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.14 KB
901.
index.js |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.19 KB
/*!
* merge-descriptors
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
902.
README.md |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.18 KB
# Merge Descriptors
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][tr
903.
server.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.39 KB
const express = require('express');
const path = require('path');
const bodyParser = require('body-parser');
const app = expres
904.
index.html |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 13.01 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
905.
package-lock.json |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 23.71 KB
{
"name": "khushi",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name":
906.
package.json |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 301 B
{
"name": "khushi",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error
907.
README.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 1010 B
# Hotel-Management-Webpage
Hotel Booking Webpage: Dive into the world of HTML, CSS, and a touch of JavaScript with this college
908.
script.js |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 302 B
const slider = document.querySelector('.slider');
function activate(e) {
const items = document.querySelectorAll('.item');
909.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 3.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
910.
style.css |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 3.51 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
display: grid;
place-i
911.
Flutter.js |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 3.8 KB
(()=>{var a=window._flutter;a||(a=window._flutter={});a.loader=null;(function(){"use strict";let l=p(u());function u(){let n=doc
912.
MainActivity.kt |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 126 B
package com.protecgames.tictaktoe
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity()
913.
ic_launcher.png |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
914.
ic_launcher.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
915.
ic_launcher.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
916.
styles.xml |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 995 B
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting wh
917.
ic_launcher.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
918.
styles.xml |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 996 B
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting wh
919.
launch_background.xml |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 438 B
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:androi
920.
ic_launcher.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
921.
launch_background.xml |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 434 B
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:androi
922.
WorkspaceSettings.xcsettings |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 226 B
923.
IDEWorkspaceChecks.plist |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 238 B
924.
Runner.xcscheme |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 3.56 KB
925.
LaunchImage.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
926.
LaunchImage@2x.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
927.
Contents.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 391 B
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchImage.png",
"scale" : "1x"
},
{
928.
README.md |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 336 B
# Launch Screen Assets
You can customize the launch screen with your own desired assets by replacing the image files in this di
929.
LaunchImage@3x.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
930.
Icon-App-40x40@2x.png |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
931.
Icon-App-76x76@1x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
932.
Icon-App-1024x1024@1x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
933.
Icon-App-60x60@3x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
934.
Icon-App-20x20@1x.png |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
935.
Icon-App-29x29@2x.png |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
936.
Icon-App-29x29@1x.png |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
937.
Icon-App-40x40@3x.png |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
938.
Icon-App-20x20@3x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
939.
Contents.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.46 KB
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scal
940.
Icon-App-29x29@3x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
941.
Icon-App-76x76@2x.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
942.
Icon-App-20x20@2x.png |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
943.
Icon-App-60x60@2x.png |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
944.
Icon-App-40x40@1x.png |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
945.
Icon-App-83.5x83.5@2x.png |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
946.
AndroidManifest.xml |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.12 KB
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="Tic Tak Toe"
947.
AndroidManifest.xml |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 378 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for developme
948.
AndroidManifest.xml |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 378 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for developme
949.
IDEWorkspaceChecks.plist |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 238 B
950.
Runner.xcscheme |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 3.56 KB
951.
app_icon_256.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
952.
Contents.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.26 KB
{
"images" : [
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "app_icon_16.png",
"scale" : "1x"
953.
app_icon_32.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
954.
app_icon_512.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
955.
app_icon_128.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
956.
app_icon_16.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
957.
app_icon_1024.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
958.
app_icon_64.png |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
959.
contents.xcworkspacedata |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 135 B
960.
WorkspaceSettings.xcsettings |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 226 B
961.
IDEWorkspaceChecks.plist |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 238 B
962.
Main.storyboard |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.57 KB
963.
LaunchScreen.storyboard |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.32 KB
964.
gradle-wrapper.properties |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 202 B
965.
IDEWorkspaceChecks.plist |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 238 B
966.
MainMenu.xib |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 23.17 KB
967.
Release.xcconfig |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 79 B
968.
AppInfo.xcconfig |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 596 B
969.
Debug.xcconfig |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 77 B
970.
Warnings.xcconfig |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 580 B
971.
app_icon.ico |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
972.
project.pbxproj |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 23.08 KB
973.
Release.xcconfig |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 30 B
974.
AppFrameworkInfo.plist |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 774 B
975.
Debug.xcconfig |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 30 B
976.
contents.xcworkspacedata |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 152 B
977.
RunnerTests.swift |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 285 B
import Flutter
import UIKit
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the
978.
Info.plist |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.6 KB
979.
Runner-Bridging-Header.h |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 38 B
#import "GeneratedPluginRegistrant.h"
980.
AppDelegate.swift |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 404 B
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_
981.
build.gradle |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.87 KB
982.
project.pbxproj |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 25.7 KB
983.
Flutter-Release.xcconfig |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 48 B
984.
GeneratedPluginRegistrant.swift |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 390 B
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flutter_blue
import shared_preferences_fou
985.
Flutter-Debug.xcconfig |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 48 B
986.
contents.xcworkspacedata |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 152 B
987.
RunnerTests.swift |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 290 B
import FlutterMacOS
import Cocoa
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code t
988.
Info.plist |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.04 KB
989.
MainFlutterWindow.swift |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 388 B
import Cocoa
import FlutterMacOS
class MainFlutterWindow: NSWindow {
override func awakeFromNib() {
let flutterViewContro
990.
Release.entitlements |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 240 B
991.
AppDelegate.swift |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 214 B
import Cocoa
import FlutterMacOS
@NSApplicationMain
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTe
992.
DebugProfile.entitlements |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 348 B
993.
generated_plugins.cmake |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 739 B
994.
CMakeLists.txt |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.75 KB
# This file controls Flutter-level build steps. It should not be edited.
cmake_minimum_required(VERSION 3.10)
set(EPHEMERAL_DIR
995.
generated_plugin_registrant.cc |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 161 B
996.
generated_plugin_registrant.h |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 303 B
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGIS
997.
Icon-maskable-192.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
998.
Icon-512.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
999.
Icon-192.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1000.
Icon-maskable-512.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1001.
flutter_window.h |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 928 B
#ifndef RUNNER_FLUTTER_WINDOW_H_
#define RUNNER_FLUTTER_WINDOW_H_
#include <flutter/dart_project.h>
#include <flutter/flutter_v
1002.
CMakeLists.txt |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.75 KB
cmake_minimum_required(VERSION 3.14)
project(runner LANGUAGES CXX)
# Define the application target. To change its name, change
1003.
utils.h |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 672 B
#ifndef RUNNER_UTILS_H_
#define RUNNER_UTILS_H_
#include <string>
#include <vector>
// Creates a console for the process, and
1004.
utils.cpp |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.75 KB
#include "utils.h"
#include <flutter_windows.h>
#include <io.h>
#include <stdio.h>
#include <windows.h>
#include <iostream>
v
1005.
flutter_window.cpp |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.07 KB
#include "flutter_window.h"
#include <optional>
#include "flutter/generated_plugin_registrant.h"
FlutterWindow::FlutterWindow
1006.
Runner.rc |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.95 KB
1007.
main.cpp |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 1.23 KB
#include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>
#include "flutter_window.h"
1008.
win32_window.h |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.44 KB
#ifndef RUNNER_WIN32_WINDOW_H_
#define RUNNER_WIN32_WINDOW_H_
#include <windows.h>
#include <functional>
#include <memory>
#in
1009.
resource.h |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 432 B
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Runner.rc
//
#define IDI_APP_ICON
1010.
win32_window.cpp |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 8.33 KB
#include "win32_window.h"
#include <dwmapi.h>
#include <flutter_windows.h>
#include "resource.h"
namespace {
/// Window attr
1011.
runner.exe.manifest |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 874 B
1012.
generated_plugins.cmake |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 743 B
1013.
CMakeLists.txt |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 3.65 KB
# This file controls Flutter-level build steps. It should not be edited.
cmake_minimum_required(VERSION 3.14)
set(EPHEMERAL_DIR
1014.
generated_plugin_registrant.cc |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 164 B
1015.
generated_plugin_registrant.h |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 302 B
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGIS
1016.
build.gradle |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 322 B
1017.
gradle.properties |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 139 B
1018.
settings.gradle |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 791 B
1019.
CMakeLists.txt |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 5.3 KB
# Project-level configuration.
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)
# The name of the executable
1020.
my_application.cc |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 4.31 KB
1021.
my_application.h |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 388 B
#ifndef FLUTTER_MY_APPLICATION_H_
#define FLUTTER_MY_APPLICATION_H_
#include <gtk/gtk.h>
G_DECLARE_FINAL_TYPE(MyApplication, m
1022.
main.cc |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 180 B
1023.
index.html |
Owner: cody | Views: 134 | Comments: 1 |
Open/
Source 1.79 KB
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href valu
1024.
favicon.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
1025.
manifest.json |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 629 B
{ "name": "myapp", "short_name": "myapp", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color
1026.
multiplayer.dart |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.06 KB
import 'package:flutter/material.dart';
class Multiplayer extends StatelessWidget {
@override
Widget build(BuildContext con
1027.
single.dart |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 7.3 KB
import 'dart:async';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:shared_preferences/shar
1028.
main.dart |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.31 KB
import 'package:flutter/material.dart';
import 'single.dart';
import 'multiplayer.dart';
void main() {
runApp(TicTacToeApp())
1029.
mplayer.dart |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 0 B
1030.
widget_test.dart |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 492 B
// This is a basic Flutter widget test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// util
1031.
CMakeLists.txt |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 4.05 KB
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
project(myapp LANGUAGES CXX)
# The name of the executable c
1032.
pubspec.yaml |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 3.83 KB
name: tictaktoe
description: "A new Flutter project."
# The following line prevents the package from being accidentally publishe
1033.
vercel.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 218 B
{
"version": 2,
"builds": [
{
"src": "web/",
"use": "@vercel/static"
}
],
"routes": [
{ "handle"
1034.
analysis_options.yaml |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 1.39 KB
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The iss
1035.
pubspec.lock |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 11.48 KB
1036.
README.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 548 B
# myapp
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resource
1037.
main.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.89 KB
window.addEventListener('load', init);
// Globals
// Available Levels
const levels = {
easy: 5,
medium: 3,
hard: 1
};
/
1038.
_config.yml |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 25 B
theme: jekyll-theme-dinky
1039.
index.html |
Owner: cody | Views: 96 | Comments: 0 |
Open/
Source 2.0 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
1040.
README.md |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 169 B
# WordBeater
<h4><p> A Simple speed typing app built with JS XD</p></h4>
## Wanted to have fun?
Try it - [WordBeater Game](htt
1041.
index.html |
Owner: cody | Views: 222 | Comments: 0 |
Open/
Source 13.97 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
1042.
style.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 5.22 KB
* {
margin: 0;
padding: 0;
}
body {
background: #fff;
font-family: Nunito Sans, sans-serif;
margin: 0;
1043.
README.md |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 12 B
# adda 24.7
1044.
Welcome ART |
Owner: cody | Views: 157 | Comments: 0 |
Open/
Source 2.81 KB
from sys import argv
from os import system
try:
import requests
except:
system("pip install requests")
ascii_art
1045.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 577 B
let string = "";
let buttons = document.querySelectorAll(".button");
Array.from(buttons).forEach((button) => {
button.addEvent
1046.
utlis.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 436 B
.head {
text-align: center;
margin-bottom: 40px;
margin-top: 20px;
font-family: sans-serif "Roboto";
font-size: 40px;
1047.
Calculator |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 2.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1048.
style.css |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 759 B
* {
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
border-radius: 15px;
1049.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.58 KB
console.log("Welcome to Tic Tak Toe");
let turn = "X";
let isgameover = false;
// Function to change the trun
const changeTurn
1050.
Tic Tac Toe Game |
Owner: cody | Views: 167 | Comments: 0 |
Open/
Source 2.96 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1051.
Responsive.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 343 B
@media screen and (max-width: 500px) {
.main {
flex-direction: column;
align-items: center;
height: 50vh;
}
.m
1052.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.67 KB
* {
margin: 0;
padding: 0;
}
nav {
background-color: black;
color: whitesmoke;
height: 65%;
font-size: 50px;
displ
1053.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.0 KB
function calculateBMI() {
var weight = parseFloat(document.getElementById("Weight").value);
var height = parseFloat(document
1054.
BMI - Calculator |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.92 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1055.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.6 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial;
transition: all 0.3s;
}
body {
display: flex
1056.
instagram.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1057.
download-email - Copy.png |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1058.
split.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 397 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>split</title>
</head>
<body>
<div>
<nav>
<h1
1059.
typing.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 925 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TYPING ProWess</title>
<link rel="stylesheet"
1060.
chatgpt.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1061.
istockphoto-1389992855-612x612.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1062.
33.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1063.
instagram.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 1.09 KB
<!DOCTYPE html>
<html>
<head>
<title>T Y P I N G ProWess</title>
<meta charset="UTF-8">
<meta name="viewport" content="wid
1064.
images.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
1065.
home.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1066.
type2.jpg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1067.
0.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
1068.
images2.png |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1069.
homecss.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.45 KB
/* CSS code for styling the website */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #603f0
1070.
typing.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 204 B
header{
text-align: center;
font-family: "Bell MT";
text-decoration: #ec0b0b;
}
nav li{
float: left;
display
1071.
style1.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 3.93 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
margin: 0;
pad
1072.
type1.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1073.
home_page.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 1.37 KB
<!DOCTYPE html>
<html>
<head>
<title>My Homepage</title>
<link rel="stylesheet" href="home_page.css">
</head>
<bod
1074.
instagram_2.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
1075.
3.avif |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 22 B
1076.
2.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1077.
typing - Copy (2).png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
1078.
csavatar.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1079.
home_page.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 732 B
*{
margin: 0px;
padding: 0px;
font-family: Century;
}
h1{
text-align: center;
margin-top: 1%;
margin-bottom:
1080.
README.md |
Owner: cody | Views: 81 | Comments: 0 |
Open/
Source 54 B
# Typing_Prowess
check your typing speed and accuracy
1081.
images .jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1082.
typewriter-message-machine-retro-keyboard-concept.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1083.
home.html |
Owner: cody | Views: 127 | Comments: 0 |
Open/
Source 1.35 KB
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="homecss.css">
</head>
<body>
<header>
<div cl
1084.
logo-insta.png |
Owner: cody | Views: 106 | Comments: 0 |
Open/
Source 21 B
1085.
images.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1086.
pexels-janez-podnar-1424246.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1087.
3.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1088.
chatgpt2.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1089.
1 insta.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1090.
type.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1091.
download (1).jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
1092.
twitch.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1093.
steam.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1094.
upcoming.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1095.
library.png |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
1096.
controller.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1097.
style.css.map |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 5.02 KB
1098.
style.scss |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 1.57 KB
1099.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 6.42 KB
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@400;600&display=swap");
:root {
--primary
1100.
_home.scss |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 1.28 KB
1101.
_footer.scss |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 303 B
1102.
_soon.scss |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 278 B
1103.
_features.scss |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 811 B
1104.
adidas.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1105.
victory.mp3 |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
1106.
boo.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1107.
wrong.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
1108.
gasp.mp3 |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
1109.
applause.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1110.
tada.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
1111.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.76 KB
const resultElement = document.getElementById("result");
const lengthElement = document.getElementById("length");
const uppercas
1112.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 1.9 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1113.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.44 KB
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
background-
1114.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 275 B
const labels = document.querySelectorAll(".form-control label");
labels.forEach((label) => {
label.innerHTML = label.innerTex
1115.
index.html |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 769 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1116.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.58 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
font-famil
1117.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 2.74 KB
const draggableList = document.getElementById("draggable-list");
const check = document.getElementById("check");
const richestP
1118.
sortable list |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 971 B
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API -->
<!DOCTYPE html>
<html lang="en">
1119.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.83 KB
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@400;700&display=swap");
:root {
--border-color: #e3e5e4;
1120.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 4.33 KB
<!-- Based on Product Landing Page by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=61R5kn_kYwY -->
<!DOCTYPE html>
1121.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 5.11 KB
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&display=swap");
:root {
--primary-color: #333;
1122.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.95 KB
const balance = document.getElementById("balance");
const moneyPlus = document.getElementById("money-plus");
const moneyMinus =
1123.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.91 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1124.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.58 KB
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
:root {
--main-color: #13168d;
1125.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.01 KB
const nums = document.querySelectorAll(".nums span");
const counter = document.querySelector(".counter");
const finalMessage = d
1126.
animated countdown |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 631 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1127.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.14 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1128.
script.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 981 B
const fill = document.querySelector(".fill");
const empties = document.querySelectorAll(".empty");
const dragStart = function (
1129.
index.html |
Owner: cody | Views: 137 | Comments: 0 |
Open/
Source 504 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1130.
style.css |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 629 B
* {
box-sizing: border-box;
}
body {
background-color: steelblue;
display: flex;
align-items: center;
justify-content
1131.
script.js |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 1.51 KB
const addButton = document.getElementById("add");
const notes = JSON.parse(localStorage.getItem("notes"));
const updateLocalSto
1132.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 900 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1133.
style.css |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 1.05 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1134.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 811 B
const images = document.getElementById("images");
const leftButton = document.getElementById("left");
const rightButton = docume
1135.
index.html |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 1.44 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1136.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 819 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1137.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.2 KB
const quizData = [
{
question: "Which language runs in a web browser?",
a: "Java",
b: "C",
c: "Python",
d:
1138.
quiz app |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 1.16 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1139.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.07 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1140.
script.js |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 960 B
const range = document.getElementById("range");
// https://stackoverflow.com/questions/10756313/javascript-jquery-map-a-range-o
1141.
index.html |
Owner: cody | Views: 149 | Comments: 0 |
Open/
Source 494 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1142.
style.css |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 1.87 KB
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
* {
box-sizing: border-box;
}
body {
background
1143.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 2.16 KB
const slider = document.querySelector(".slider-container"),
slides = Array.from(document.querySelectorAll(".slide"));
let isD
1144.
touch slider |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 1.17 KB
<!-- Based on Build a Touch Slider with HTML, CSS & JavaScript by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=5bx
1145.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.04 KB
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* {
box-sizing: border-box;
margin: 0;
pa
1146.
script.js |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 922 B
const ratings = document.querySelectorAll(".rating");
const ratingsContainer = document.querySelector(".ratings-container");
con
1147.
feedback UI design |
Owner: cody | Views: 165 | Comments: 0 |
Open/
Source 1.3 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1148.
style.css |
Owner: cody | Views: 96 | Comments: 0 |
Open/
Source 1.33 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
box-sizing: border-box;
}
body {
back
1149.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.67 KB
const pokeContainer = document.getElementById("poke-container");
const pokemonCount = 150;
const colors = {
fire: "#FDDFDF",
1150.
index.html |
Owner: cody | Views: 126 | Comments: 0 |
Open/
Source 377 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1151.
style.css |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.14 KB
@import url("https://fonts.googleapis.com/css?family=Lato:wght@300;400&display=swap");
* {
box-sizing: border-box;
}
body {
1152.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 9.17 KB
<!-- Based on Build A Responsive Website With HTML & CSS Tutorial by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/wat
1153.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.89 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
box-sizing: border-box;
marg
1154.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 9.41 KB
<!-- Based on Learn How To Build A Website In 1 Hour! by Kyle Cook - Web Dev Simplified (2019)
see: https://www.youtube.com/watc
1155.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 6.0 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
* {
box-sizing: border-box;
}
1156.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 379 B
const boxes = document.querySelectorAll(".box");
const checkBoxes = () => {
const triggerBottom = (window.innerHeight / 5) *
1157.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 875 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1158.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 791 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1159.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 640 B
const container = document.getElementById("container");
const text = document.getElementById("text");
// The 4-7-8 breathing te
1160.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 560 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1161.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.33 KB
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
:root {
--background-color: #046973;
--larg
1162.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 817 B
const modal = document.querySelector(".modal");
const previews = document.querySelectorAll(".gallery img");
const original = doc
1163.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 1.53 KB
<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=4SQXOA8Z
1164.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.12 KB
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
* {
box-sizing: border-box;
margin: 0;
p
1165.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 309 B
const panels = document.querySelectorAll(".panel");
panels.forEach((panel) => {
panel.addEventListener("click", () => {
r
1166.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 2.14 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1167.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.03 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box; /* to avoid width prob
1168.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 1.67 KB
const KEY = "3fd2be6f0c70a2a598f084ddfb75487c";
// For educational purposes only - DO NOT USE in production
// Request your own
1169.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 647 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1170.
style.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 2.01 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
:root {
--primary-color: #22254b;
1171.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.32 KB
const main = document.getElementById("main");
const addUserButton = document.getElementById("add-user");
const doubleButton = do
1172.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 796 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1173.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.67 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1174.
script.js |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 1.92 KB
const postsContainer = document.getElementById("posts-container");
const loading = document.getElementById("loader");
const filt
1175.
index.html |
Owner: cody | Views: 176 | Comments: 0 |
Open/
Source 693 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1176.
style.css |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 2.05 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
--main-color: #9cd4fa;
--
1177.
index.html |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 767 B
<!-- Based on CSS Loaders Tutorial by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list
1178.
style.css |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 2.38 KB
* {
box-sizing: border-box;
}
body {
background-color: #fef9f2;
display: flex;
align-items: center;
justify-content:
1179.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 2.78 KB
<!-- Based on Creating a Magazine Layout with CSS by Kevin Powell (2021)
see: https://www.youtube.com/watch?v=QJz81yva7r0 -->
<
1180.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.68 KB
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Oswald:wght@300..700&&display=swap");
*,
*::be
1181.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 336 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1182.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 916 B
* {
box-sizing: border-box;
}
body {
background-color: #2c3e50;
display: flex;
align-items: center;
justify-content:
1183.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 2.59 KB
const main = document.querySelector("main");
const voicesSelect = document.getElementById("voices");
const textarea = document.g
1184.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 1.12 KB
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis -->
<!DOCTYPE html>
<html lang="en">
<head>
1185.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.77 KB
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");
:root {
--main-color:
1186.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 368 B
const openButton = document.querySelector(".open-btn");
const closeButton = document.querySelector(".close-btn");
const navs = d
1187.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 1.71 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1188.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.48 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
font-famil
1189.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 507 B
const modal = document.querySelector(".modal");
const loginButton = document.querySelector(".login-btn");
const closeButton = do
1190.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 8.11 KB
<!-- Based on Hulu Webpage Clone | HTML & CSS by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=9OVLaEjY-Rc -->
<!DO
1191.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 8.12 KB
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap");
* {
box-sizing: border-box;
ma
1192.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 167 B
const toggle = document.getElementById("toggle");
const nav = document.getElementById("nav");
toggle.addEventListener("click",
1193.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 668 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1194.
style.css |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 1.62 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
background
1195.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 305 B
const open = document.getElementById("open");
const close = document.getElementById("close");
const container = document.querySe
1196.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 2.97 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1197.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.87 KB
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body {
1198.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 12.22 KB
<!-- Based on Build a Responsive Website by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=p0bGHP-PXD4 -->
<!DOCTYPE
1199.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 5.44 KB
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
:root {
--primary-color: #047aed;
--sec
1200.
utilities.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.68 KB
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 40px;
}
.flex {
display: flex;
justify-content: center;
1201.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.38 KB
const smallCups = document.querySelectorAll(".cup-small");
const liters = document.getElementById("liters");
const percentage =
1202.
drink water |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.05 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1203.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.65 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
:root {
--border-color: #144fc6
1204.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.18 KB
const slides = document.querySelectorAll(".slide");
const nextButton = document.getElementById("next");
const prevButton = docum
1205.
index.html |
Owner: cody | Views: 103 | Comments: 0 |
Open/
Source 2.56 KB
<!-- Based on Full Screen Responsive Image Slider by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=wWWNrANNO1k -->
1206.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.31 KB
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap");
* {
box-sizing: border-box;
margi
1207.
script.js |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 451 B
const textElement = document.getElementById("text");
const speedElement = document.getElementById("speed");
const text = "We Lov
1208.
auto text effect |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 578 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1209.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 632 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1210.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 373 B
const signUpButton = document.getElementById("signUp");
const signInButton = document.getElementById("signIn");
const container
1211.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 2.62 KB
<!-- Based on Sliding Sign In & Sign Up Form by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=mUdo6w87rh4 -->
<!DOC
1212.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 5.16 KB
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap");
:root {
--main-color: #6dd5ed;
--
1213.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.07 KB
const form = document.getElementById("form");
const username = document.getElementById("username");
const email = document.getEl
1214.
index.html |
Owner: cody | Views: 94 | Comments: 0 |
Open/
Source 1.34 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1215.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.49 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
:root {
--main-color: #3498db;
--success-col
1216.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 520 B
<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019)
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->
<!D
1217.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.67 KB
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
:root {
--gradient: linear-gradient(90deg, #7f7f
1218.
script.js |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 4.66 KB
const rulesButton = document.getElementById("rules-btn");
const closeButton = document.getElementById("close-btn");
const rules
1219.
index.html |
Owner: cody | Views: 236 | Comments: 0 |
Open/
Source 926 B
<!-- References: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API -->
<!-- https://developer.mozilla.org/en-US/docs/W
1220.
style.css |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 1.6 KB
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&display=swap");
:root {
--background-color:
1221.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.33 KB
const tagsElements = document.getElementById("tags");
const textarea = document.getElementById("textarea");
const createTags =
1222.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 578 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1223.
style.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 835 B
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
background
1224.
script.js |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 2.65 KB
const form = document.getElementById("form");
const search = document.getElementById("search");
const result = document.getEleme
1225.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 699 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1226.
style.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.29 KB
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
:root {
--main-color: #3B9B76;
--s
1227.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 3.67 KB
<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=O7WbVj5ap
1228.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.3 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
--main-bg-color: #65dfc9;
--secondary-bg-color: #6cdbeb;
}
.conten
1229.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 813 B
const container = document.querySelector(".container");
const slider = document.querySelector(".slider");
const before = documen
1230.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.08 KB
<!-- Awesome Vanilla Javascript Image Slider! by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=ee8y1IV6pOI -->
1231.
style.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 678 B
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #fef9f2;
display: flex;
align-items:
1232.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 469 B
const counters = document.querySelectorAll(".counter");
counters.forEach((counter) => {
counter.innerText = "0";
const upda
1233.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1234.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 590 B
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
* {
box-sizing: border-box;
}
body {
bac
1235.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 384 B
const toggleButton = document.querySelector(".toggle");
const navigation = document.querySelector(".navigation");
toggleButton.
1236.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 13.99 KB
<!-- Based on Creative Agency Website From Scratch by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=lvYnfMOUOJY -->
1237.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 6.61 KB
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;500;700&display=swap");
:root {
--main-color: #f60f20;
1238.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.24 KB
const word = document.getElementById("word");
const text = document.getElementById("text");
const scoreElement = document.getEle
1239.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.46 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1240.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.51 KB
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
:root {
--primary-color: #BBE0EF;
--seconda
1241.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 461 B
const insert = document.getElementById("insert");
window.addEventListener("keydown", (event) => {
insert.innerHTML = `
<d
1242.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 680 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1243.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 783 B
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
background
1244.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 588 B
const jokeEl = document.getElementById("joke");
const jokeBtn = document.getElementById("jokeBtn");
const generateJoke = async
1245.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 498 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1246.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.03 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1247.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.73 KB
const container = document.querySelector(".container");
const seats = document.querySelectorAll(".row .seat:not(.occupied)");
co
1248.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 3.03 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1249.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.73 KB
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
box-sizing: border-box;
}
body {
backgrou
1250.
script.js |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 2.42 KB
const musicContainer = document.getElementById("music-container");
const playButton = document.getElementById("play");
const pre
1251.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 1.71 KB
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio -->
<!DOCTYPE html>
<html lang="en">
<head>
1252.
style.css |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 2.47 KB
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
1253.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.65 KB
// Ref: https://developer.mozilla.org/fr/docs/Web/API/Canvas_API
const canvas = document.getElementById("canvas");
const increas
1254.
Drawing App |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 603 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1255.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 783 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1256.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 36 B
let rellax = new Rellax(".rellax");
1257.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 3.61 KB
<!-- Based on Parallax Landing Page - Rellax.js by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=aAxt0Z7IXIo -->
<!
1258.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.78 KB
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");
:root {
--primary-color: #2d2254;
--seconda
1259.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1012 B
const loveMe = document.querySelector(".loveMe");
const times = document.querySelector("#times");
let clickTime = 0;
let timesC
1260.
index.html |
Owner: cody | Views: 87 | Comments: 0 |
Open/
Source 749 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1261.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1000 B
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
* {
box-sizing: border-box;
}
body {
font-fam
1262.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 2.2 KB
<!-- Based on Chat Interface by Florin Pop (2019)
see: https://www.florin-pop.com/blog/2019/04/chat-interface/ -->
<!DOCTYPE ht
1263.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.04 KB
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body {
1264.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 497 B
const boxesContainer = document.getElementById("boxes");
const button = document.getElementById("btn");
const createBoxes = ()
1265.
index.html |
Owner: cody | Views: 127 | Comments: 0 |
Open/
Source 404 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1266.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1.52 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
box-sizing: border-box;
}
body {
backgro
1267.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 238 B
const menuToggle = document.querySelector(".toggle");
const showcase = document.querySelector(".showcase");
menuToggle.addEvent
1268.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 1.84 KB
<!-- Based on Create a Website With Video Background | HTML & CSS by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=8
1269.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.9 KB
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
:root {
--overla
1270.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 567 B
<!-- Based on Pure CSS Tooltip by Florin Pop (2019)
see: https://www.florin-pop.com/blog/2019/05/pure-css-tooltip/ -->
<!DOCTYP
1271.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.98 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1272.
script.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 1.02 KB
const result = document.getElementById("result");
const filter = document.getElementById("filter");
const listItems = [];
const
1273.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 677 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1274.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.33 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1275.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 522 B
const contents = document.querySelectorAll(".content");
const listItems = document.querySelectorAll("nav ul li");
const hideAll
1276.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 1.98 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1277.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.04 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
* {
box-sizing: border-box;
}
body {
backgr
1278.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 415 B
const codes = document.querySelectorAll(".code");
codes[0].focus();
codes.forEach((code, index) => {
code.addEventListener("
1279.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.62 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1280.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.25 KB
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;700&display=swap");
* {
box-sizing: border-box;
}
body {
1281.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 0 B
1282.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 605 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1283.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 313 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1284.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.25 KB
const days = document.getElementById("days");
const hours = document.getElementById("hours");
const minutes = document.getElemen
1285.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 1.03 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1286.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.42 KB
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
* {
box-sizing: border-box;
1287.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 313 B
const password = document.getElementById("password");
const background = document.getElementById("background");
password.addEve
1288.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 1.59 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1289.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 437 B
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: cen
1290.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 3.25 KB
<!-- Based on Mobile-First Responsive Build (with CSS Grid) by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com
1291.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 5.14 KB
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
/* variables */
:root {
--primary: #22d0ff;
--s
1292.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 144 B
const rellax = new Rellax(".rellax", {
speed: -2,
center: false,
wrapper: null,
round: true,
vertical: true,
horizon
1293.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 63.49 KB
<!-- Here's 1 Trick to EASILY Make An Awesome Looking Website by Gary Simon - DesignCourse (2021)
see: https://www.youtube.com/w
1294.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 762 B
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
bod
1295.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 798 B
const button = document.getElementById("button");
const toasts = document.getElementById("toasts");
const messages = [
"Messa
1296.
index.html |
Owner: cody | Views: 147 | Comments: 0 |
Open/
Source 399 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1297.
style.css |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 945 B
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1298.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 3.11 KB
const wordElement = document.getElementById("word");
const wrongLettersElement = document.getElementById("wrong-letters");
const
1299.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 1.74 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1300.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.37 KB
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&display=swap");
:root {
--primary-color: #1f2f61;
--secon
1301.
script.js |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 2.02 KB
const APIURL = "https://api.github.com/users/";
const form = document.getElementById("form");
const main = document.getElementBy
1302.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 707 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1303.
style.css |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 1.83 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1304.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 2.78 KB
<!-- Based on Build One Color UI Responsive Website by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=2IjyqauKu
1305.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 1.92 KB
<!-- Based on CSS Grid Layout With Image Span by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=-qOe8lBAChE -->
<!DO
1306.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.67 KB
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&display=swap");
:root {
--main-color: #42515c;
--
1307.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 4.01 KB
<!-- Based on Build a Modern Landing Page Website by Kevin Powell for Traversy Media (2020)
see: https://www.youtube.com/watch?v
1308.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 4.08 KB
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
*,
*::before,
*::after {
box-
1309.
script.js |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 653 B
const loadText = document.querySelector(".loading-text");
const bg = document.querySelector(".bg");
let load = 0;
const blurri
1310.
index.html |
Owner: cody | Views: 142 | Comments: 0 |
Open/
Source 378 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1311.
style.css |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 704 B
@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
* {
box-sizing: border-box;
}
body {
font-fam
1312.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 230 B
const nav = document.querySelector(".nav");
const fixNav = () => {
if (window.scrollY > nav.offsetHeight + 150) nav.classList
1313.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 2.27 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1314.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.86 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
* {
box-sizing: border-box;
margin: 0;
pad
1315.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 192 B
const toggles = document.querySelectorAll(".faq-toggle");
toggles.forEach((toggle) => {
toggle.addEventListener("click", () =
1316.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 2.18 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1317.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.58 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
font-famil
1318.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.08 KB
const sliderContainer = document.querySelector(".slider-container");
const slideRight = document.querySelector(".right-slide");
1319.
double vertical slider |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 2.48 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
1320.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.53 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
* {
box-sizing: border-box;
margin: 0;
pad
1321.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.52 KB
const messageElement = document.getElementById("msg");
const randomNumber = getRandomNumber();
window.SpeechRecognition =
wi
1322.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 637 B
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition -->
<!DOCTYPE html>
<html lang="en">
<head
1323.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.32 KB
@import url("https://fonts.googleapis.com/css2?family=Recursive:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
b
1324.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 3.62 KB
const testimonialsContainer = document.querySelector(".testimonials-container");
const testimonial = document.querySelector(".te
1325.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 1.67 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1326.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.37 KB
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
* {
box-sizing: border-box;
}
body {
back
1327.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 804 B
const body = document.body;
const slides = document.querySelectorAll(".slide");
const leftButton = document.getElementById("left
1328.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 2.15 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1329.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.28 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1330.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 23.81 KB
<!-- Based on Learn To Build An SVG Animation With CSS by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=gWai7f
1331.
style.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 949 B
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
align-items: cen
1332.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 588 B
let controller = new ScrollMagic.Controller();
let timeline = new TimelineMax();
timeline
.to(".rock", 10, { y: -300 })
.to
1333.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 2.27 KB
<!-- Build Parallax Website With HTML CSS & Javascript by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=Nt70Ld
1334.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.16 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
box-sizing: border-box;
marg
1335.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1016 B
const about = document.querySelector("#about");
const contact = document.querySelector("#contact");
const aboutContent = documen
1336.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.84 KB
<!-- Based on Terminal Style Landing Page | WinBox.js by Brad Traversy (2021)
see: https://www.youtube.com/watch?v=jQCk2yo10YY -
1337.
style.css |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.19 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap");
* {
box-sizing: border-box
1338.
script.js |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 1.32 KB
const form = document.getElementById("form");
const input = document.getElementById("input");
const todosList = document.getElem
1339.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 644 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1340.
style.css |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.06 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1341.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 558 B
const toggles = document.querySelectorAll(".toggle");
const good = document.getElementById("good");
const cheap = document.getEl
1342.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 990 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1343.
style.css |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 1.33 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1344.
script.js |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 239 B
const search = document.querySelector(".search");
const btn = document.querySelector(".btn");
const input = document.querySelect
1345.
index.html |
Owner: cody | Views: 141 | Comments: 0 |
Open/
Source 709 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1346.
style.css |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 900 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1347.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.44 KB
// Movement Animation to happen
const card = document.querySelector(".card");
const container = document.querySelector(".contain
1348.
index.html |
Owner: cody | Views: 106 | Comments: 0 |
Open/
Source 1.09 KB
<!-- Awesome 3D ANIMATION Javascript Tutorial! by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=XK7T3mY1V-w --
1349.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.13 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
* {
box-sizing: border-box;
marg
1350.
script.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 592 B
const buttons = document.querySelectorAll(".ripple");
buttons.forEach((button) => {
button.addEventListener("click", function
1351.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 384 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1352.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 929 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1353.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 501 B
const left = document.querySelector(".left");
const right = document.querySelector(".right");
const container = document.querySe
1354.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 586 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1355.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.55 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
--left-bg-color: rgba(87, 8
1356.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 577 B
const sounds = ["applause", "boo", "gasp", "tada", "victory", "wrong"];
const buttons = document.getElementById("buttons");
con
1357.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 656 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1358.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 637 B
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
* {
box-sizing: border-box;
}
bod
1359.
script.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 1.05 KB
const toggle = document.getElementById("toggle");
const open = document.getElementById("open");
const close = document.getElemen
1360.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 4.74 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1361.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.9 KB
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
:root {
--modal-duration: 1s;
--primary-color: #1
1362.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 3.05 KB
const search = document.getElementById("search");
const submit = document.getElementById("submit");
const random = document.getE
1363.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 1.46 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1364.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.12 KB
@import url("https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap");
:root {
--main-color: #e4e0ef;
--lig
1365.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.41 KB
const header = document.getElementById("header");
const title = document.getElementById("title");
const excerpt = document.getEl
1366.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.18 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1367.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.45 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1368.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.07 KB
const hourElement = document.querySelector(".hour");
const minuteElement = document.querySelector(".minute");
const secondElemen
1369.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 658 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1370.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.2 KB
@import url("https://fonts.googleapis.com/css?family=Heebo:300&display=swap");
* {
box-sizing: border-box;
}
:root {
--pri
1371.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.18 KB
const screens = document.querySelectorAll(".screen");
const chooseInsectButtons = document.querySelectorAll(".choose-insect-btn"
1372.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 1.81 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1373.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.08 KB
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap");
* {
box-sizing: border-box;
}
body {
b
1374.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 3.33 KB
const cardsContainer = document.getElementById("cards-container");
const prevButton = document.getElementById("prev");
const nex
1375.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.76 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1376.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 3.79 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap");
:root {
--primary-color: #8e44
1377.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.46 KB
// Reference: https://developer.mozilla.org/fr/docs/Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs
const video = do
1378.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 1.45 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1379.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 4.15 KB
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
* {
box-sizing: border-box;
}
body {
font-family
1380.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.13 KB
const currencyOne = document.getElementById("currency-one");
const amountOne = document.getElementById("amount-one");
const curr
1381.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 5.71 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1382.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.16 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
:root {
--primary-color: #fd5900;
}
1383.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 4.03 KB
function init() {
// slider
const slides = document.querySelectorAll(".slide");
const pages = document.querySelectorAll(".
1384.
index.html |
Owner: cody | Views: 95 | Comments: 0 |
Open/
Source 7.88 KB
<!-- Based on Design & Build A Website Crash Course by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=EwmvBnR_x
1385.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.07 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
:root {
--white: rgba(255, 255
1386.
script.js |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 804 B
const container = document.getElementById("container");
const colors = ["#056CF2", "#05AFF2", "#F2E205", "#F28705", "#A62103"];
1387.
index.html |
Owner: cody | Views: 149 | Comments: 0 |
Open/
Source 349 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1388.
style.css |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 492 B
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: flex;
align-items: center;
justify-content: cen
1389.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 340 B
const present = document.getElementById("present");
const options = {
colors: [
"#34D963",
"#068C2C",
"#FF5757",
1390.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 850 B
<!-- Based on Build a CSS Christmas Present that Opens & Closes by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube
1391.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.65 KB
@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");
* {
box-sizing: border-box;
}
body {
background
1392.
script.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 442 B
const container = document.querySelector(".container");
const unsplashURL = "https://source.unsplash.com/random/";
const rows =
1393.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 372 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1394.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 583 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
* {
box-sizing: border-box;
}
body
1395.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 994 B
const progress = document.getElementById("progress");
const prev = document.getElementById("prev");
const next = document.getEle
1396.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 706 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1397.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.65 KB
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");
:root {
--line-border-fill: #3498db;
--line-bord
1398.
LICENSE |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 1.06 KB
1399.
README.md |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 15.07 KB
# 100 Projects In 100 Days - HTML, CSS & JavaScript
100+ mini web projects using HTML, CSS and JavaScript.
[See all projects o
1400.
cover.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1401.
Lutt Putt Gaya Dunki 128 Kbps.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1402.
Papa Meri Jaan Animal 128 Kbps.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
1403.
info.json |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 74 B
{
"title": "Hollywood Hit songs",
"description": "Songs for you"
}
1404.
Play Date Lilly Brooks .mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1405.
Marham Animal 128 Kbps.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1406.
Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1407.
spotifydown.com - Cruel Summer.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
1408.
cover.jpg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1409.
info.json |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 78 B
{
"title": "Romantic songs for you",
"description": "Love in Ground"
}
1410.
spotifydown.com - I Forgot That You Existed.mp3 |
Owner: cody | Views: 13 | Comments: 0 |
Open/
Source 21 B
1411.
spotifydown.com - Chaleya (From _Jawan_).mp3 |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
1412.
spotifydown.com - Pehle Bhi Main.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1413.
cover.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
1414.
spotifydown.com - Husn.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
1415.
info.json |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 80 B
{
"title": "Sleep songs of 2023",
"description": "Sleep songs for you"
}
1416.
spotifydown.com - Palpita.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1417.
spotifydown.com - Raula.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
1418.
cover.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
1419.
What Other People Say Sam .mp3 |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1420.
info.json |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 85 B
{
"title": "Diljit Dosanjh New Songs",
"description": "Diljit Dosanjh hits"
}
1421.
spotifydown.com - Jatt Vailly.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
1422.
spotifydown.com - Feel My Love.mp3 |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1423.
cover.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
1424.
spotifydown.com - What..._.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1425.
info.json |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 82 B
{
"title": "Karan Aujla Hit Songs",
"description": "Karan Aujla for you"
}
1426.
spotifydown.com - Jee Ni Lagda.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1427.
spotifydown.com - Admirin' You (feat. Preston Pablo).mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1428.
spotifydown.com - Girl, I Love You (Euro's Intro).mp3 |
Owner: cody | Views: 14 | Comments: 0 |
Open/
Source 21 B
1429.
spotifydown.com - Exit Song.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1430.
spotifydown.com - Starry Night (1).mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1431.
spotifydown.com - Fuck My Way Out.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1432.
cover.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
1433.
info.json |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 77 B
{
"title": "Angry Mood Songs",
"description": "Calm your Anger now"
}
1434.
spotifydown.com - Roses Are Red.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1435.
spotifydown.com - Starry Night.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1436.
Stronger (feat. Kesha) Sam Feldt.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1437.
cover.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
1438.
What Other People Say Sam .mp3 |
Owner: cody | Views: 11 | Comments: 0 |
Open/
Source 21 B
1439.
info.json |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 72 B
{
"title": "Get up and Grind",
"description": "You can do it!"
}
1440.
spotifydown.com - Cruel Summer.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1441.
spotifydown.com - As It Was.mp3 |
Owner: cody | Views: 14 | Comments: 0 |
Open/
Source 21 B
1442.
cover.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
1443.
info.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 79 B
{
"title": "Mega Hits Songs",
"description": "Mega Hit Songs for you"
}
1444.
spotifydown.com - I Ain't Worried.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
1445.
spotifydown.com - Agar Tum Saath Ho.mp3 |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
1446.
spotifydown.com - Tera Ghata.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
1447.
cover.jpg |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
1448.
spotifydown.com - Mann Mera.mp3 |
Owner: cody | Views: 17 | Comments: 0 |
Open/
Source 21 B
1449.
info.json |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 84 B
{
"title": "Just Chill song by Jerry ",
"description": "Yes, Just Chill "
}
1450.
spotifydown.com - Tu Jaane Na.mp3 |
Owner: cody | Views: 13 | Comments: 0 |
Open/
Source 21 B
1451.
Stronger (feat. Kesha) Sam Feldt.mp3 |
Owner: cody | Views: 16 | Comments: 0 |
Open/
Source 21 B
1452.
cover.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1453.
Satranga Animal 128 Kbps.mp3 |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
1454.
What Other People Say Sam .mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1455.
info.json |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 81 B
{
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
1456.
Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 |
Owner: cody | Views: 12 | Comments: 0 |
Open/
Source 21 B
1457.
cover.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
1458.
info.json |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 84 B
{
"title": "bollywood Hit Songs",
"description": "bollywood Songs for you"
}
1459.
Arjan Vailly Animal 128 Kbps.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1460.
Butter Bts 128 Kbps.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1461.
Abrars Entry Jamal Kudu Animal 128 Kbps.mp3 |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
1462.
spotifydown.com - Exit Song.mp3 |
Owner: cody | Views: 12 | Comments: 0 |
Open/
Source 21 B
1463.
spotifydown.com - Starry Night (1).mp3 |
Owner: cody | Views: 13 | Comments: 0 |
Open/
Source 21 B
1464.
spotifydown.com - Fuck My Way Out.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
1465.
cover.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
1466.
info.json |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 72 B
{
"title": "Go Funky let's Go",
"description": "Lets go Funky"
}
1467.
spotifydown.com - Roses Are Red.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1468.
spotifydown.com - Starry Night.mp3 |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
1469.
cover.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1470.
Lutt Putt Gaya Dunki 128 Kbps.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1471.
Papa Meri Jaan Animal 128 Kbps.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1472.
info.json |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 74 B
{
"title": "Hollywood Hit songs",
"description": "Songs for you"
}
1473.
Play Date Lilly Brooks .mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1474.
Marham Animal 128 Kbps.mp3 |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
1475.
Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
1476.
spotifydown.com - Cruel Summer.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1477.
cover.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
1478.
info.json |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 78 B
{
"title": "Romantic songs for you",
"description": "Love in Ground"
}
1479.
spotifydown.com - I Forgot That You Existed.mp3 |
Owner: cody | Views: 14 | Comments: 0 |
Open/
Source 21 B
1480.
spotifydown.com - Chaleya (From _Jawan_).mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1481.
spotifydown.com - Pehle Bhi Main.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1482.
cover.jpg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1483.
spotifydown.com - Husn.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1484.
info.json |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 80 B
{
"title": "Sleep songs of 2023",
"description": "Sleep songs for you"
}
1485.
spotifydown.com - Palpita.mp3 |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
1486.
spotifydown.com - Raula.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
1487.
cover.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1488.
What Other People Say Sam .mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
1489.
info.json |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 85 B
{
"title": "Diljit Dosanjh New Songs",
"description": "Diljit Dosanjh hits"
}
1490.
spotifydown.com - Jatt Vailly.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
1491.
spotifydown.com - Feel My Love.mp3 |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
1492.
cover.jpg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
1493.
spotifydown.com - What..._.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1494.
info.json |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 82 B
{
"title": "Karan Aujla Hit Songs",
"description": "Karan Aujla for you"
}
1495.
spotifydown.com - Jee Ni Lagda.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1496.
spotifydown.com - Admirin' You (feat. Preston Pablo).mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
1497.
spotifydown.com - Girl, I Love You (Euro's Intro).mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1498.
spotifydown.com - Exit Song.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
1499.
spotifydown.com - Starry Night (1).mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1500.
spotifydown.com - Fuck My Way Out.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1501.
cover.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1502.
info.json |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 77 B
{
"title": "Angry Mood Songs",
"description": "Calm your Anger now"
}
1503.
spotifydown.com - Roses Are Red.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1504.
spotifydown.com - Starry Night.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1505.
Stronger (feat. Kesha) Sam Feldt.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1506.
cover.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1507.
What Other People Say Sam .mp3 |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
1508.
info.json |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 72 B
{
"title": "Get up and Grind",
"description": "You can do it!"
}
1509.
spotifydown.com - Cruel Summer.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1510.
spotifydown.com - As It Was.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
1511.
cover.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1512.
info.json |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 79 B
{
"title": "Mega Hits Songs",
"description": "Mega Hit Songs for you"
}
1513.
spotifydown.com - I Ain't Worried.mp3 |
Owner: cody | Views: 16 | Comments: 0 |
Open/
Source 21 B
1514.
spotifydown.com - Agar Tum Saath Ho.mp3 |
Owner: cody | Views: 14 | Comments: 0 |
Open/
Source 21 B
1515.
spotifydown.com - Tera Ghata.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1516.
cover.jpg |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
1517.
spotifydown.com - Mann Mera.mp3 |
Owner: cody | Views: 15 | Comments: 0 |
Open/
Source 21 B
1518.
info.json |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 84 B
{
"title": "Just Chill song by Jerry ",
"description": "Yes, Just Chill "
}
1519.
spotifydown.com - Tu Jaane Na.mp3 |
Owner: cody | Views: 16 | Comments: 0 |
Open/
Source 21 B
1520.
Stronger (feat. Kesha) Sam Feldt.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
1521.
cover.jpg |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
1522.
Satranga Animal 128 Kbps.mp3 |
Owner: cody | Views: 14 | Comments: 0 |
Open/
Source 21 B
1523.
What Other People Say Sam .mp3 |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
1524.
info.json |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 81 B
{
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
1525.
Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1526.
cover.jpg |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
1527.
info.json |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 84 B
{
"title": "bollywood Hit Songs",
"description": "bollywood Songs for you"
}
1528.
Arjan Vailly Animal 128 Kbps.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
1529.
Butter Bts 128 Kbps.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
1530.
Abrars Entry Jamal Kudu Animal 128 Kbps.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
1531.
spotifydown.com - Exit Song.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1532.
spotifydown.com - Starry Night (1).mp3 |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
1533.
spotifydown.com - Fuck My Way Out.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1534.
cover.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
1535.
info.json |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 72 B
{
"title": "Go Funky let's Go",
"description": "Lets go Funky"
}
1536.
spotifydown.com - Roses Are Red.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
1537.
spotifydown.com - Starry Night.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
1538.
index.html |
Owner: cody | Views: 92 | Comments: 0 |
Open/
Source 2.55 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>login</title>
<script type="module" src="https://un
1539.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.08 KB
* {
font-family: "Poppins";
}
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
1540.
login-box-line.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
1541.
ab67706f000000029778f9c7fc5d7923797fe4ad.jpeg |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 22 B
1542.
volume.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 1.2 KB
1543.
icon.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 8.55 KB
1544.
search.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 497 B
1545.
nextsong.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 252 B
1546.
play.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 198 B
1547.
logo.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 8.58 KB
1548.
mute.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 935 B
1549.
playlist.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 365 B
1550.
ab67706f000000026125e14e8384f5312339e67e.jpeg |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 22 B
1551.
home.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 341 B
1552.
pause.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 731 B
1553.
prevsong.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 252 B
1554.
music.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 699 B
1555.
close.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 303 B
1556.
hamburger.svg |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 422 B
1557.
favicon.ico |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
1558.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 2.55 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>login</title>
<script type="module" src="https://un
1559.
style.css |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 2.08 KB
* {
font-family: "Poppins";
}
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
1560.
login-box-line.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1561.
ab67706f000000029778f9c7fc5d7923797fe4ad.jpeg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 22 B
1562.
volume.svg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.2 KB
1563.
icon.svg |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 8.55 KB
1564.
search.svg |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 497 B
1565.
nextsong.svg |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 252 B
1566.
play.svg |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 198 B
1567.
logo.svg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 8.58 KB
1568.
mute.svg |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 935 B
1569.
playlist.svg |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 365 B
1570.
ab67706f000000026125e14e8384f5312339e67e.jpeg |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 22 B
1571.
home.svg |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 341 B
1572.
pause.svg |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 731 B
1573.
prevsong.svg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 252 B
1574.
music.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 699 B
1575.
close.svg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 303 B
1576.
hamburger.svg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 422 B
1577.
favicon.ico |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
1578.
script.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 8.55 KB
let currentSong = new Audio();
let currFolder;
let songs;
function secondsToMinutesSeconds(seconds) {
if (isNaN(seconds) |
1579.
Spotify Clone |
Owner: cody | Views: 0 | Comments: 0 |
Open/
Source 5.41 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
1580.
style.css |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 9.24 KB
:root {
--a: 0;
}
.logo img {
width: 80px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-w
1581.
utility.css |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 737 B
.border {
border: 2px solid red;
margin: 3px;
}
.invert {
filter: invert(1);
}
.flex {
display: flex;
1582.
script.js |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 8.55 KB
let currentSong = new Audio();
let currFolder;
let songs;
function secondsToMinutesSeconds(seconds) {
if (isNaN(seconds) |
1583.
index.html |
Owner: cody | Views: 150 | Comments: 0 |
Open/
Source 5.29 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
1584.
style.css |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 9.24 KB
:root {
--a: 0;
}
.logo img {
width: 80px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-w
1585.
utility.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 737 B
.border {
border: 2px solid red;
margin: 3px;
}
.invert {
filter: invert(1);
}
.flex {
display: flex;
1586.
README.md |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 39 B
# spotify-clone
spotify-clone-response
1587.
wtopagu js |
Owner: cody | Views: 88 | Comments: 0 |
Open/
Source 10.3 KB
// retrieve the data
// used https://api.jquery.com/jquery.getjson/ as a resource
$.getJSON("data.json", function(data) {
1588.
wtopagu css |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 13.33 KB
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,10
1589.
What type of pokemon gym leader are you |
Owner: cody | Views: 238 | Comments: 0 |
Open/
Source 3.12 KB
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FJVEN7W1
1590.
Git Magic JS |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 2.4 KB
// https://api.github.com/users/ABHCH
const searchInput = document.querySelector(".user_name");
const userImage = document.q
1591.
Git Magic CSS |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 5.2 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url('https://fonts.googleapis
1592.
Git Magic CSS |
Owner: cody | Views: 159 | Comments: 0 |
Open/
Source 5.2 KB
1593.
Git Magic |
Owner: cody | Views: 164 | Comments: 0 |
Open/
Source 2.59 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1594.
Knight.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 411 B
class Knight extends Piece {
constructor(position, name) {
super(position, 'knight', name);
}
getAllowedMoves() {
const
1595.
Bishop.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 241 B
class Bishop extends Piece {
constructor(position, name) {
super(position, 'bishop', name);
}
getAllowedMoves() {
return
1596.
King.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 568 B
class King extends Piece {
constructor(position, name) {
super(position, 'king', name);
this.ableToCastle = true;
}
get
1597.
Rook.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 346 B
class Rook extends Piece {
constructor(position, name) {
super(position, 'rook', name);
this.ableToCastle = true;
}
chan
1598.
Piece.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 2.01 KB
class Piece {
constructor(position, rank, name) {
this.position = position;
this.rank = rank;
this.name = name;
1599.
Queen.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 350 B
class Queen extends Piece {
constructor(position, name) {
super(position, 'queen', name);
}
getAllowedMoves(){
return [
1600.
Pawn.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 512 B
class Pawn extends Piece {
constructor(position, name) {
super(position, 'pawn', name)
}
getAllowedMoves() {
const posi
1601.
white-pawn.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1602.
black-rook.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1603.
black-knight.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1604.
white-bishop.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1605.
white-knight.png |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
1606.
white-rook.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1607.
black-pawn.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1608.
black-queen.png |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 21 B
1609.
white-king.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1610.
black-king.png |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1611.
black-bishop.png |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1612.
white-queen.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
1613.
game.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 7.79 KB
class Game {
constructor(pieces) {
this.pieces = pieces;
this.turn = 'white';
this.clickedPiece = null;
this._event
1614.
chess.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.46 KB
*{
margin: 0;
padding: 0;
}
body{
background: #ddd;
}
#board{
width: 600px;
height: 600px;
border:3px #333 solid;
}
#board
1615.
index.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 5.92 KB
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="chess.css">
</head>
<body>
<div id
1616.
Board.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 5.41 KB
const startBoard = game => {
const board = document.getElementById('board');
const squares = board.querySelectorAll('.
1617.
README.md |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.89 KB
# Js-Chess
Welcome to Js-Chess, a customizable and visually appealing chess game implemented in JavaScript. This project feat
1618.
jdh74ys6.html |
Owner: cody | Views: 209 | Comments: 0 |
Open/
Source 150 B
<p onclick="change()">Hello World!!</p>
<script>
function change(){
document.querySelector("p").innerHTML = "Hello JavaSc
1619.
App.js |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 352 B
burger = document.querySelector(".burger")
navbar = document.querySelector(".nav-bar")
navRight = document.querySelector(".nav
1620.
index.html |
Owner: cody | Views: 182 | Comments: 0 |
Open/
Source 3.35 KB
<div class="nav-bar h-nav-resp">
<div class="nav-left v-resp">
<h3 class="logo">PaathShala</h3>
<nav class="nav-
1621.
body.css |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 7.48 KB
body{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.main{
background: linear-gradient(rgba(0,0,0, 0.5)
1622.
What is Normalization | DBMS |
Owner: cody | Views: 285 | Comments: 0 |
Open/
Source 15.92 KB
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Wor
1623.
notification-01.tsx |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 0 B
1624.
light.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 393 B
1625.
search.svg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 269 B
1626.
dark.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 376 B
1627.
youtube.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 558 B
1628.
facebook.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 296 B
1629.
search-white.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 267 B
1630.
linkedin.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 393 B
1631.
instagram.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 393 B
1632.
twitter.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 401 B
1633.
atheros_logo_white.png |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1634.
engineering.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1635.
mountain_view.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1636.
profile.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1637.
index.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 0 B
1638.
github.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 608 B
1639.
youtube.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 560 B
1640.
linkedin.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 395 B
1641.
instagram.svg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 395 B
1642.
twitter.svg |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 403 B
1643.
google.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
1644.
logo.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
1645.
mock.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1646.
email.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 426 B
1647.
password.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 494 B
1648.
apple.png |
Owner: cody | Views: 96 | Comments: 0 |
Open/
Source 21 B
1649.
github.svg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 613 B
1650.
melissa.jpg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
1651.
liliya.jpg |
Owner: cody | Views: 82 | Comments: 0 |
Open/
Source 21 B
1652.
x.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 368 B
1653.
james.jpg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
1654.
profile.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1655.
linkedin.svg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 400 B
1656.
instagram.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 400 B
1657.
alex.jpg |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 21 B
1658.
purify.min.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1659.
liliya.jpg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1660.
drew.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1661.
anna.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
1662.
alex.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1663.
github.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 608 B
1664.
youtube.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 560 B
1665.
linkedin.svg |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 395 B
1666.
instagram.svg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 395 B
1667.
twitter.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 403 B
1668.
lavender-field.jpg |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1669.
wooden-bridge.jpg |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
1670.
forest.jpg |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1671.
joe-doe-profile.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1672.
help.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 902 B
1673.
notification.svg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 438 B
1674.
message.svg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 459 B
1675.
search.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 604 B
1676.
logout.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 831 B
1677.
profile.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 831 B
1678.
tutorials.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 563 B
1679.
joe-doe-profile.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1680.
premium.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 628 B
1681.
settings.svg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.45 KB
1682.
github.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 608 B
1683.
youtube.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 560 B
1684.
linkedin.svg |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 395 B
1685.
instagram.svg |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 395 B
1686.
twitter.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 403 B
1687.
card-1.png |
Owner: cody | Views: 86 | Comments: 0 |
Open/
Source 21 B
1688.
card-2.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1689.
card-3.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
1690.
purify.min.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1691.
natalia.jpg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
1692.
ryan.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1693.
nate.jpg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
1694.
melissa.jpg |
Owner: cody | Views: 105 | Comments: 0 |
Open/
Source 21 B
1695.
liliya.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1696.
drew.jpg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
1697.
eddie.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1698.
profile.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1699.
laura.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1700.
anna.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1701.
alex.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1702.
threads.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 503 B
1703.
melissa.jpg |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 21 B
1704.
profile.jpg |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
1705.
linkedin.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 393 B
1706.
instagram.svg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 393 B
1707.
twitter.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 401 B
1708.
cz.png |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
1709.
uk.png |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 21 B
1710.
eu.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
1711.
usa.png |
Owner: cody | Views: 85 | Comments: 0 |
Open/
Source 21 B
1712.
chf.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1713.
brain.png |
Owner: cody | Views: 81 | Comments: 0 |
Open/
Source 21 B
1714.
engineer.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1715.
idea.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1716.
ui.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
1717.
product.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
1718.
release.png |
Owner: cody | Views: 104 | Comments: 0 |
Open/
Source 21 B
1719.
natalia.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1720.
nate.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1721.
melissa.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1722.
liliya.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1723.
drew.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1724.
profile.jpg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
1725.
anna.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1726.
alex.jpg |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1727.
youtube.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 558 B
1728.
linkedin.svg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 393 B
1729.
instagram.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 393 B
1730.
twitter.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 401 B
1731.
google.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
1732.
ofin.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1733.
mock.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1734.
email.svg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 426 B
1735.
password.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 494 B
1736.
apple.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1737.
autumn.jpg |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1738.
lavender-field.jpg |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1739.
wooden-bridge.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1740.
forest.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1741.
summer.jpg |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1742.
purify.min.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1743.
toyota.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
1744.
ethereum.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1745.
shell.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
1746.
tesla.png |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 21 B
1747.
apple.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1748.
profile.jpg |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
1749.
lavender-field.jpg |
Owner: cody | Views: 80 | Comments: 0 |
Open/
Source 21 B
1750.
wooden-bridge.jpg |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 21 B
1751.
forest.jpg |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1752.
forest-mountain.jpg |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1753.
autumn_forest.jpg |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1754.
winter_forest.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1755.
forest_pathway.jpg |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
1756.
help.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 417 B
1757.
analytics.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 451 B
1758.
performance.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 579 B
1759.
dashboard.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 402 B
1760.
chevron.svg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 322 B
1761.
logo.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.29 KB
1762.
profile.jpg |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1763.
funds.svg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 512 B
1764.
settings.svg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 848 B
1765.
lavender-field.jpg |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1766.
wooden-bridge.jpg |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
1767.
forest.jpg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1768.
snow-scenery.jpg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
1769.
threads.svg |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 503 B
1770.
linkedin.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 393 B
1771.
profile.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
1772.
instagram.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 393 B
1773.
twitter.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 401 B
1774.
check-circle.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.9 KB
1775.
astra.svg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.04 KB
1776.
profile.png |
Owner: cody | Views: 89 | Comments: 0 |
Open/
Source 21 B
1777.
autumn.jpg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1778.
lavender-field.jpg |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1779.
forest.jpg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1780.
summer.jpg |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1781.
purify.min.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1782.
lotr.jpeg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 22 B
1783.
oppenheimer.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1784.
mechinarium.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1785.
barbie.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
1786.
code_war.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1787.
space_simulator.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
1788.
top-trending.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 400 B
1789.
utils.tsx |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 568 B
1790.
custom-radio.tsx |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 1.94 KB
1791.
button-hover-effect.tsx |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 1.36 KB
1792.
css-flex-box-responsive.tsx |
Owner: cody | Views: 81 | Comments: 0 |
Open/
Source 798 B
1793.
custom-loader-v1.tsx |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 984 B
1794.
custom-slider-range.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 221 B
1795.
cut-out-text.tsx |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 866 B
1796.
zoom-image-hover-effect.tsx |
Owner: cody | Views: 83 | Comments: 0 |
Open/
Source 584 B
1797.
stories-horizontal-scroller.tsx |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 0 B
1798.
footer-01.tsx |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 4.51 KB
1799.
cards-hover-effect.tsx |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 1.46 KB
1800.
summary-details.tsx |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 1.19 KB
1801.
social-buttons.tsx |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 1.91 KB
1802.
custom-loader.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 885 B
1803.
ios-like-switch.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 1.77 KB
1804.
menu-items-hover.tsx |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 917 B
1805.
_app.tsx |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 406 B
1806.
3d-gallery.tsx |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 3.39 KB
1807.
notification-example.tsx |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 2.41 KB
1808.
card-scroll-snap.tsx |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 178 B
1809.
flex-grow-effect.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 1.26 KB
1810.
button-glow-effect.tsx |
Owner: cody | Views: 80 | Comments: 0 |
Open/
Source 1.74 KB
1811.
profile-card.tsx |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 203 B
1812.
index.tsx |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 3.03 KB
1813.
cards-flip-effect-gallery.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 3.23 KB
1814.
theme-switcher.tsx |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 201 B
1815.
input-example.tsx |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 2.85 KB
1816.
grid-template-areas.tsx |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 1.5 KB
1817.
input-search.tsx |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 1.76 KB
1818.
summer.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
1819.
CardScrollSnap.tsx |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 1.88 KB
1820.
ProfileCard.tsx |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 1.57 KB
1821.
ThemeButton.tsx |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 1.05 KB
1822.
ThemeSwitcher.tsx |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 1.23 KB
1823.
CustomSliderRange.tsx |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 1.38 KB
1824.
ThemeSwitcher.module.scss |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 878 B
1825.
CustomRadio.tsx |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 62 B
1826.
global.scss |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 82 B
1827.
Container.tsx |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 501 B
1828.
lavender-field.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1829.
wooden-bridge.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
1830.
wooden-bridge-resized.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1831.
forest.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1832.
lake.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
1833.
forest-resized.jpg |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
1834.
snow-scenery.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
1835.
lavender-field-resized.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
1836.
analytics.svg |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 617 B
1837.
reports.svg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 576 B
1838.
dashboard.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 443 B
1839.
chevron.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 328 B
1840.
logo.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.89 KB
1841.
portfolio.svg |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 722 B
1842.
purify.min.js |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1843.
sendgrid.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
1844.
yahoo.png |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 21 B
1845.
slack.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
1846.
link.svg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 391 B
1847.
asana.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1848.
notification.svg |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 438 B
1849.
message.svg |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 459 B
1850.
jason.jpg |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
1851.
michelle.jpg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
1852.
logout.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 831 B
1853.
profile.svg |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 831 B
1854.
jennifer.jpg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
1855.
joe-doe-profile.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
1856.
ricahrd_taylor.jpg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
1857.
storeify.png |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
1858.
profile.png |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 21 B
1859.
diamond.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1860.
right-collapse.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 438 B
1861.
logo.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1862.
logo-small.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
1863.
left-collapse.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 433 B
1864.
purify.min.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 20.42 KB
/*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public Lice
1865.
image.svg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 503 B
1866.
profile.jpg |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
1867.
folder.svg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 502 B
1868.
profile-woman.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
1869.
threads.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 503 B
1870.
profile.jpg |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
1871.
linkedin.svg |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 393 B
1872.
instagram.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 393 B
1873.
twitter.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 401 B
1874.
facebook.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
1875.
google.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
1876.
logo.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.89 KB
1877.
burger-menu.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 381 B
1878.
close.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 347 B
1879.
image-05.jpg |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 21 B
1880.
image-06.jpg |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
1881.
image-01.jpg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
1882.
image-04.jpg |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
1883.
image-02.jpg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
1884.
image-03.jpg |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
1885.
profile.jpg |
Owner: cody | Views: 81 | Comments: 0 |
Open/
Source 21 B
1886.
autumn.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
1887.
winter.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
1888.
spring.jpg |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
1889.
summer.jpg |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
1890.
threads.svg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 445 B
1891.
youtube.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 558 B
1892.
share.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 505 B
1893.
close.svg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 308 B
1894.
instagram.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 393 B
1895.
twitter.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 401 B
1896.
minus.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 389 B
1897.
plus.svg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 419 B
1898.
profile_new.jpg |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
1899.
ebook.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 1.12 KB
1900.
price.svg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 774 B
1901.
complete-package.svg |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 2.38 KB
1902.
video.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 1.43 KB
1903.
benefit.svg |
Owner: cody | Views: 85 | Comments: 0 |
Open/
Source 2.48 KB
1904.
google.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
1905.
logo.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1906.
mock.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
1907.
email.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 426 B
1908.
password.svg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 494 B
1909.
apple.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
1910.
index.html |
Owner: cody | Views: 137 | Comments: 0 |
Open/
Source 406 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Audio Wave</title>
<meta name="viewport" cont
1911.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.28 KB
body {
background-color: #0e0e0e;
display: flex;
align-items: center;
justify-content: center;
height: 100vh
1912.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 1.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toast</title>
<meta name="vie
1913.
style.css |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 2.26 KB
:root {
--background:#f3f1f9;
--toast-background: #292B2D;
--toast-success: #9CE6A8;
--text: white;
}
* {
m
1914.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 7.28 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 02</title>
<meta name=
1915.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.91 KB
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500&display=swap');
:root {
--footer-background
1916.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 354 B
let loginForm = document.querySelector(".my-form");
loginForm.addEventListener("submit", (e) => {
e.preventDefault();
l
1917.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 4.44 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login Example</title>
<meta na
1918.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 4.66 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #4978F0;
--primary-li
1919.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 202 B
const dragAndDropItems = document.getElementById(
'team-members'
);
new Sortable(dragAndDropItems, {
animation: 350,
1920.
index.html |
Owner: cody | Views: 143 | Comments: 0 |
Open/
Source 4.95 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Drag & drop</title>
<link rel=
1921.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.69 KB
:root {
--primary: #0969DA;
--background: #EDEEF7;
--gray: #EDEEF7;
--white: #FCFCFC;
--navbar-height: 60p
1922.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 4.4 KB
// slightly modified https://stackoverflow.com/questions/3177836/
// how-to-format-time-since-xxx-e-g-4-minutes-ago-similar-to-
1923.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 1.65 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Comments</title>
<meta name="
1924.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.89 KB
:root {
--background: #ECF0F4;
--white: white;
--gray-light: #FAFBFC;
--gray-borders: #ECF1F4;
--gray-dark:
1925.
script.js |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 543 B
const notification = document.querySelector('.notification');
const button = document.querySelector('.trigger-button');
const
1926.
index.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 2.13 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Snackbar</title>
<link rel="s
1927.
style.css |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 2.28 KB
:root {
--success: #327B32;
--text: #F2ECFF;
--background: #1F1F1F;
}
html {
font-family: 'Roboto';
}
* {
1928.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 7.67 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 03 Example</title>
<me
1929.
style.css |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 4.34 KB
:root {
--footer-background: #121a29;
--text-color: #FAFBFC;
--text-gray: #FEFEFE;
--text-heading-gray: #F4F5F6
1930.
index_socials.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 2.54 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 03 Example</title>
<me
1931.
index.html |
Owner: cody | Views: 126 | Comments: 0 |
Open/
Source 1.74 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery 04</title>
<meta name
1932.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.3 KB
:root {
--background: #3C343D;
--background-border: #6B626C;
}
* {
margin: 0;
padding: 0;
box-sizing: bord
1933.
index.html |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 3.57 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Buttons</title>
<meta n
1934.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.25 KB
:root {
--background: #2C2C2C;
--primary-color: white;
--secondary-color: #2C2C2C;
}
/* CSS reset */
* {
margin
1935.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 638 B
const expand_btn = document.querySelector(".expand-btn");
let activeIndex;
expand_btn.addEventListener("click", () => {
con
1936.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 7.66 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconne
1937.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 3.58 KB
:root {
--primary-color: #090E14;
--text: white;
--sidebar-gray: #111926;
--sidebar-gray-light: #D8DCE0;
--
1938.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 587 B
const profile = document.querySelector('.profile');
const dropdown = document.querySelector('.dropdown__wrapper');
profile.add
1939.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 2.32 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 01</title>
<link
1940.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.5 KB
:root {
--primary: #625BFE;
--text: #0F192D;
--text-gray: #5A678C;
--gray: #c0bcff;
--error: #E3452F;
}
b
1941.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 8.35 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 04 Example</title>
<me
1942.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 5.07 KB
:root {
--primary: #2E31A6;
--text-color: white;
--white: white;
--text-gray: #FEFEFE;
--text-heading-gray:
1943.
index_socials.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 2.57 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Footer 04 Example</title>
<me
1944.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 5.19 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta name="view
1945.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.1 KB
:root {
--primary-color: #635bff;
--secondary: #0a2540;
}
body {
display: flex;
width: 100%;
padding-top:
1946.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 4.93 KB
const transactions = [
{
src: 'assets/profile.jpg',
name: 'James Alexander',
alias: '@james',
1947.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 453 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Transactions Table</title>
<m
1948.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 3.11 KB
:root {
--background: #EBECF0;
--table-background: #FFFFFF;
--primary: #101824;
--gray: #A0A7B1;
--odd-row:
1949.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 5.14 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<meta name="view
1950.
style.css |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 2.56 KB
:root {
--background: #2C2C2C;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
backgroun
1951.
index_socials.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 2.77 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Profile Card</title>
<meta name="viewp
1952.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 803 B
const toggleMenu = () => {
const navigation = document.querySelector('.navigation');
const burgerMenu = document.query
1953.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 3.42 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
1954.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 3.42 KB
:root {
--primary: #DD946F ;
--primary-hover: #CD7D7C;
--background: #261E5A;
--navbar-height: 6
1955.
burger-menu.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 381 B
1956.
close.svg |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 347 B
1957.
background.jpg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
1958.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.33 KB
:root {
--primary: #DD946F ;
--secondary: #261E5A;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
1959.
cards.html |
Owner: cody | Views: 142 | Comments: 0 |
Open/
Source 4.21 KB
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta
1960.
script.js |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.87 KB
const bankAccounts = document.getElementById('bank-accounts');
let isDown = false;
let startX;
let startY;
let scrollLeft;
let
1961.
index.html |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 5.23 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Finance Bank Accounts</title>
1962.
style.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 3.57 KB
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
:root {
--accent: #9fe870;
--accent-hover
1963.
index_socials.html |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 1.94 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Finance Bank Accounts</title>
1964.
spaceship.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
1965.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 468 B
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cursor Example</title>
<meta
1966.
script.js |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 1.13 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content")
const tabConte
1967.
index.html |
Owner: cody | Views: 154 | Comments: 0 |
Open/
Source 9.27 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vertical Tabs</title>
<meta n
1968.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 2.01 KB
:root {
--white: #FFF;
--primary: #645DFF;
--secondary: #2A2649;
--secondary-light: #777777;
--body-backgr
1969.
index.html |
Owner: cody | Views: 144 | Comments: 0 |
Open/
Source 864 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Buttons</title>
<meta
1970.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 970 B
:root {
--background: #2C2C2C;
--accent: #FF9950;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
1971.
script.js |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 3.17 KB
const teamMembers = [
{
src: 'assets/profile.jpg',
name: 'James Alexander',
alias: '@james',
1972.
index.html |
Owner: cody | Views: 161 | Comments: 0 |
Open/
Source 850 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Team Table</title>
<meta name
1973.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 3.16 KB
/* EBECF0 */
:root {
--background: #EBECF0;
--table-background: #FFFFFF;
--primary: #101824;
--gray: #A0A7B1;
1974.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 12.45 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
1975.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.53 KB
:root {
--primary: #0969DA;
--background: #24292F;
--gray: #847F90;
--white: #FCFCFC;
--navbar-height: 60px;
1976.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 1.25 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Buttons</title>
<meta
1977.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.23 KB
:root {
--background: #2C2C2C;
--linkedin: #0A66C2;
--youtube: #e52d27;
--twitter: #1D9BF0;
}
* {
margin: 0
1978.
script.js |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 356 B
let loginForm = document.querySelector(".my-form");
loginForm.addEventListener("submit", (e) => {
e.preventDefault();
1979.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 4.64 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login 03</title>
<meta name=
1980.
style.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 4.97 KB
:root {
--primary: #6B43FF;
--primary-light: #6667B0;
--violet-light: #B492FD;
--secondary: #1D1D1D;
--wh
1981.
index_socials.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 3.37 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login 03</title>
<meta name=
1982.
script.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 217 B
const mainItems = document.querySelectorAll(
'.main-item'
);
mainItems.forEach((mainItem) => {
mainItem.addEventListener('c
1983.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 2.78 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 03</title>
<link rel=
1984.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.64 KB
:root {
--primary-item: #3B3E40;
--background-item: #EFEFEF;
--gray: #D5D4D5;
--background: #2C2C2C;
--item-non-hover:
1985.
script.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 1.13 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content")
const tabConte
1986.
index.html |
Owner: cody | Views: 148 | Comments: 0 |
Open/
Source 6.92 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vertical Tabs</title>
<meta n
1987.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.95 KB
:root {
--white: #FFF;
--gray: #F3F3F3;
--gray-mid: #9D9D9D;
--gray-dark: #3e3e3e;
--gray-hover: #F7F7F7;
1988.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 1.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion 03</title>
<meta na
1989.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 666 B
:root {
--background: #3C343D;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.background {
bac
1990.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 2.88 KB
const stocks = [
{
src: 'assets/shell.png',
name: 'Shell plc',
ticker: 'SHEL',
price: 64.53,
1991.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.38 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Stocks Watchlist</title>
<met
1992.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 3.54 KB
/* EBECF0 */
:root {
--background: #ECECF4;
--table-background: #FCFCFD;
--primary: #272727;
--gray: #A0A7B1;
1993.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 399 B
const button = document.querySelector('.settings');
const closeButton = document.querySelector('.close');
const quickSettings =
1994.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 6.91 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toolbar Menu</title>
<meta nam
1995.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.47 KB
:root {
--white: #FFF;
--gray: #F3F3F3;
--gray-mid: #d6d6d6;
--gray-dark: #3e3e3e;
--button-hover: #ECE8F
1996.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.53 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery 02</title>
<meta name
1997.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1003 B
:root {
--background: #3C343D;
--background-card: #6B626C;
}
* {
margin: 0;
padding: 0;
box-sizing: border
1998.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 8.3 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Parallax</title>
<meta name="
1999.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 758 B
:root {
--background: #3C343D;
--background-border: #6B626C;
}
* {
margin: 0;
padding: 0;
box-sizing: bord
2000.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 494 B
const input = document.querySelector(".input__field");
const inputIcon = document.querySelector(".input__icon");
inputIcon.add
2001.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.67 KB
@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
font-family: 'Roboto', sans-serif;
font-size: 16px;
2002.
material-ui.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.36 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Material UI Input</title>
<m
2003.
eye.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 445 B
2004.
eye-off.svg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 596 B
2005.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 585 B
const expand_btn = document.querySelector(".expand-btn");
let activeIndex;
expand_btn.addEventListener("click", () => {
doc
2006.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 3.65 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconne
2007.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 4.03 KB
:root {
--primary-color: #3841E6;
--text: #EDF0F7;
--sidebar-gray: #111926;
--sidebar-gray-light: #F8F7FD;
2008.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 201 B
const swiper = new Swiper(".mySwiper", {
direction: "vertical",
slidesPerView: 1,
spaceBetween: 0,
mousewheel: true,
p
2009.
galery-05 |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 1.21 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Swiper demo</title>
<meta name="viewp
2010.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 993 B
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
html {
position: relative;
height: 100%;
}
2011.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 1.63 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="prec
2012.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.32 KB
:root {
--background: #D8E3FA;
--gray: #EAEAEC;
--primary: #29283F;
--primary-violet: #7370F4;
}
body {
2013.
script.js |
Owner: cody | Views: 95 | Comments: 0 |
Open/
Source 723 B
const slider = document.querySelector('.container');
let isDown = false;
let startX;
let scrollLeft;
slider.addEventListener(
2014.
index.html |
Owner: cody | Views: 169 | Comments: 0 |
Open/
Source 2.61 KB
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta
2015.
style.css |
Owner: cody | Views: 87 | Comments: 0 |
Open/
Source 1.33 KB
:root {
--background: #261E5A;
}
html {
scroll-behavior: smooth;
font-family: 'Mullish', sans-serif;
}
body
2016.
index.html |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 678 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="stylesheet" href="st
2017.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.48 KB
:root {
--background: #1F2336;
--scrollbar-background: #313852;
--text: #F1F1F1;
--text-active: #F1F1F180;
}
ht
2018.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 969 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toast Notification 01</title>
2019.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.54 KB
:root {
--notification-background: #313e2c;
--notification-primary: #aaec8a;
--background: #FAF9FF;
}
* {
box-
2020.
script.js |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 755 B
const expand_btn = document.querySelector(".expand-btn");
let activeIndex;
expand_btn.addEventListener("click", () => {
docu
2021.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 11.09 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https:
2022.
style.css |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 5.98 KB
:root {
--primary-color: #191919;
--white: #FFFFFF;
--sidebar-primary: #353E47;
--sidebar-primary-hover: #353E47;
--si
2023.
index_socials.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 2.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https:
2024.
index.html |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 4.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
2025.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.07 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-b
2026.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 2.57 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content")
allLinks.forE
2027.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 4.19 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs</title>
<meta name="view
2028.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 2.9 KB
:root {
--white: #FFF;
--gray: #F3F3F3;
--background: #060D23;
--tab-background: #383D4F;
--gray-dark: #3e
2029.
index_socials.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.47 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs</title>
<meta name="vi
2030.
package-lock.json |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 187.06 KB
{
"name": "react",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "
2031.
package.json |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 750 B
{
"name": "react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
2032.
tsconfig.json |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 922 B
{
"compilerOptions": {
"baseUrl": ".",
"checkJs": false,
"lib": [
"dom",
"dom.iterable",
"esnext
2033.
next-env.d.ts |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 201 B
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see
2034.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 839 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta name="viewport" content="
2035.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 730 B
body {
background-color: rgb(20, 23, 26);
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.cards {
2036.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.33 KB
:root {
--primary: #DD946F ;
--secondary: #261E5A;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
2037.
cards.html |
Owner: cody | Views: 152 | Comments: 0 |
Open/
Source 10.71 KB
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<title>Cards</title>
<meta
2038.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 584 B
const expand_btn = document.querySelector(".expand-btn");
let activeIndex;
expand_btn.addEventListener("click", () => {
doc
2039.
index.html |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 2.29 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconne
2040.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.51 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary-color: #625BFE;
--prima
2041.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.57 KB
//? This code is for animating details
//? of summary component and slightly modified
//? https://css-tricks.com/how-to-animate-
2042.
index.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 3.98 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion FAQ</title>
<link rel="stylesheet" href="s
2043.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.71 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--white: #FFF;
--background: #060D23;
2044.
index_socials.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 838 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion FAQ</title>
<link rel="stylesheet" href=
2045.
script.js |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 3.65 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content");
allLinks.for
2046.
index.html |
Owner: cody | Views: 144 | Comments: 0 |
Open/
Source 2.55 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs Integrations</title>
<me
2047.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 4.04 KB
:root {
--white: #FFF;
--text-color: #62636F;
--primary-violet: #6445AF;
--gray-link: #9D9D9D;
--gray-bott
2048.
index_socials.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.74 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs Integrations</title>
<me
2049.
script_social.js |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 3.1 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content");
allLinks.for
2050.
script.js |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 494 B
const input = document.querySelector(".input__field");
const inputIcon = document.querySelector(".input__icon");
inputIcon.add
2051.
style.css |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.68 KB
@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
2052.
material-ui.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 1.36 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Input 01</title>
<meta name=
2053.
eye.svg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 445 B
2054.
eye-off.svg |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 596 B
2055.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 452 B
const toggleMenu = () => {
const burgerMenu = document.querySelector(".menu-icon");
const src = burgerMenu.getAttribute
2056.
atheros_learning_logo.png |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 21 B
2057.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 1.23 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<meta n
2058.
universe.jpg |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
2059.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.65 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #DD946F ;
--primary-ho
2060.
burger-menu.svg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 381 B
2061.
close.svg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 347 B
2062.
script.js |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 217 B
const mainItems = document.querySelectorAll(
'.main-item'
);
mainItems.forEach((mainItem) => {
mainItem.addEventListener('c
2063.
index.html |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 1.99 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion 02</title>
<meta na
2064.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1.97 KB
:root {
--primary-violet: #6238E2;
--background-violet-light: #EEEBFD;
--gray: #D5D4D5;
--background: #2C2C2C;
}
html
2065.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 596 B
const notifications = document.querySelector('.notifications');
const dropdown = document.querySelector('.dropdown__wrapper');
2066.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 4.11 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 02</title>
<link
2067.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.87 KB
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');
:root {
--primary: #625BFE;
--i
2068.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 351 B
let loginForm = document.querySelector(".my-form");
loginForm.addEventListener("submit", (e) => {
e.preventDefault();
l
2069.
index.html |
Owner: cody | Views: 162 | Comments: 0 |
Open/
Source 2.87 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login 01</title>
<meta name="v
2070.
universe.jpg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
2071.
style.css |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 3.74 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #DD946F ;
--primary-hov
2072.
email.svg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 405 B
2073.
astronaut.jpg |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2074.
password.svg |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 350 B
2075.
script.js |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 755 B
const expand_btn = document.querySelector(".expand-btn");
let activeIndex;
expand_btn.addEventListener("click", () => {
docu
2076.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 10.25 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https:
2077.
style.css |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 7.68 KB
:root {
--primary-color: #272727;
--text: white;
--white: #FFFFFF;
--sidebar-primary: #605DFF;
--sidebar-primary-light
2078.
index_socials.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 2.87 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https:
2079.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 10.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
2080.
style.css |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 5.07 KB
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root {
--primary: #000000;
--backgroun
2081.
index_socials.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 2.0 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
2082.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 630 B
const expand_btn = document.querySelector(".expand-btn");
const img = expand_btn.querySelector("img");
let activeIndex;
expan
2083.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 6.38 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconne
2084.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 4.97 KB
:root {
--primary-color: #272727;
--text: white;
--background: #F4F5FC;
--sidebar-gray-background: #DCE1EB;
2085.
index.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 1.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Buttons</title>
<meta name="v
2086.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.09 KB
:root {
--background: #2C2C2C;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-fami
2087.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 2.98 KB
const allLinks = document.querySelectorAll(".tabs a");
const allTabs = document.querySelectorAll(".tab-content");
allLinks.for
2088.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 2.66 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs</title>
<meta name="view
2089.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.77 KB
body {
font-family: 'Poppins';
background-color: #dfdfdf;
display: flex;
justify-content: center;
align-ite
2090.
script.js |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 217 B
const mainItems = document.querySelectorAll(
'.main-item'
);
mainItems.forEach((mainItem) => {
mainItem.addEventListener('c
2091.
index.html |
Owner: cody | Views: 155 | Comments: 0 |
Open/
Source 2.85 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 03</title>
<link rel=
2092.
style.css |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 2.64 KB
:root {
--primary-item: #3B3E40;
--background-item: #EFEFEF;
--gray: #D5D4D5;
--background: #2C2C2C;
--item-non-hover:
2093.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 4.53 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="prec
2094.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.64 KB
:root {
--background: #2C2C2C;
}
body {
background-color: var(--background);
display: grid;
place-items: cen
2095.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 700 B
let loginForm = document.querySelector(".my-form");
let email = document.getElementById("email");
let password = document.getEl
2096.
signup 01 |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 3.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Signup</title>
<meta
2097.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 4.4 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #625BFE;
--primary-hove
2098.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 680 B
const toggleMenu = () => {
const navigation = document.querySelector(".navigation");
const burgerMenu = document.querySelec
2099.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 2.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<meta name="viewport" co
2100.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.14 KB
:root {
--primary: #F4BD50;
--background: #191919;
--navbar-height: 48px;
}
* {
margin: 0;
padding: 0;
2101.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.95 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery 03</title>
<meta name
2102.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 785 B
body {
margin: 0px;
}
* {
box-sizing: border-box;
}
.background {
background: #2C2C2C;
display: flex;
hei
2103.
search input 01 |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 523 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, ini
2104.
style.css |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.64 KB
@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
font-family: 'Roboto', sans-serif;
}
* {
margin: 0;
2105.
search-bold.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 269 B
2106.
script.js |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 587 B
const button = document.querySelector('.apps__button');
const dropdown = document.querySelector('.dropdown__wrapper');
button.
2107.
index.html |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 12.99 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Toolbar Menu</title>
<meta nam
2108.
style.css |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 2.95 KB
:root {
--white: #FFF;
--gray: #F3F3F3;
--gray-mid: #d6d6d6;
--gray-dark: #3e3e3e;
--button-hover: #ECE8F
2109.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 1.52 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gallery 01</title>
<meta name
2110.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 723 B
:root {
--background: #3C343D;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.background {
bac
2111.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 506 B
const shareButton = document.querySelector('.share-button');
const toggleSocials = () => {
const socialsWrapper = document.
2112.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.06 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Social Buttons</title>
<meta
2113.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 2.16 KB
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');
:root {
--background: #2C2C2C;
--ac
2114.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.76 KB
//? This code is for animating details
//? of summary component and slightly modified
//? https://css-tricks.com/how-to-animat
2115.
index.html |
Owner: cody | Views: 126 | Comments: 0 |
Open/
Source 3.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion 01</title>
<meta na
2116.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.14 KB
html {
font-size: 16px;
font-family: "Poppins";
}
body {
background: white;
height: 100%;
}
* {
box-sizing: border-box;
2117.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 418 B
const button = document.getElementById('avatar-navbar');
const closeButton = document.querySelector('.close-button');
const nav
2118.
index.html |
Owner: cody | Views: 151 | Comments: 0 |
Open/
Source 10.05 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<link rel
2119.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 4.85 KB
:root {
--notification: #58A6FF;
--github-dark: #010409;
--github-dark-lighter: #0D1117;
--github-dark-border:
2120.
index.html |
Owner: cody | Views: 147 | Comments: 0 |
Open/
Source 3.83 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pricing Cards</title>
<meta n
2121.
style.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 3.61 KB
@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
html {
font-size: 16px;
font-family: Manrope;
2122.
script.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 676 B
let signupForm = document.querySelector(".my-form");
let email = document.getElementById("email");
let password = document.getEl
2123.
index.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 5.28 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Signup Example</title>
<link rel="stylesheet"
2124.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 4.65 KB
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
:root {
--primary: #4978F0;
--primary-ligh
2125.
index_socials.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 3.51 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Signup Example</title>
<link rel="stylesheet"
2126.
README.md |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 750 B
This is repository with examples of simple UI components. The repository is based on Next.js and React.js.
# installation
* C
2127.
Horizontal Scroll Snap CSS |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 1.71 KB
:root {
--background: #1F2336;
--scrollbar-background: #313852;
--text: #F1F1F1;
--text-active: #F1F
2128.
Horizontal Scroll Snap |
Owner: cody | Views: 193 | Comments: 0 |
Open/
Source 761 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="st
2129.
Buttons |
Owner: cody | Views: 165 | Comments: 0 |
Open/
Source 1.15 KB
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
a
2130.
Profile Card |
Owner: cody | Views: 151 | Comments: 0 |
Open/
Source 1.19 KB
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
a
2131.
Beautiful Card |
Owner: cody | Views: 165 | Comments: 0 |
Open/
Source 1.06 KB
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
a
2132.
Nested Tables |
Owner: cody | Views: 159 | Comments: 0 |
Open/
Source 1.04 KB
<!DOCTYPE html>
<html>
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
border: 1
2133.
toggle1.html |
Owner: cody | Views: 224 | Comments: 0 |
Open/
Source 16.59 KB
<label>
<input type="checkbox">
<span class="custom__checkbox">
<span class="custom__checkbox__face">
<span cl
2134.
image5.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2135.
image2.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2136.
image3.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2137.
image4.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2138.
image1.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2139.
image6.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2140.
image6.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2141.
image4.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2142.
avatar.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2143.
bootstrap.min.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 76.25 KB
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2144.
bootstrap.min.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 176.27 KB
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);
/*!
* Bootstrap v5.1.3 (https://getbootstra
2145.
8.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2146.
6.jpg |
Owner: cody | Views: 83 | Comments: 0 |
Open/
Source 21 B
2147.
4.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2148.
1.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2149.
2.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2150.
7.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2151.
3.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2152.
whole1.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2153.
5.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2154.
9.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2155.
8.jpg |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
2156.
6.jpg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2157.
4.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2158.
1.jpg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2159.
2.jpg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2160.
7.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2161.
3.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2162.
whole1.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2163.
5.jpg |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2164.
9.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2165.
8.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2166.
6.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2167.
4.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2168.
1.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2169.
2.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2170.
7.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2171.
3.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2172.
whole1.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2173.
5.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2174.
9.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2175.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 636 B
html{
height: 100%;
}
body{
background-color: #283748;
text-align: center;
color: #efefef;
overflow-x: hidde
2176.
bootstrap.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 191.11 KB
@charset "UTF-8";
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright
2177.
bootstrap.css.map |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 502.45 KB
2178.
app.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 3.47 KB
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
body {
margin: 0;
}
button:focus {
outline: none;
}
2179.
main.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.54 KB
const backdrop = document.querySelector("#backdrop");
const addMovieBtn = document.querySelector("#addMovieBtn");
const modal =
2180.
swish.m4a |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2181.
aww.mp3 |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2182.
cash.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2183.
5.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2184.
2.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2185.
10.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2186.
blackjack.jpg |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
2187.
Q.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2188.
J.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2189.
6.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2190.
8.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2191.
K.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2192.
download.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2193.
3.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2194.
9.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2195.
7.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2196.
A.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2197.
4.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2198.
icon.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2199.
app.js |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 11.11 KB
document.querySelector('#dark-mode-toggle').addEventListener('click', () => {
document.body.classList.toggle('dark');
co
2200.
sudoku.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 4.11 KB
const newGrid = (size) => {
let arr = new Array(size);
for (let i = 0; i < size; i++) {
arr[i] = new Array(size
2201.
constant.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 276 B
const CONSTANT = {
UNASSIGNED: 0,
GRID_SIZE: 9,
BOX_SIZE: 3,
NUMBERS: [1,2,3,4,5,6,7,8,9],
LEVEL_NAME: [
2202.
5min.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2203.
square-outline.svg |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 131 B
2204.
play-button.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2205.
10min.png |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
2206.
winter.png |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
2207.
autumn.png |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
2208.
pause-button.png |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 21 B
2209.
20min.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2210.
summer.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2211.
spring.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2212.
2min.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2213.
right-arrow.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2214.
winter.mp4 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2215.
summer.mp4 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2216.
autumn.mp4 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2217.
spring.mp4 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2218.
winter.mp4 |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2219.
summer.mp4 |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2220.
autumn.mp4 |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2221.
spring.mp4 |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2222.
meditation.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2223.
ionicons.min.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 50.08 KB
@charset "UTF-8";/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.
2224.
ionicons.woff |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 22 B
2225.
ionicons.eot |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2226.
ionicons.svg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 326.01 KB
2227.
ionicons.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2228.
theme.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 118 B
document.querySelectorAll('.datepicker').forEach(function(field) {
var picker = new Pikaday({
field: field
});
});
2229.
tic-tac-toe.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2230.
sans.ttf |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
2231.
hourglass.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2232.
sans.ttf |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2233.
favicon.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2234.
twinkleStar.JPG |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 21 B
2235.
key15.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2236.
key6.mp3 |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
2237.
key21.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2238.
key7.mp3 |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2239.
key13.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2240.
key9.mp3 |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2241.
key24.mp3 |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2242.
key3.mp3 |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2243.
key10.mp3 |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2244.
key4.mp3 |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2245.
key17.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2246.
key14.mp3 |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
2247.
key22.mp3 |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2248.
key20.mp3 |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2249.
key11.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2250.
key8.mp3 |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
2251.
key19.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2252.
key16.mp3 |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2253.
key12.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2254.
key1.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2255.
key18.mp3 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2256.
key23.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2257.
key5.mp3 |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2258.
key2.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2259.
sans.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2260.
memory.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2261.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2262.
hangman-game.png |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2263.
hangman.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.63 KB
class Hangman {
constructor(word, remainingGuesses){
this.word = word.toLowerCase().split('');
this.remainin
2264.
request.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 333 B
const getPuzzle = async (wordCount) => {
const response = await fetch(`https://puzzle.mead.io/puzzle?wordCount=${wordCount}`
2265.
app.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 765 B
let game1
const puzzleDIV = document.querySelector('#puzzle');
const remainingDIV = document.querySelector('#guesses');
window.
2266.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 952 B
$(document).ready(function(){
var magic8Ball = {};
magic8Ball.listofanswers = ["It is certain.","Without a doubt.", "
2267.
snip1.png |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2268.
answer.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2269.
8ball.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2270.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.03 KB
.page {
max-width: 960px;
min-width: 300px;
margin: 0 auto;
}
html {
font-family: "Montserrat", sans-seri
2271.
calculator.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2272.
sans.ttf |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2273.
pic.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2274.
picpg.jpg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2275.
pic2.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2276.
stump.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2277.
pic.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2278.
bg.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2279.
bg.jpeg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 22 B
2280.
popper.min.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2281.
bootstrap.min.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2282.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2283.
main.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 3.36 KB
var productName = document.getElementById('productName');
var productCategory = document.getElementById( 'productCategory');
2284.
bootstrap.min.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2285.
main.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 156 B
.item {
box-shadow: 10px 10px 102px 18px rgba(0, 0, 0, 0.45);
}
.search{
font-size: 22px;
padding: 15px;
}
span{
2286.
bg6.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2287.
favicon.ico |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2288.
index.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 353 B
var mydiv = document.getElementById("mydiv");
var mybutton = document.getElementById("mybutton");
const typewrite = () =>{
v
2289.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 477 B
.container {
width: 1100px;
margin: auto;
height: 100vh;
}
button {
width: 270px;
height: 50px;
background-color: b
2290.
wave.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2291.
sans.ttf |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2292.
Showreel.mp3 |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
2293.
background.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2294.
roboto-v20-latin-300.woff2 |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 23 B
2295.
roboto-v20-latin-300.woff |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 22 B
2296.
roboto-v20-latin-regular.eot |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2297.
roboto-v20-latin-500.eot |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2298.
roboto-v20-latin-700.ttf |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2299.
roboto-v20-latin-500.woff2 |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 23 B
2300.
roboto-v20-latin-regular.ttf |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2301.
roboto-v20-latin-900.woff2 |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 23 B
2302.
roboto-v20-latin-regular.woff |
Owner: cody | Views: 70 | Comments: 0 |
Open/
Source 22 B
2303.
roboto-v20-latin-500.ttf |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2304.
roboto-v20-latin-900.eot |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2305.
roboto-v20-latin-700.woff |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 22 B
2306.
roboto-v20-latin-900.woff |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 22 B
2307.
roboto-v20-latin-300.ttf |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2308.
roboto-v20-latin-regular.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 47.83 KB
2309.
roboto-v20-latin-700.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 47.83 KB
2310.
roboto-v20-latin-500.svg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 47.48 KB
2311.
roboto-v20-latin-500.woff |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 22 B
2312.
roboto-v20-latin-900.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 46.9 KB
2313.
roboto-v20-latin-700.woff2 |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 23 B
2314.
roboto-v20-latin-900.ttf |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 21 B
2315.
roboto-v20-latin-300.eot |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2316.
roboto-v20-latin-300.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 48.09 KB
2317.
roboto-v20-latin-regular.woff2 |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 23 B
2318.
roboto-v20-latin-700.eot |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2319.
wokingimage1.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2320.
workingimage2.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2321.
github_logo.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2322.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 4.8 KB
//https://api.github.com/users/user_name/repos
//
const user_img = document.querySelector(".user_img");
const userName = documen
2323.
style.css.map |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 3.49 KB
2324.
style.scss |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 3.74 KB
2325.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 5.88 KB
* {
margin: 0;
padding: 0;
font-family: "Roboto";
}
body{
background-color: #19172e;
}
.container {
width:
2326.
font.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 7.88 KB
/* arvo-regular - latin */
@font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 400;
src: url('../
2327.
font-awesome.min.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 30.27 KB
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Fon
2328.
settings.json |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 41 B
{
"liveServer.settings.port": 5501
}
2329.
to-do-list.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2330.
sans.ttf |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2331.
mathss(.2).png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2332.
add-readme.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2333.
mathss(.1).png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2334.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.01 KB
var playing = false;
var score;
var action;
var timeremaining;
var correctAnswer;
//if we click on the start/reset
document.get
2335.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.62 KB
html {
height: 100%;
background: radial-gradient(circle, #fff, #ccc);
background: -webkit-radial-gradient(circle, #f
2336.
Keycode.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2337.
sans.ttf |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2338.
Web capture_10-4-2022_71120_127.0.0.1.jpeg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 22 B
2339.
Web capture_10-4-2022_71211_127.0.0.1.jpeg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 22 B
2340.
add-readme.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2341.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.14 KB
const APIURL = "https://api.github.com/users/";
const main = document.getElementById("main");
const form = document.getElementB
2342.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.44 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
* {
box-sizing: border-box;
2343.
hidden.jpg |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2344.
ch3.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2345.
ch10.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
2346.
ch6.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2347.
ch16.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2348.
ch5.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2349.
ch19.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2350.
ch12.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2351.
ch14.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2352.
ch18.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2353.
ch4.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2354.
ch11.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2355.
ch0.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2356.
ch13.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2357.
ch8.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2358.
ch17.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
2359.
ch9.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2360.
ch2.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2361.
ch1.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2362.
ch7.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2363.
ch15.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2364.
popper.min.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2365.
bootstrap.min.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2366.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2367.
main.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 33.37 KB
var flip = [];
var flip2 = [];
var askedBefore = [];
window.onload = function(){
flipCards();
}
var machineChar = Math.floor
2368.
bootstrap.min.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2369.
all.min.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 57.95 KB
/*!
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Ico
2370.
main.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.2 KB
/* first section */
.fst-section{
display: flex;
justify-content: center;
width: 100%;
}
.container2{
padding:
2371.
favicon.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2372.
popper.min.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2373.
bootstrap.min.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2374.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2375.
main.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 3.86 KB
var imgNum = 0;
var rand = [2, 3, 4, 5, 6, 7, 8, 9];
var randNum;
var ind = [];
document.getElementById('img1').addEventListene
2376.
bootstrap.min.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2377.
all.min.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 57.95 KB
/*!
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Ico
2378.
main.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.07 KB
body{
height: 100vh;
overflow: hidden;
}
.container{
margin-left: 40px!important;
margin-right: 40px!important;
2379.
notes.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2380.
stickynote.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2381.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 763 B
$(document).ready(function() {
all_notes = $("li a");
all_notes.on("keyup", function() {
note_title = $(this).f
2382.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.71 KB
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/cs
2383.
add-readme.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2384.
expenseSS.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2385.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.71 KB
const balance = document.getElementById('balance');
const money_plus = document.getElementById('money-plus');
const money_minus
2386.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.37 KB
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
:root {
--box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12
2387.
levitation.png |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2388.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2389.
Binary icon.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2390.
sans.ttf |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2391.
image.jpg |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2392.
zoom.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2393.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2394.
logo_1.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2395.
161269486-aaa2271d-1fa4-4e41-9c4f-da0167a508bb.gif |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
2396.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.03 KB
var box = document.getElementById("box");
var viewWidth = window.innerWidth;
var viewHeight = window.innerHeight;
// Updates t
2397.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 244 B
#box {
width: 10vw;
height: 10vw;
background-color: #b916f4;
cursor: pointer;
position: absolute;
displa
2398.
bootstrap.bundle.js.map |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 414.51 KB
2399.
app.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.91 KB
function solve(){
let x3 = parseFloat(document.getElementById("x3").value);
let x2 = parseFloat(document.getElementById(
2400.
bootstrap.bundle.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 203.07 KB
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2401.
2.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2402.
Home.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2403.
README.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 75 B
# PixSort Studio 📷
This folder contains sample images for future reference
2404.
1.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2405.
popper.min.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2406.
bootstrap.min.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2407.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2408.
main.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 3.31 KB
var x = document.getElementById('site_name');
var num = 0;
var y = document.getElementById('site_url');
var p1_in = document.get
2409.
bootstrap.min.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2410.
main.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.95 KB
*{
box-sizing: border-box;
font-family: arial;
}
.pg-label{
font-size: 16px;
font-weight: bold;
}
.p-title,p{
2411.
basketball-LeBron-James-Cleveland-Cavaliers-2018.jpg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2412.
818JxxUzo4L.jpg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2413.
download.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2414.
dcovnovcover_traehzlogo.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2415.
images.jpg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2416.
doncic_luka1280-1-1040x572.jpg |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2417.
ezgif.com-gif-maker.gif |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
2418.
favicon.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2419.
sans.ttf |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2420.
popper.min.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2421.
bootstrap.min.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2422.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2423.
main.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 681 B
var httr = new XMLHttpRequest();
var quotes = [];
httr.open('GET', 'https://type.fit/api/quotes/');
httr.send();
httr.addEventL
2424.
bootstrap.min.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2425.
main.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 636 B
body{
background-color: #19172e;
color: white;
}
.title{
margin-bottom: 15px;
font-size: 30px;
font-family:
2426.
form.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2427.
sans.ttf |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2428.
certificate.png |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2429.
temp1.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2430.
temp2.jpg |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2431.
108.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2432.
58.png |
Owner: cody | Views: 82 | Comments: 0 |
Open/
Source 21 B
2433.
144.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2434.
32.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2435.
74.PNG |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2436.
03.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2437.
176.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2438.
131.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2439.
70.png |
Owner: cody | Views: 81 | Comments: 0 |
Open/
Source 21 B
2440.
26.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2441.
179.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2442.
90.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2443.
183.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2444.
22.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2445.
135.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2446.
192.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2447.
116.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2448.
181.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2449.
63.PNG |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2450.
168.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2451.
39.png |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 21 B
2452.
138.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2453.
93.png |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 21 B
2454.
194.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2455.
150.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2456.
12.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2457.
95.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2458.
145.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2459.
106.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2460.
130.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2461.
31.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2462.
203.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2463.
04.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2464.
133.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2465.
191.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2466.
187.png |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
2467.
75.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2468.
153.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2469.
148.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2470.
10.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2471.
197.png |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 21 B
2472.
88.png |
Owner: cody | Views: 89 | Comments: 0 |
Open/
Source 21 B
2473.
195.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2474.
112.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2475.
143.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2476.
08.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2477.
146.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2478.
140.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2479.
15.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2480.
186.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2481.
40.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2482.
favicon.png |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2483.
125.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2484.
124.PNG |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2485.
115.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2486.
69.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2487.
163.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2488.
129.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2489.
201.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2490.
21.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2491.
134.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2492.
122.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2493.
81.PNG |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2494.
121.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2495.
66.PNG |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2496.
09.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2497.
171.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2498.
200.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2499.
136.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2500.
59.PNG |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2501.
61.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2502.
154.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2503.
14.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2504.
52.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2505.
204.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2506.
160.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2507.
07.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2508.
34.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2509.
20.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2510.
97.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2511.
172.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2512.
105.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2513.
56.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2514.
85.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2515.
155.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2516.
67.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2517.
28.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2518.
178.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2519.
30.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2520.
137.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2521.
166.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2522.
71.PNG |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2523.
24.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2524.
189.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2525.
107.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2526.
tushita_resume.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2527.
19.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2528.
117.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2529.
72.PNG |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2530.
118.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2531.
87.png |
Owner: cody | Views: 80 | Comments: 0 |
Open/
Source 21 B
2532.
80.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2533.
161.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2534.
120.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2535.
102.PNG |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2536.
104.PNG |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2537.
92.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2538.
84.PNG |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2539.
43.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2540.
159.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2541.
165.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2542.
60.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2543.
132.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2544.
128.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2545.
169.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2546.
196.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2547.
141.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2548.
86.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2549.
109.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2550.
111.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2551.
17.png |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2552.
152.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2553.
147.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2554.
06.png |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2555.
23.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2556.
182.png |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
2557.
199.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2558.
57.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2559.
158.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2560.
37.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2561.
184.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2562.
173.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2563.
30DaysOfJavaScript.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
2564.
91.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2565.
55.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2566.
202.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2567.
82.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2568.
53.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2569.
83.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2570.
11.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2571.
190.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2572.
01.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2573.
101.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2574.
98.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2575.
205.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2576.
174.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2577.
64.PNG |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2578.
47.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2579.
js-preloader.gif |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2580.
170.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2581.
73.PNG |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2582.
162.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2583.
16.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2584.
94.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2585.
05.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2586.
18.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2587.
123.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2588.
175.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2589.
100.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2590.
25.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2591.
96.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2592.
99.PNG |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2593.
76.PNG |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2594.
119.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2595.
65.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2596.
62.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2597.
193.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2598.
79.PNG |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2599.
13.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2600.
27.png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2601.
156.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2602.
127.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2603.
38.png |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2604.
142.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2605.
208.png |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 21 B
2606.
167.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2607.
89.png |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 21 B
2608.
78.PNG |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2609.
185.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2610.
114.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2611.
215.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2612.
188.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2613.
151.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2614.
164.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2615.
36.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2616.
177.png |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2617.
110.png |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2618.
113.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2619.
68.PNG |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2620.
149.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2621.
35.png |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2622.
29.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2623.
126.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2624.
02.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2625.
42.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2626.
157.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2627.
180.png |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 21 B
2628.
198.png |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2629.
77.PNG |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2630.
103.png |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2631.
sans.ttf |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
2632.
index.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 5.09 KB
let blackjackGame = {
you: { scoreSpan: "#your-blackjack-result", div: "#your-box", score: 0 },
dealer: {
scoreSpan: "#d
2633.
index.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 911 B
.container-5 {
border: 4px solid black;
margin: 0 auto;
width: 100%;
text-align: center;
}
.title {
background-color:
2634.
counter.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2635.
sans.ttf |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2636.
word_definition.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2637.
traffic-lights.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2638.
sans.ttf |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2639.
drawing-pad.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2640.
sans.ttf |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2641.
favicon.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2642.
snare.wav |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
2643.
kick.wav |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
2644.
ride.wav |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
2645.
openhat.wav |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
2646.
tink.wav |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
2647.
tom.wav |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
2648.
hihat.wav |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
2649.
boom.wav |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
2650.
clap.wav |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
2651.
sans.ttf |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2652.
stack-demoo.gif |
Owner: cody | Views: 16 | Comments: 0 |
Open/
Source 21 B
2653.
wheel.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2654.
sans.ttf |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2655.
favicon.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2656.
sans.ttf |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
2657.
favicon.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2658.
sans.ttf |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
2659.
retry.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2660.
5.png |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 21 B
2661.
2.png |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2662.
6.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2663.
3.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2664.
dice1.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2665.
dice2.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2666.
1.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2667.
4.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2668.
hold.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2669.
vlc.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2670.
edgeicon.png |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 21 B
2671.
taskbarright.png |
Owner: cody | Views: 94 | Comments: 0 |
Open/
Source 21 B
2672.
thispc.png |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2673.
fileExplorer.png |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2674.
icons (7).png |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 21 B
2675.
win.png |
Owner: cody | Views: 77 | Comments: 0 |
Open/
Source 21 B
2676.
fileExplorerIcon.png |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
2677.
widgetsIcon.png |
Owner: cody | Views: 72 | Comments: 0 |
Open/
Source 21 B
2678.
searchIcon.png |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
2679.
recyclebinicon.png |
Owner: cody | Views: 79 | Comments: 0 |
Open/
Source 21 B
2680.
search.jpg |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2681.
bg2.jpg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
2682.
icons (6).png |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2683.
storeIcon.png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2684.
icons (4).png |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 21 B
2685.
widgets.jpg |
Owner: cody | Views: 88 | Comments: 0 |
Open/
Source 21 B
2686.
startmenu.png |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 21 B
2687.
store.jpg |
Owner: cody | Views: 96 | Comments: 0 |
Open/
Source 21 B
2688.
favicon.png |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
2689.
img.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2690.
sans.ttf |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2691.
calendar.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2692.
sans.ttf |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2693.
Assets.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2694.
Alone.jpg |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2695.
Sugar.jpg |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2696.
favicon.png |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2697.
Peaches.jpg |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2698.
sans.ttf |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 21 B
2699.
Peaches.mp3 |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2700.
Sugar.mp3 |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 21 B
2701.
Alone.mp3 |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
2702.
Balloon.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2703.
sans.ttf |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2704.
mic.png |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2705.
bg.jpg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2706.
add-read.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2707.
ss1.jpeg |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 22 B
2708.
ss2.jpeg |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 22 B
2709.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.72 KB
const msgEl = document.getElementById('msg');
const randomNum = getRandomNumber();
console.log('Number:', randomNum);
window.
2710.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 728 B
* {
box-sizing: border-box;
}
body {
background: #2f3542 url('../img/bg.jpg') no-repeat left center/cover;
color: #
2711.
favicon.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2712.
clock.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2713.
sans.ttf |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 21 B
2714.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.14 KB
// taking elements from html
// input form
const inputField = document.querySelector('.inputField');
// unput container
const ma
2715.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 2.54 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(rgb(3, 3, 3),rgb(56,
2716.
app.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.25 KB
// SELECT PLAY AND PAUSE BUTTON
const play = document.querySelector(".play"),
pause = document.querySelector(".pause");
// SEL
2717.
toggle-seasons-menu.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 245 B
const openMenuBtn = document.querySelector(".toggle-menu"),
seasonsMenu = document.querySelector(".seasons");
openMenuBtn.add
2718.
hide-buttons.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 854 B
const app = document.querySelector(".app");
// AMOUNT OF TIME TO CONSIDER USER INACTIVE
const inactiveTime = 3000; // 3sec
//
2719.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 3.48 KB
/* GENERAL CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* VIDEO */
.video {
width: 100vw;
height: 100
2720.
logo2.svg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 813 B
2721.
Web capture_7-4-2022_55318_127.0.0.1.jpeg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 22 B
2722.
Web capture_7-4-2022_55339_127.0.0.1.jpeg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 22 B
2723.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 6.05 KB
// CREDIT: https://github.com/boringdesigners/boring-avatars/blob/master/src/lib/utilities.js
function hashCode(name) {
let
2724.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.39 KB
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
* {
font-family: "Inter", -appl
2725.
color-picker.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2726.
sans.ttf |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
2727.
beach.mp3 |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2728.
rain.mp3 |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 21 B
2729.
sunset2.mp4 |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2730.
rain.mp4 |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2731.
beach.mp4 |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 21 B
2732.
rain2.mp4 |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2733.
beach.svg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.57 KB
2734.
play.svg |
Owner: cody | Views: 92 | Comments: 0 |
Open/
Source 173 B
2735.
rain.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.55 KB
2736.
replay.svg |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 662 B
2737.
pause.svg |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 198 B
2738.
moving-outline.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 184 B
2739.
track-outline.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 182 B
2740.
cool.png |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 21 B
2741.
sans.ttf |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2742.
number.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2743.
sans.ttf |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 21 B
2744.
result.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 591 B
let id = (id) => document.getElementById(id);
let classes = (classes) => document.getElementsByClassName(classes);
window.addEv
2745.
question.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 5.71 KB
let quizOne = {
"title": "General quizzes for testing purposes - part 1",
"data": [
{
"id": "af0153c
2746.
index.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 380 B
let id = (id)=> document.getElementById(id);
let classes = (classes)=> document.getElementsByClassName(classes);
let quizSelect
2747.
quiz.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 7.13 KB
let id = (id) => document.getElementById(id);
let classes = (classes) => document.getElementsByClassName(classes);
let querysele
2748.
result.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 554 B
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}
section{
width: 100%;
2749.
quiz.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.22 KB
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}
section nav{
background: #
2750.
styles.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 482 B
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}
section{
width: 100%;
2751.
item-4.jpeg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 22 B
2752.
item-6.jpeg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 22 B
2753.
item-5.jpeg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 22 B
2754.
item-9.jpeg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 22 B
2755.
item-2.jpeg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 22 B
2756.
item-1.jpeg |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 22 B
2757.
item-8.jpeg |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 22 B
2758.
item-7.jpeg |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 22 B
2759.
item-10.jpeg |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 22 B
2760.
item-3.jpeg |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 22 B
2761.
favicon.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
2762.
sans.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2763.
desktop-design.jpg |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 21 B
2764.
desktop-preview.jpg |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2765.
active-states.jpg |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2766.
icon-arrow.svg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 136 B
2767.
icon-location.svg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 373 B
2768.
favicon-32x32.png |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 21 B
2769.
pattern-bg.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2770.
styles.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.55 KB
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Red Hat Text", sa
2771.
styles.css.map |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 2.23 KB
2772.
styles.scss |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 1.72 KB
2773.
add-readme (1).png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2774.
Screenshot 2022-04-14 072814.png |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2775.
cactus.png |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
2776.
Screenshot 2022-04-14 072804.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
2777.
trex.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2778.
track.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2779.
Screenshot 2022-04-14 072750.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2780.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.19 KB
const trex = document.querySelector(".trex");
const obstacle = document.querySelector(".obstacle");
const intro = document.query
2781.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.09 KB
body {
-webkit-user-select: none;
-webkit-user-drag: none;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-se
2782.
5.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2783.
dice.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2784.
2.png |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2785.
dice-roll.gif |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
2786.
6.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2787.
3.png |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2788.
1.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2789.
4.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2790.
sans.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2791.
img.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
2792.
popper.min.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 20.74 KB
/*
Copyright (C) Federico Zivolo 2020
Distributed under the MIT License (license terms are at http://opensource.org/licenses/M
2793.
bootstrap.min.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 61.98 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
2794.
jquery-3.5.1.slim.min.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 70.68 KB
/*! jQuery v3.5.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manip
2795.
main.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 4.4 KB
var rand = Math.floor(Math.random() * 3)+1;
var swap = rand;
function start(){
document.getElementById(`div${rand}`).innerHT
2796.
bootstrap.min.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 157.63 KB
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter,
2797.
all.min.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 57.95 KB
/*!
* Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Ico
2798.
main.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 886 B
body{
height: 100vh;
}
.start-btn{
margin-top: -100px;
margin-bottom: 10px;
width: 80%;
padding: 10px;
f
2799.
joke.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
2800.
sans.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2801.
mic.jpg |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2802.
bg.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
2803.
favicon.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2804.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2805.
red.mp3 |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
2806.
yellow.mp3 |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
2807.
wrong.mp3 |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
2808.
blue.mp3 |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2809.
green.mp3 |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2810.
scrabble.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
2811.
sans.ttf |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 21 B
2812.
favicon.png |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
2813.
speed.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
2814.
sans.ttf |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 21 B
2815.
stopwatch.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
2816.
sans.ttf |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2817.
favicon.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
2818.
sans.ttf |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
2819.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2820.
images3.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2821.
images1.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
2822.
images2.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2823.
sans.ttf |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
2824.
weather.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2825.
sans.ttf |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 21 B
2826.
B.wav |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2827.
F.wav |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2828.
G_s.wav |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
2829.
C1_Drum.wav |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2830.
A_Drum.wav |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2831.
A.wav |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2832.
G.wav |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2833.
C1.wav |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2834.
D_Drum.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2835.
D1.wav |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2836.
Bb_Drum.wav |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2837.
G_Drum.wav |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2838.
E1.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2839.
Dq_Drum.wav |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2840.
E1_Drum.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2841.
C.wav |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2842.
C_s1.wav |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2843.
F1.wav |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2844.
D.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2845.
D_s1.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2846.
C_Drum.wav |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
2847.
f1.jpg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
2848.
F_Drum.wav |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2849.
E.wav |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
2850.
D1_Drum.wav |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2851.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.14 KB
const quizData = [
{
question: "What is the most used programming language in 2019?",
a: "Java",
b:
2852.
index.html |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 1.12 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
2853.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.06 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
* {
box-sizing: border-box;
}
2854.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 4.62 KB
var modal = document.getElementById('myModal');
var grid = new Array(3);
grid[0] = new Array(3);
grid[1] = new Array(3);
grid[2]
2855.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 2.05 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta
2856.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.71 KB
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
2857.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 6.05 KB
window.onload = function () {
var alphabet = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
'i', 'j', 'k', 'l', 'm', 'n', '
2858.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 866 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Word Guess Game</title>
<link rel="stylesheet" href
2859.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.59 KB
/* Variabes */
/* Mixin's */
body {
background: #2ed4d7;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvet
2860.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 7.53 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /
2861.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.67 KB
/* default styling for the document */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* setting the fonts and back
2862.
logo.png |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 21 B
2863.
Postman clone.js |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 5.0 KB
const submitBtn = document.getElementById("submit-btn");
const addBtn = document.getElementById("addBtn"); //to add the any numb
2864.
prism.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 15.54 KB
/* PrismJS 1.24.1
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+c+cpp+css-extras
2865.
prism.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 42.95 KB
/* PrismJS 1.24.1
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+c+cpp+css-extras
2866.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 13.46 KB
function rand(max) {
return Math.floor(Math.random() * max);
}
function shuffle(a) {
for (let i = a.length - 1; i > 0; i--)
2867.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 1.68 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Maze Game</title>
<link rel="stylesheet" href="./st
2868.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 3.22 KB
html,
body {
width: 100vw;
height: 100vh;
position: fixed;
padding: 0;
margin: 0;
top: 0;
bottom: 0;
left: 0;
2869.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.57 KB
function main(x) { // x identifies from which button call is being made: Encrypt or Decrypt
var entry_text = document.getEl
2870.
index.html |
Owner: cody | Views: 134 | Comments: 0 |
Open/
Source 995 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2871.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.3 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet
2872.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.0 KB
var start = document.getElementById('start');
var reset = document.getElementById('reset');
var pause = document.getElementById
2873.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 1.39 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2874.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.27 KB
*{
margin: 0;
padding: 0;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
2875.
virtual piano |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 967 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
2876.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.14 KB
body {
max-height: 100vh;
background-color: #19172e;
}
#piano {
margin: auto;
margin-top: 30vh;
width: 70%;
max-wid
2877.
app.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 5.61 KB
const keys = document.querySelector("#keys");
const volPlus = document.querySelector(".fa-plus");
const volMinus = document.quer
2878.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 665 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
2879.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.01 KB
body{
background: rgb(0, 0, 0);
}
#canvas{
box-sizing:border-box;
display: flex;
align-items: center;
justi
2880.
README.md |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 28 B
# math-addition-app-project
2881.
app.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 827 B
//generate random numbers
let firstNumber = parseInt(Math.random()*10);
let secondNumber = parseInt(Math.random()*10);
//get th
2882.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.54 KB
const container = document.getElementById('container');
const cardslength = 12;
const cards = [];
let previousShownCard = undef
2883.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 920 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
2884.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.5 KB
* {
box-sizing: border-box;
font-family: "sans";
user-select:none; /*for the user not to pull the card with the mouse*/
}
2885.
index.html |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 690 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
2886.
style.css |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 559 B
* {
margin: 0;
padding: 0;
}
.main_body{
background-color: rgb(90, 92, 207);
}
#myImg {
height: 400px;
width: 500px;
}
2887.
sctick.js |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 661 B
const kt = () => {
fetch("https://meme-api.herokuapp.com/gimme")
.then((data) => data.json())
.then((data_val) => {
2888.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.33 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2889.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 3.52 KB
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Dancing+Script&family=Exo&family=Fira+Sans:wght
2890.
main.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.68 KB
//getting the code of the gradient
document.getElementById("add").onclick=()=>{
document.getElementById("code").style.displa
2891.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 871 B
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="assets/hangman-game.png" type="image/x-icon">
<link rel="s
2892.
styles.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.25 KB
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
#main{
margin-top: 100px;
2893.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2894.
Readme.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.73 KB
<h3 align="center">Magic 8 Ball</h3>
<p align="center">
A simple Magic 8 Ball built using Javascript
</p>
<
2895.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 2.58 KB
//
let display = document.getElementById('display');
let buttons = Array.from(document.getElementsByClassName('button'));
button
2896.
Calculator |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 1.91 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed
2897.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.14 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
background-color: #19172e;
color: white;
u
2898.
css.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 932 B
*{
padding: 0;
margin: 0;
}
#game{
width: 400px;
height: 500px;
border: 1px solid black;
margin: au
2899.
index.html |
Owner: cody | Views: 105 | Comments: 0 |
Open/
Source 489 B
<!DOCTYPE html>
<html lang="en" onclick="jump()">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" conte
2900.
js.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.4 KB
var block = document.getElementById("block");
var hole = document.getElementById("hole");
var charac = document.getElementById(
2901.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 57 B
$('#album').turn({gradients: true, acceleration: true});
2902.
preview.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
2903.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 1.83 KB
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flipbook</title>
<link rel= "stylesheet" href
2904.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 308 B
body{
overflow: hidden;
background: url(https://images.pexels.com/photos/235985/pexels-photo-235985.jpeg?auto=compress&cs=tiny
2905.
turn.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 42.23 KB
(function($) {
'use strict';
var has3d,
vendor ='',
PI = Math.PI,
A90 = PI/2,
isTouch = 'ontouchstart' in window,
ev
2906.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 993 B
const holes = document.querySelectorAll('.hole');
const scoreBoard = document.querySelector('.score');
const moles = document.qu
2907.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 965 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Whack A Mole!</title>
<link href='https://fonts.googleapis
2908.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.22 KB
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
html {
box-sizing: border-box;
font-siz
2909.
mole.svg |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 156.42 KB
2910.
dirt.svg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 356.56 KB
2911.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 1.86 KB
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css
2912.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.55 KB
const captcha = document.querySelector('.captcha'),
reloadbtn = document.querySelector('.reload'),
inputText = document.queryS
2913.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 1.05 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial
2914.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.72 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
display: flex;
align-item
2915.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 2.33 KB
const
result = document.getElementById("result"),
row1 = document.querySelector(".row1"),
row2 = document.querySelector(".
2916.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 964 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name=
2917.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 2.01 KB
.head{
background-color: lightgoldenrodyellow;
height: 255px;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: -1;
2918.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 406 B
document.getElementById("1").addEventListener("click", () => {
let num = document.getElementById("num").value;
let message =
2919.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 2.93 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
2920.
Index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 617 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2921.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 481 B
m=0;
var move;
var p=0;
const len=document.documentElement.scrollWidth;
function start(){
p++;
if(p>1){
clearInterva
2922.
roadImage.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
2923.
cityImage.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2924.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 570 B
#city{
background: url(cityImage.jpg);
background-size: cover;
background-repeat: no-repeat;
width: auto;
h
2925.
carImage.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2926.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 612 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, ini
2927.
script.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 4.88 KB
const notesContainer = document.getElementById("app");
const addNoteButton = notesContainer.querySelector(".add-note");
let del
2928.
index.html |
Owner: cody | Views: 143 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2929.
style.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 2.22 KB
:root {
--bg: #19172e;
--btn: #9c528b;
--card: #b9929f;
}
* {
font-family: sans-serif;
transition: 0.5s ease;
}
body {
2930.
icon.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2931.
reshot-icon-delete-KL8MB62NXD.png |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
2932.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 735 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="I
2933.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.28 KB
body{
background-color: #FDF5E6;
}
.container{
align-content: center;
width: 50%;
margin: auto;
padding: 10p
2934.
app.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 5.35 KB
document.addEventListener('DOMContentLoaded', () => {
const grid = document.querySelector('.grid')
const flagsLeft = doc
2935.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.14 KB
const container = document.getElementById('container');
const randomWaveButton = document.getElementById('randomWave');
const ci
2936.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 842 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2937.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.08 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
@font-face {
font-family: "sans";
src: url(f
2938.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2939.
audio.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.6 KB
(function () {
// The number of bars that should be displayed
const Bar_number = 50;
// Get the audio element tag
const
2940.
styles.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.91 KB
/* *{
margin: 0;
padding: 0;
} */
body {
overflow: hidden;
}
/* Custom controls */
.button {
height: 8vw;
width: 20v
2941.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 3.21 KB
var character = document.getElementById("character");
var game = document.getElementById("game");
var interval;
var both = 0;
va
2942.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 291 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Falling Ball Game</title>
<link rel="style
2943.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 596 B
* {
padding: 0;
margin: 0;
}
#game {
width: 400px;
height: 500px;
border: 1px solid rgb(28, 121, 67);
margin: auto;
2944.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.52 KB
const wrapper = document.querySelector(".wrapper"),
searchInput = wrapper.querySelector("input"),
synonyms = wrapper.querySelect
2945.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.78 KB
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dictionary App</title>
<meta name="viewport" c
2946.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.41 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
display: flex;
align
2947.
money.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
2948.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 593 B
h1 {
margin: 30px;
margin-bottom: 80px;
font-family: 'Lobster', cursive;
text-shadow: 5px 0 #232931;
font-size: 8rem;
2949.
index.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 837 B
alert('Do you want to play the game?');
var randomNum1 = Math.floor(Math.random()*6)+1; // generate 1 to 6 random numbers
var r
2950.
README.md |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 42 B
# A fun game where you can virtually bet!
2951.
game.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 814 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2952.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 2.99 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2953.
Readme.md |
Owner: cody | Views: 73 | Comments: 0 |
Open/
Source 452 B
# SEARCH GITHUB PROFILE
This template can be used in any website for the user to search the Github Profile/User to see the
1. P
2954.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 4.11 KB
// Create a "close" button and append it to each list item
var myNodelist = document.getElementsByTagName('LI');
var i;
for (i =
2955.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.15 KB
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8"/>
<meta http-equiv = "X-UA-Compatible" content = "IE=edge"/>
2956.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.15 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: ur
2957.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 1.14 KB
<!--index.html-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Maths Game</title>
<meta charset="utf-8">
<meta na
2958.
README.md |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 613 B
<p align="center">
<img alt="" height="80" src="./img/add-readme.png">
</a>
</p>
<h1 align="center"> Math Game</h1>
<div
2959.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.32 KB
function fun(e)
{
var search=document.getElementById("name").value;
fetch(`https://www.omdbapi.com/?t=${search}&apikey=1
2960.
Movie Ratings Application |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 683 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2961.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 238 B
.container{
display: block;
text-align: center;
}
input{
padding: 20px;
margin: 20px;
border-radius: 7px;
2962.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 394 B
const insert = document.getElementById("insert");
window.addEventListener("keydown", (event) => {
insert.innerHTML = `
<div
2963.
index.html |
Owner: cody | Views: 137 | Comments: 0 |
Open/
Source 714 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial
2964.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 999 B
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
2965.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 942 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, ini
2966.
README.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 571 B
<p align="center">
<img height="80" src="./img/add-readme.png">
</a>
</p>
<h1 align="center">GITHUB CHECKER</h1>
<div ali
2967.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.98 KB
button=document.getElementById('button');
button.addEventListener('click',e=>{
let ans=document.createElement('div');
d
2968.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 2.26 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2969.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 3.27 KB
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=PT+Serif&display=swap');
*{
margin: 0;
padding
2970.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 1.93 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
2971.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 862 B
#getData {
align-items: center;
text-align: center;
}
#getData input {
width: 600px;
font-size: large;
font-family: "
2972.
app.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.77 KB
const inputfields = document.querySelector("#getData");
const resume = document.getElementById("resume");
let inputshow = true;
2973.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.45 KB
// taking input element
const celsius =document.getElementById('celsius');
const fahrenheit =document.getElementById('fahrenheit
2974.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 1.57 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2975.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 2.27 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: #19172e;
height: 100vh;
font
2976.
icon.png |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 21 B
2977.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 7.62 KB
const container = document.querySelector('.container');
let conDim = container.getBoundingClientRect();
2978.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 489 B
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta na
2979.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 696 B
body{
background-color: #fff;
background-size: 8px 8px, 8px 8px;
background-position: center, center;
background-image: line
2980.
README.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 200 B
# Break the Wall Game
- Press up Arrow Key Left/Right Arrow Key to Move
# Screenshots
![image](https://user-images.githubuserc
2981.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 4.39 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Guess Who Game</title>
<link rel="stylesh
2982.
ss1.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
2983.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 567 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
2984.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.21 KB
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-
2985.
readme |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1 B
2986.
app.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 558 B
const form = document.querySelector('form');
const factDiv = document.querySelector('.number-fact');
form.addEventListener('sub
2987.
ss2.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
2988.
script.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 1.91 KB
angular.module('app', []).controller('GameCtrl', ['$scope', '$timeout', function($scope, $timeout){
$scope.variables = {};
$sc
2989.
readme.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 78 B
# Math Game
- Try To Answer as many Calculation Possible.
![](./preview.gif)
2990.
index.html |
Owner: cody | Views: 152 | Comments: 0 |
Open/
Source 2.09 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Math Game</title>
<link rel='stylesheet' href='http
2991.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 364 B
body{
background-color: #fff;
background-size: 8px 8px, 8px 8px;
background-position: center, center;
background-image: lin
2992.
preview.gif |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
2993.
preview.jpg |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 21 B
2994.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 10.24 KB
var i = 0;
function random( min, max ) {
return Math.round( min + ( Math.random() * ( max - min ) ) );
}
function randomChoi
2995.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 752 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Block Runner game</title>
<script src="https://cdnj
2996.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 454 B
:root {
--background-light-color: #57ebd7;
--background-dark-color: #24a88b;
--main-background-gradient: linear-gradient(t
2997.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.04 KB
let preview = document.getElementById("preview");
let recording = document.getElementById("recording");
let startButton = docume
2998.
readme.md |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 621 B
# Screen Recorder: 💻
> It's screen Recorder made using HTML,CSS,JS.Screen Capture API is used in it .It contains 3 functionalit
2999.
index.html |
Owner: cody | Views: 104 | Comments: 0 |
Open/
Source 1.09 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3000.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.67 KB
body {
font-family: cursive;
background-color: rgb(234, 226, 216);
}
h1{
margin-left: 560px;
}
li{
margin-left: 5
3001.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 861 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
3002.
styles.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.59 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root {
--error-color: #dc3545;
--success-co
3003.
app.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 792 B
const cat_result = document.getElementById("gallery");
const errorData = document.getElementById("errorBox");
btn_generate.add
3004.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.86 KB
let button = document.getElementById('btn');
button.addEventListener('click', function(){
const gram = parseInt(document.ge
3005.
readme.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 463 B
# Weight Converter 🎱 :
---
It's a simple Weight Converter which takes weight as 'grams' and convert into -> 'pound' , 'kg' , 'Ou
3006.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 929 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3007.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 998 B
html{
height: 100%;
}
body{
background: linear-gradient(to right, #8f2d7b, #8894a2);
color: white;
font-family:
3008.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.4 KB
(function() {
var months = ["January", "February", "March", "April", "May", "June",
"July", "August", "September", "Octo
3009.
index.html |
Owner: cody | Views: 104 | Comments: 0 |
Open/
Source 714 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Analog Digital clock</title>
<link rel="stylesheet"
3010.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 6.15 KB
@import url("https://fonts.googleapis.com/css?family=BenchNine:300,400");
*, *:after, *:before {
box-sizing: border-box;
}
ht
3011.
preview.gif |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
3012.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 1.64 KB
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" hr
3013.
index.html |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 2.25 KB
<html>
<head>
<title>Sticky Note</title>
<link rel="stylesheet" type="text/css" href="./css/style.css"></link>
<scr
3014.
README.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 535 B
<p align="center">
<img alt="" height="80" src="./img/notes.png">
</a>
</p>
<h1 align="center"> Sticky Notes</h1>
<div al
3015.
script.js |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 239 B
fetch('https://icanhazdadjoke.com/slack')
.then(data=> data.json())
.then(jokeData=> {
//var test=0;
const jokeText=joke
3016.
popup.html |
Owner: cody | Views: 144 | Comments: 0 |
Open/
Source 382 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3017.
style.css |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 295 B
body {
width: 300px;
height: 300px;
background-color: aliceblue;
display: flex;
justify-content: center;
}
3018.
sloth.png |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 21 B
3019.
output_ss.PNG |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3020.
manifest.json |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 271 B
{
"name":"Dad Jokes",
"version": "0.0.1",
"manifest_version": 2,
"browser_action":
{
"default_popup
3021.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 720 B
function love(){
var name1 = document.getElementById("NameOne").value;
var name2 = document.getElementById("NameTwo").va
3022.
readme.md |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 482 B
# Love Calculator 💘💖
>It's a Love Calculator where Users have to put his/her name with partner's name and the calculator calcul
3023.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.62 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3024.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.0 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: rgb(220, 166, 175);
/* backgroun
3025.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 23.86 KB
var LEVELS = [
[" ",
"
3026.
readme.md |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 110 B
## Retro Mario Game
- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.
3027.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 425 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
3028.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 597 B
body {
background: #222;
}
h2 {
color: #666;
font-family: monospace;
text-align: center;
}
.background {
table-layou
3029.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 564 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3030.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 107 B
body, html {
margin: 0;
padding: 0;
}
body {
background: #000;
overflow: hidden;
}
3031.
app.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 5.78 KB
/* Please view in Chrome for best effects! :) */
// Configure
var MAX_DISTANCE = 200,
PARTICLES = 40,
PARTICLE_SIZ
3032.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 1.07 KB
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from amazing-js-projects.netlify.app/stick hero game by yash-25log/ by HTTrack W
3033.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.11 KB
html,
body {
height: 100%;
margin: 0;
}
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
cursor: po
3034.
app.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 14.13 KB
/*
If you want to know how this game was made, check out this video, that explains how it's made:
https://youtu.be/eue3UdFv
3035.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 1.42 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, ini
3036.
README.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 590 B
<p align="center">
<img alt="" height="80" src="./img/add-readme.png">
</a>
</p>
<h1 align="center"> Expense Tracker </h1>
3037.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 941 B
const container = document.getElementById('container');
const colors = ['#e74c3c', '#8e44ad', '#3498db', '#e67e22', '#2ecc71','#
3038.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 784 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3039.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 972 B
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
bo
3040.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.13 KB
let celsius =
document.getElementById('celsius');
let fahrenheit =
document.getElementById(
3041.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 314 B
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}
h1{
p
3042.
indexsamp.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 1.03 KB
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div><h1>TEMPERATURE CONVERTER</h1></div>
3043.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 666 B
function convert() {
let to_convert = document.getElementById("to_convert").value;
to_convert = parseFloat(to_convert);
3044.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 1.04 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3045.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.89 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: ur
3046.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 1.29 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3047.
index.js |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.4 KB
function pincode() {
var pin = document.getElementById("pincode").value;
var url = `https://api.postalpincode.in/pincode/`;
u
3048.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 4.1 KB
const canvas = document.getElementById("canvas")
const ctx = canvas.getContext("2d");
// Background of Space
const space = {
3049.
readme.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 60 B
## Space Game
- Use Arrow Key To Move.
- Catch the Octopus
3050.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 670 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Space Game</title>
<link rel="stylesheet" href="./s
3051.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 138 B
canvas {
padding: 0;
margin-left: auto;
margin-right: auto;
display: block;
border: solid 7px rgb(255, 6
3052.
preview3.gif |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
3053.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.75 KB
let curHr = new Date().getHours();
const dayFormat = new Intl.DateTimeFormat('en', { weekday: 'long' });
const dateFormat = new
3054.
index.html |
Owner: cody | Views: 105 | Comments: 0 |
Open/
Source 2.72 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3055.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.35 KB
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Prata&family=Vollkorn:ital,wght@1,500&display=swap');
* {
3056.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 492 B
const { body } = document;
let zoomActivated = false;
window.addEventListener('keydown', (e) => {
if(e.key === 'z') {
zoomA
3057.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 851 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3058.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 688 B
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
bo
3059.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 4.12 KB
const angleInput = document.querySelector('[data-input="range"]')
const thicknessInput = document.querySelector('[data-input="th
3060.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 1.4 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Pattern Generator</title>
<link rel="stylesheet" hr
3061.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.73 KB
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
* {
box-sizing: border-box;
}
body {
font-family:
3062.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 1.01 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3063.
index.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 2.13 KB
// Variable to store if the current search need anime or manga
var nameType = "Manga";
const api = "https://api.jikan.moe/v4/"
3064.
index.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.19 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Fira Sans', sans-serif;
}
a {
text-decorati
3065.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.05 KB
function genNum() {
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
3066.
readme.md |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 550 B
# Bingo Card Generator
> This is a Bingo Card Generator using HTML, CSS, and JS.
It's an application which generates a unique B
3067.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 926 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Bingo Card</title>
<link rel="stylesheet"
3068.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.17 KB
.clear {
width: 100%;
clear: both;
}
.card {
float: left;
width: 500px;
height: auto;
margin-left: 570px;
margin
3069.
maincard2.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
3070.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 15.2 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3071.
maincard1.jpg |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
3072.
maincard3.jpg |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
3073.
icard1.jpg |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
3074.
icard4.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
3075.
index.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 3.1 KB
let name = prompt("Enter Your Name", "Guest");
setTimeout(() => {
let time = new Date();
if(time.getHours()<12 && time.g
3076.
icard3.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
3077.
icard2.jpg |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 21 B
3078.
index.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 4.78 KB
body{
box-sizing: border-box;
user-select: none;
}
header::before{
background: url('https://images.unsplash.com/phot
3079.
logo1.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
3080.
Nqueen.zip |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
3081.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.2 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3082.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 3.56 KB
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
.header {
p
3083.
package-lock.json |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 98 B
{
"name": "N-queens-visualiser",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
3084.
README.md |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 445 B
# N-Queen Visualiser
- The N-Queens puzzle is the problem of placing N chess queens on an N×N chessboard so that no two queens
3085.
app.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 7.66 KB
'use strict'
const numberbox = document.getElementById("numberbox");
const slider = document.getElementById("slider");
const pro
3086.
visualisation.gif |
Owner: cody | Views: 21 | Comments: 0 |
Open/
Source 21 B
3087.
N Queens |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 1 B
3088.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 416 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3089.
README.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 853 B
<p align="center">
<img alt="" height="80" src="./img/logo_1.png">
</a>
</p>
<h1 align="center"> Catch Me If You Can</h1>
3090.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 6.54 KB
document.addEventListener('DOMContentLoaded', () => {
const grid = document.querySelector('.grid')
const scoreDisplay =
3091.
index.html |
Owner: cody | Views: 103 | Comments: 0 |
Open/
Source 632 B
<!DOCTYPE html>
<html lang="en" dir="ltr">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<m
3092.
styles.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.18 KB
body {
background-image: url("candy-crush-background.png");
max-width: 100vh;
display: flex;
}
.grid {
3093.
candy-crush-background.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3094.
readme.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 430 B
# Cubic Equation Calculator
A Calculator used to calculate Third degree equations.
## Functionalities :-
- Giving the a,b,c,d
3095.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.77 KB
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="styleshee
3096.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 781 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3097.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.17 KB
*{
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell
3098.
index.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 5.0 KB
var ball = document.getElementById('ball');
var rod1 = document.getElementById('rod1');
var rod2 = document.getElementById('rod2
3099.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 8.72 KB
// Options
let sortingAlgorithm = quickSort; // bubbleSort, selectionSort, insertionSort, quickSort, mergeSort
let comparison =
3100.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 3.31 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>PixSort S
3101.
style.scss |
Owner: cody | Views: 76 | Comments: 0 |
Open/
Source 509 B
3102.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 730 B
(function() {
const wheel = document.querySelector('.wheel');
const startButton = document.querySelector('.button');
let
3103.
marker.png |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 21 B
3104.
readme.md |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 497 B
# Spin Wheel Game🎡
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
3105.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 442 B
<!DOCTYPE html>
<html>
<head>
<title>Weiben - Wheel of fortune</title>
<meta charset="UTF-8" />
<link rel="stylesh
3106.
wheel.png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
3107.
styles.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 746 B
#app {
width: 400px;
height: 400px;
margin: 0 auto;
position: relative;
}
body{
background-image: linear-gradient(to rig
3108.
button.png |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
3109.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 2.83 KB
// Constants
const ACTIVE_TIME_MS = 5000;
const DEACTIVATION_TIME_MS = 750;
// Variables
var felix = document.getElementById("f
3110.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.97 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
3111.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 8.11 KB
/* Felix */
.personal-assistant {
position: relative;
margin-top: 100px;
display: flex;
align-items: center;
justify-conten
3112.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 236 B
let output = document.getElementById("output");
window.addEventListener("mousemove",(e)=>{
let xPos=e.clientX;
let yPos=
3113.
Readme |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1 B
3114.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 420 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3115.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 509 B
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
height: 100vh;
background: linear-gradient(#FD5D5
3116.
script.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 2.17 KB
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() >= 100) {
$(".scrollToTop").f
3117.
index.html |
Owner: cody | Views: 153 | Comments: 0 |
Open/
Source 34.56 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3118.
style.css |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 4.74 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
@font-face {
font-family: "sans";
src: url(f
3119.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 1.34 KB
const getBTN = document.getElementById("btn");
const animeBox = document.querySelector(".anime-box");
const anime = document.que
3120.
Random Anime Profile |
Owner: cody | Views: 135 | Comments: 0 |
Open/
Source 1.21 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed
3121.
style.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 2.38 KB
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
* {
box-sizing: border-box;
}
body {
3122.
Crop Image |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 935 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3123.
index.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 2.06 KB
document.addEventListener('DOMContentLoaded', () => {
const canvas = document.getElementById('canvas');
const ctx = canv
3124.
styles.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.49 KB
body {
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
text-align: center;
margin: 0;
display:
3125.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 10.8 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3126.
README.md |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 135 B
# Projectile-Motion-Simulator
Simple simulator to projectile motion;
## Website Link
https://projectile-motion-simulator.netlif
3127.
pms.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3128.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.01 KB
var path = document.querySelector("path");
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax
3129.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.55 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Crash Loader</title>
<link rel="styleshee
3130.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 87 B
body{
margin:0;
background:#222;
}
svg{
width:100%;
height:100%;
position:fixed;
}
3131.
preview.gif |
Owner: cody | Views: 16 | Comments: 0 |
Open/
Source 21 B
3132.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 3.13 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3133.
leap2.png |
Owner: cody | Views: 23 | Comments: 0 |
Open/
Source 21 B
3134.
leap.png |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 21 B
3135.
readme |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1 B
3136.
index.html |
Owner: cody | Views: 141 | Comments: 0 |
Open/
Source 686 B
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Text to Speech Converter</title>
<
3137.
styles.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.17 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
box-sizing: border-box
3138.
main.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.68 KB
const textarea = document.querySelector("textarea"),
voiceList = document.querySelector("select"),
speechButton = document.quer
3139.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 2.17 KB
var createCards= function(arr){
for(var i in arr){
$(".cards").append(
'<a href=\'https://en.wikipedia.org/?\
3140.
readme.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 121 B
Preview
![image](https://user-images.githubusercontent.com/72241207/168444506-17f55371-a407-4b27-86b0-1485b330fb06.png)
3141.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 895 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
3142.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 5.52 KB
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url("https://code.ionicframework.com/ionicon
3143.
hex.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 446 B
const hex= [0,1,2,3,4,5,6,7,8,9, "A" ,"B" ,"C","D","E","F"];
const btn= document.getElementById("btn");
const color=document.qu
3144.
Baackground Color Changer |
Owner: cody | Views: 127 | Comments: 0 |
Open/
Source 1.01 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3145.
style.css |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 1.04 KB
*{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
color:black;
}
li{
list-style: none;
padding:0
3146.
hex.html |
Owner: cody | Views: 140 | Comments: 0 |
Open/
Source 999 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3147.
app.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 462 B
const colors = ["green ","red","rgba(133,122,200)","#f15025"];
const btn=document.getElementById('btn');
const color =document.q
3148.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 1.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3149.
index.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 346 B
function calc() {
let num1 = Number(document.querySelector("#num1").value); // reads the value of the input type text
le
3150.
index.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 3.6 KB
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@1&family=Roboto+Mono&family=Rubik+Glitch&display=swap');
foot
3151.
Script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 4.6 KB
const gen=document.getElementById("general");
const bus=document.getElementById("buisness");
const tech=document.getElementById(
3152.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 2.43 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scal
3153.
README.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 138 B
#News Website
Its a news website build with VanilaJS,Bulma CSS and NewsData Api
##Tech Stack
- Vanila JS
- HTML
- C
3154.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 4.1 KB
/*
Script by Mike Mcgrath- http://website.lineone.net/~mike_mcgrath
Featured on JavaScript Kit (http://javascriptkit
3155.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 3.04 KB
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset=
3156.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 2.17 KB
const screens = document.querySelectorAll('.screen');
const choose_insect_btns = document.querySelectorAll('.choose-insect-btn')
3157.
index.html |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 1.78 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3158.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.12 KB
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
* {
box-sizing: border-box;
}
body {
b
3159.
Readme.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 512 B
# Insect-Catching Game
## A well-designed interesting game where you can play with your favourite insect and catch it to get th
3160.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1.41 KB
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css
3161.
preview.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
3162.
index.html |
Owner: cody | Views: 125 | Comments: 0 |
Open/
Source 856 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3163.
index.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.85 KB
var radius = 240;
var autoRotate = true;
var rotateSpeed = -60;
var imgWidth = 120;
var imgHeight = 170;
v
3164.
preview2.gif |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 21 B
3165.
styles.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.01 KB
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
/* for touch screen */
touc
3166.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 995 B
let browserDetailsRef=document.getElementById("browser-details");
let osDetailsRef= document.getElementById("os-details");
var b
3167.
Readme |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 315 B
3168.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 501 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3169.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 598 B
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #090221;
}
#container{
position:
3170.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 691 B
const hour = document.getElementById("hour");
const minute = document.getElementById("minute");
const seconds = document.getElem
3171.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 1.11 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3172.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.29 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
src: url("font/sans.ttf");
f
3173.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 2.4 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3174.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 933 B
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css
3175.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 713 B
const videoElement = document.getElementById('video');
const button = document.getElementById('button');
// Prompt to select me
3176.
index.html |
Owner: cody | Views: 127 | Comments: 0 |
Open/
Source 571 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3177.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 959 B
@import url("https://fonts.googleapis.com/css?family=Barlow&display=swap");
html {
box-sizing: border-box;
}
body {
margin
3178.
favicon.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3179.
index.html |
Owner: cody | Views: 105 | Comments: 0 |
Open/
Source 1.23 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
3180.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.34 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
3181.
index.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.63 KB
function validatePalin() {
string = document.getElementById("text").value;
// to obtain total length of the
3182.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.17 KB
var survey_options = document.getElementById('survey_options');
var add_more_fields = document.getElementById('add_fields');
var
3183.
index.html |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 1.27 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3184.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.5 KB
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
body {
background-color: #19172e;
font-family: "sans";
c
3185.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.65 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3186.
world-wide-web.png |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3187.
index.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.96 KB
const search = document.querySelector('.search')
const searchBtn = document.querySelector('.search-btn')
const loader = document
3188.
styles.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.41 KB
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
margin: 0;
padding: 0
3189.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 1.94 KB
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset
3190.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.35 KB
body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetic
3191.
FileSaver.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 6.35 KB
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
} else if (ty
3192.
index.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.62 KB
var temp = document.getElementById("template")
var tempvalue = temp.options[temp.selectedIndex].value;
console.log(tempvalue);
3193.
script.js |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 3.21 KB
// Preloader
var preloader = document.getElementById('loading');
function loading() {
setTimeout(myfunction, 2000);
}
functio
3194.
style.css |
Owner: cody | Views: 68 | Comments: 0 |
Open/
Source 8.02 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
list-style: none;
}
@font-face {
font-family: "sans";
src: url(f
3195.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.92 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3196.
Output_1.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3197.
Output_2.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
3198.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.19 KB
const from = document.getElementById("form");
const search = document.getElementById("search");
const result = document.getEleme
3199.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 712 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="uts-8">
<title>OLX Clone</title>
<link rel="stylesheet" href=
3200.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.83 KB
* {
box-sizing: border-box;
}
body {
background-color: rgb(219, 213, 213);
font-family: Arial, Helvetica, san
3201.
preview.PNG |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 21 B
3202.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 706 B
const countEl = document.getElementById('count');
updateVisitCount();
function updateVisitCount() {
fetch('https://api.counta
3203.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 855 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3204.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 805 B
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
b
3205.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 717 B
function fun()
{
var cm = document.getElementById("cm").value ;
cm = cm/100;
var w = document.getEle
3206.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 1.21 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3207.
readme.md |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 608 B
# Snake game using voice control
This is a snake game in which a snake moves inside a box in search of food. Snake movement is c
3208.
index.html |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 861 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3209.
style.css |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 636 B
*{
margin: 2px;
padding: 2px;
box-sizing: border-box;
}
body{
background-color: rgb(4, 230, 4);
}
#area{
b
3210.
speechCommand.js |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1.59 KB
const URL = "https://teachablemachine.withgoogle.com/models/JHem2FpyN/";
async function createModel() {
const checkpointUR
3211.
main.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 2.31 KB
var canvas = document.getElementById("area");
canvas.style.height = "80vh";
canvas.style.width = "80%";
var clx = canvas.getCo
3212.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.63 KB
//GLOBAL VARIABLES
var context, canvas;
const len = 150;
//CREATES THE BUTTON
//CREATES THE SLIDER
var slider = document.creat
3213.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 295 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Fractal Tree Visualizer</title>
<link rel="styleshe
3214.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 417 B
html,body {
height: 100%;
}
body {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
input,button {
position:
3215.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 4.46 KB
const initialState = {
player: 'yellow',
winner: false,
board: [[0,0,0,0,0,0,0],
[0,0,0,0,0,0,0],
[0,0
3216.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 692 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Connect Four</title>
<link rel='stylesheet' hre
3217.
style.css |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 3.35 KB
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
text-align: center;
min-width: 650px;
b
3218.
Word Definition |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 1.34 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=ed
3219.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.73 KB
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300;1,400;1,500&display=swap');
* {
margin: 0;
3220.
Readme.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 1.59 KB
<hr>
**### Word Definition**
_The Word Definition app will show the definition of the following words._
<hr>
**### Tech Stac
3221.
app.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.66 KB
const container = document.querySelector(".container"),
searchInput = container.querySelector("input"),
sound = document.get
3222.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.33 KB
const form = document.querySelector('#form')
const copy = document.querySelector('.copy')
// handling form
form.addEventListene
3223.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1.35 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3224.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.43 KB
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
display: flex;
background-color: #9BBEC8;
3225.
red-right-arrow.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
3226.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 5.3 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3227.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.46 KB
body{
background-color:black ;
color:white;
}
.top{
display: flex;
justify-content: space-between;
width:200
3228.
left-arrow.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3229.
pause.png |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 21 B
3230.
down.png |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 21 B
3231.
play.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3232.
index.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 5.14 KB
const grid=document.querySelector(".grid")
let squares=Array.from(document.querySelectorAll('.grid div'));
const score=document.
3233.
rotate.png |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 21 B
3234.
red-left-arrow.png |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 21 B
3235.
pause.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3236.
right-arrow.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3237.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 367 B
const circles = document.querySelectorAll('.circle')
let activeLight = 0;
setInterval(() => {
changeLight();
}, 1000);
functi
3238.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 948 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3239.
style.css |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.17 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'sans';
}
@font-face {
font-family: "sans";
3240.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.18 KB
const days = document.getElementById("days");
const hours = document.getElementById("hours");
const minutes = document.getElemen
3241.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1011 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3242.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.47 KB
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
* {
box-sizing: border-box;
}
body {
backgro
3243.
spinner.gif |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3244.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 4.15 KB
const colorInput = document.getElementById('color');
const weight = document.getElementById('weight');
const clear = document.ge
3245.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 2.29 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3246.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.74 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
overflow: hidden;
}
@font-face {
font-family: "sans";
src: url(font/sa
3247.
script.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 4.81 KB
var min = 0, sec = 0, session_min = 0, break_min = 0, break_sec = 0, sessionId = 0, sId = null, bId = null, mode = null, paused
3248.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 3.55 KB
<!DOCTYPE html>
<html>
<head>
<title>Pomodoro Clock</title>
<link rel="stylesheet" href="https://maxcdn.boot
3249.
styles.css |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 335 B
body {
background: #EAC289;
font-family: Consolas;
}
.base {
background: rgba(0, 0, 0, 0.7);
border-radius: 5px
3250.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 3.02 KB
const API_KEY = "api_key=1cf50e6248dc270629e802686245c2c8";
const BASE_URL = "https://api.themoviedb.org/3";
const API_URL = BAS
3251.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 800 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3252.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.97 KB
@import url("https://fonts.googleapis.com/css2?family=Benne&display=swap");
* {
box-sizing: border-box;
}
:root {
--primary-
3253.
Movie-Search-App.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3254.
README.md |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 572 B
<h1>Movie Search App</h1>
<p>Simple Movie Search App in HTML, CSS, and JavaScript using the APIs for fetching movies informatio
3255.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 2.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Drum Kit</title>
<link rel="stylesheet" href="style
3256.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.14 KB
body,
html {
margin: 0;
padding: 0;
font-family: 'sans';
font-size: 10px;
background: #19172e;
user-select: none;
}
3257.
main.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 850 B
const keys = Array.from(document.querySelectorAll('.key'));
const keyCode = {
A: 65,
S: 83,
D: 68,
F: 70,
G: 71,
H
3258.
script.js |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 13.24 KB
"use strict";
console.clear();
class Stage {
constructor() {
// container
this.render = function () {
3259.
index.html |
Owner: cody | Views: 148 | Comments: 0 |
Open/
Source 866 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DragonUncaged_Stack_Game</title>
<link rel="stylesh
3260.
style.css |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 2.05 KB
@import url("https://fonts.googleapis.com/css?family=Comfortaa");
html, body {
margin: 0;
overflow: hidden;
height: 100%;
3261.
README.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 993 B
# Stack Game
<h3> Tech Stack Used <img src = "https://media2.giphy.com/media/QssGEmpkyEOhBCb7e1/giphy.gif?cid=ecf05e47a0n3gi1bf
3262.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 1.32 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3263.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.68 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "sans";
color: black;
background-color: #1
3264.
main.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.11 KB
window.onload = function () {
addColor();
};
for (let i = 1; i <= 9; i++) {
const box = document.createElement('div');
3265.
portfolio.js |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 11.16 KB
/* Change this file to get your personal Porfolio */
// Website related settings
const settings = {
isSplash: false, // Chang
3266.
all.css |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 68.83 KB
/*!
* Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Ico
3267.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 4.82 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon1.ico
3268.
Screenshot 2022-07-29 142134.png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3269.
README.md |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 1.96 KB
<p align="center">
<img src="https://github.com/aryangupta008/photos/blob/main/Aryan's%20Logo.jpg" align="center" height="3
3270.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 247 B
const img = document.querySelector('img');
const input = document.querySelector('input');
input.addEventListener('keydown', ()
3271.
index.html |
Owner: cody | Views: 167 | Comments: 0 |
Open/
Source 903 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3272.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 993 B
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
3273.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 971 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3274.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.38 KB
* {
padding: 0;
margin: 0;
font-family: "sans";
user-select: none;
}
@font-face {
src: url("font/sans.ttf");
font-f
3275.
main.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.38 KB
const words = ['seat', 'pen', 'broad', 'vapor', 'ocean',
'red', 'plate', 'late', 'that', 'ring', 'swim', 'shown',
'path'
3276.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 342 B
let taskbar = document.getElementsByClassName("taskbar")[0]
let startmenu = document.getElementsByClassName("startmenu")[0]
tas
3277.
edgeicon.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
3278.
readme.md |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 348 B
# Windows 11 :
---
## Tech Stack Used :
> HTML5, CSS3, JS
---
## Our Cloned Copy Looks Like:
![image](https://user-images.github
3279.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 788 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3280.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 670 B
*{
margin: 0;
padding: 0;
}
body{
/* background-image: url('bg.jpeg');
background-size: cover; */
overflow
3281.
bg.jpg |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3282.
taskbarright.PNG |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 21 B
3283.
video.webm |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 22 B
3284.
recyclebinicon.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
3285.
bg.jpeg |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 22 B
3286.
startmenu.PNG |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 21 B
3287.
chromeicon.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
3288.
icons.PNG |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 21 B
3289.
favicon.ico |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3290.
index.html |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 1.4 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3291.
index.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.24 KB
//Variables
let player_score=0;
let Computer_score=0;
const btn = document.getElementById('head');
const score = document.getEle
3292.
README.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 16 B
# Coin-Toss-Game
3293.
index.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 529 B
body{
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
overflow-x: hidden;
overflow-y: hidden;
fon
3294.
preview.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
3295.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 8.97 KB
(function(window){
var Game = {
init: function(){
this.c = document.getElementById("game");
this.c.width = this.c.width;
3296.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.16 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>DragonUncaged - Color Blast!</title>
<meta name="vi
3297.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.56 KB
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
margin: 0;
padding: 0;
box-sizing: border-b
3298.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 6.13 KB
onload = function () {
const editor = document.getElementById("editor");
const context = editor.getContext("2d");
co
3299.
index.html |
Owner: cody | Views: 133 | Comments: 0 |
Open/
Source 1.91 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
3300.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 310 B
html,
body {
height: 100%;
}
.text_box {
margin-top: 50px;
width: 100%;
display: flex;
flex-wrap: wrap;
3301.
image-editor.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 494 B
#imageEditor {
margin:auto;
padding:20px;
border:1px solid #4b4b4b;
-moz-border-radius:8px;
-webkit-border-r
3302.
index.html |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 1.49 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3303.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 3.21 KB
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=DynaPuff&display=swap");
html {
box-sizing: border-box;
}
3304.
jss.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 3.18 KB
`use strict`;
const diceFaces = document.getElementById("diceFaces");
const newGame = document.getElementById("newGame");
const
3305.
README.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 1.35 KB
# Pig Game (JavaScript)
Welcome to the Pig Game! This simple web-based game allows two players to take turns rolling dice and c
3306.
loancalculator.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 284 B
#loancal {
padding-top: 15px;
padding-left: 75px;
width: 375px;
height: 295px;
background-color:#000;
co
3307.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.37 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
3308.
README.md |
Owner: cody | Views: 66 | Comments: 0 |
Open/
Source 18 B
# loan-calculator
3309.
Windows 11 |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 2.2 KB
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8">
3310.
style.css |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.99 KB
*{
margin: 0px;
padding: 0px;
}
body{
background: url("src/bg2.jpg") no-repeat center center/cover;
height: 10
3311.
main.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 2.07 KB
console.log("hi");
let startButton = document.getElementById("startbutton")
let startMenu = document.getElementsByClassName("st
3312.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 206 B
const href = "https://swapnilsparsh.github.io/";
const size = 250;
new QRCode(document.querySelector("#qr"), {
text: href,
3313.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 939 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3314.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.13 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "
3315.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1006 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3316.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 2.5 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "sans";
user-select: none;
}
@font-face {
font-fami
3317.
dycalendar.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.03 KB
.dycalendar-container {
display: inline-block;
border : 1px solid #eee;
}
.dycalendar-container.round-edge {
border
3318.
main.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 225 B
dycalendar.draw({
target: '#dycalendar',
type: 'month',
dayformat : 'full',
monthformat: 'full',
highlightta
3319.
dycalendar.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 20.38 KB
/*!
* dyCalendar is a JavaScript library for creating Calendar.
*
* Author: Yusuf Shakeel
* https://github.com/yusufshakeel
3320.
index.html |
Owner: cody | Views: 127 | Comments: 0 |
Open/
Source 8.45 KB
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset
3321.
app.css |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 7.66 KB
:root {
--bg-main: #f0f2f5;
--bg-body: #fff;
--color-txt: #000;
--filled-color: #000;
--filled-bg: #caf0f8;
3322.
script.js |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 107 B
$(document).ready(function() {
$('span').on('mouseover', function() {
$(this).addClass('fall');
});
});
3323.
index.html |
Owner: cody | Views: 104 | Comments: 0 |
Open/
Source 3.46 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Box falling Game</title>
<link rel="stylesheet" hre
3324.
style.css |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 943 B
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
}
html {
-webkit-tap-highlight-color: rgb
3325.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 665 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3326.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 220 B
form {
background-color: rgb(241, 9, 144);
color: white;
width: 500px;
height: 300px;
margin: 100px auto 100
3327.
html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 661 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
3328.
app.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 957 B
const form = document.querySelector('form');
//add an event listener to the form
form.addEventListener('submit', function(e){
3329.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3330.
Music.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.68 KB
* {
margin: 0;
padding: 0%;
box-sizing: border-box;
font-size: 62.5%;
font-family: "sans";
}
/* -----------Font Chang
3331.
Music.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.73 KB
let play = document.getElementById("Play");
let previous = document.getElementById("Previous");
let next = document.getElementBy
3332.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.07 KB
class VoiceRecorder {
constructor() {
if (navigator.mediaDevices && navigator.mediaDevices.getUserMedia) {
console.log("ge
3333.
index.html |
Owner: cody | Views: 126 | Comments: 0 |
Open/
Source 470 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Voice Recorder🎙</title>
<link rel="stylesheet" href
3334.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.33 KB
html{
font-family: cursive;
}
.container {
display: flex;
flex-direction: column;
}
.container > * {
margin: 8px;
}
b
3335.
Readme.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 425 B
# Voice Recorder 🎙:
> It's a Voice Recorder made using HTML,CSS,JS , used to record audio from user and save this audio for furt
3336.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 563 B
let popped = 0;
document.addEventListener('mouseover', function (e) {
if (e.target.className === "balloon") {
e.tar
3337.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 1.2 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
3338.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.37 KB
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
3339.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.86 KB
'use strict';
//console.log(document.querySelector('.message').textContent);
let secret = Math.trunc(Math.random()*20)+1;
let s
3340.
Screenshot (37).png |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 21 B
3341.
index.html |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 995 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3342.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.67 KB
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
* {
margin: 0;
padding: 0;
box-sizing
3343.
Screenshot (35).png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3344.
Screenshot (38).png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
3345.
Screenshot (36).png |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3346.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 3.31 KB
/*
@ cm = computer player
@ us = User Player
@ Cannon = can
*/
let userCanX = 185;
let userCanY = 0;
let fireTime
3347.
readme.md |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 219 B
# Bomb Throw Game
You have 10 Second to Align the distance and the angle and it will automatically throw the bomb
https://user
3348.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 3.07 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Bomb Throw</title>
<link rel="stylesheet" href="htt
3349.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 6.24 KB
*, *:after, *:before {
box-sizing: border-box;
}
body {
margin: 0;
}
.game-wrapper {
width: 100%;
height: 100vh;
dis
3350.
preview.mp4 |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3351.
index.html |
Owner: cody | Views: 213 | Comments: 0 |
Open/
Source 553 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, ini
3352.
README.md |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 760 B
<p align="center">
<img alt="" height="80" src="./img/add-read.png">
</a>
</p>
<h1 align="center"> Speak Number Guessing
3353.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.95 KB
let value1 = document.getElementById("value1");
let value2 = document.getElementById("value2");
let value3 = document.getElement
3354.
readme.md |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 3.03 KB
> # Casino Slot Machine Game
---
#### Slot machines include one or more currency detectors that validate the form of payment,
3355.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.05 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3356.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.83 KB
:root{
--speed: 5;
/* define variable like this using -- */
}
.machine{
background-color: peru;
border: dashed b
3357.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 3.96 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - ColorDrops</title>
<meta name="viewport"
3358.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 29.14 KB
* {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
background: black;
overflow: hidden;
}
.wrap {
po
3359.
preview.gif |
Owner: cody | Views: 18 | Comments: 0 |
Open/
Source 21 B
3360.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.22 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3361.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.38 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html, body {
height: 100%;
width: 100%;
3362.
app.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.49 KB
let input = document.getElementById('password')
let indicator = document.querySelector('.indication')
let weak = document.queryS
3363.
particle.js |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 1.44 KB
/* global canvas paintCircle generateRandomNumber generateRandomRgbColor */
/* eslint-disable no-unused-vars */
const particle =
3364.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 1.01 KB
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Typer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1
3365.
typer.css |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 157 B
* {
margin: 0;
}
canvas {
background: #f10505a5;
display: block;
}
.btn-center {
position: absolute;
left: 50%;
tr
3366.
README.md |
Owner: cody | Views: 69 | Comments: 0 |
Open/
Source 273 B
# Typer
## A simple interesting typing game which can help to increase the typing speed.
* Characters can be case sensitive or
3367.
canvas.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 4.27 KB
/* global performance FPSMeter */
/* eslint-disable no-unused-vars */
const canvas = document.getElementById('canvas');
const ct
3368.
typer.js |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 3.57 KB
/* global canvas ctx animation:writable gameLoop label loop paintCircle isIntersectingRectangleWithCircle generateRandomNumber g
3369.
readme.md.txt |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 234 B
This is Basic App indicating the status of the Battery Information like wheather the the battery is
charging or not And battery
3370.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.27 KB
const display=document.querySelector('.what');
const batterypercent=document.querySelector('.batteryIndicator');
const getInfo=n
3371.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 704 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3372.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 3.81 KB
body{
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #0E0A2F;
position: relative;
font-size
3373.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.53 KB
$(document).ready(function() {
let speed = 1000;
let round = 1;
let win = false;
let numberOne;
let numberTwo;
let numb
3374.
readme.md |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 128 B
# Three Numeber
The Number Will Rotate. You Have To Click in the Number and Make all the Three number Same
![](./preview.gif)
3375.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 903 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Three Number Game</title>
<link rel="stylesheet" hr
3376.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 2.15 KB
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
}
body{
background-color: #fff;
background
3377.
preview.gif |
Owner: cody | Views: 22 | Comments: 0 |
Open/
Source 21 B
3378.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 1.64 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3379.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.72 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
align-items: ce
3380.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 1.3 KB
const exchange_rate = document.getElementById('exchange-rate');
const curr_first = document.getElementById('curr-first');
const
3381.
readme.md |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 207 B
I have added a Currency Converter.
It allows user to type digits(amount) and we have real time conversions as they type.
It fetc
3382.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 5.49 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3383.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.16 KB
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direct
3384.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 31.44 KB
window.onload = function() {
// Get the canvas and context
var canvas = document.getElementById("viewport");
var co
3385.
readme.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 487 B
# Bubble Shooter Game:
>It's a **Bubble Shooter Game**, made using HTML,CSS,JS . The Code is Responsive and here Player has give
3386.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 363 B
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter Game</title>
<!-- Linking CSS & JS -->
<script type='
3387.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 332 B
body{
/* background-color: gray; */
background-image: linear-gradient(to right, rgb(184, 208, 217),rgb(247, 122, 122));
3388.
bubble-sprites.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3389.
Resume Builder |
Owner: cody | Views: 98 | Comments: 0 |
Open/
Source 2.2 KB
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta c
3390.
preview.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
3391.
index.html |
Owner: cody | Views: 106 | Comments: 0 |
Open/
Source 3.2 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3392.
Capture.PNG |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
3393.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.35 KB
// Create variables for the game state
let player1Score = 0
let player2Score = 0
let player1Turn = true
// Create variables to
3394.
Dice Game |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 960 B
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Dice Game</title>
</head>
<body>
3395.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.22 KB
html, body {
--color-1: #a8e6cf;
--color-2: #dcedc1;
--color-3: #ffd3b6;
--color-4: #ffaaa5;
--color-5:
3396.
README.md |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 15 B
"# Dice-game"
3397.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 731 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE
3398.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 2.0 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;
3399.
preview.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 122 B
![This is preview](https://user-images.githubusercontent.com/84850243/166675821-f8fd7492-a895-4abb-9b12-0b6900988b59.png)
3400.
app.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 695 B
function talk(){
var know = {
"Who are you" : "Hello, I am special bot for 30 Days of JavaScript",
"How are
3401.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 598 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, ini
3402.
README.md |
Owner: cody | Views: 53 | Comments: 0 |
Open/
Source 875 B
<p align="center">
<img alt="" height="80" src="./img/logo2.svg">
</a>
</p>
<h1 align="center"> Random SVG Generator</h1>
3403.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 944 B
function calculate(){
let p =document.getElementById('p').value;
let c =document.getElementById('c').value;
let d =docu
3404.
readme.md |
Owner: cody | Views: 62 | Comments: 0 |
Open/
Source 489 B
# Student Grade Calcuator :
---
```txt
It's a calculator which calculate total marks of 4 subjects , calculate their Percentage
3405.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.03 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3406.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.41 KB
*{
margin: 0;
padding: 0;
}
.container{
background: linear-gradient(45deg, #d96d82 , #2b43ba);
width: 100%;
3407.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 2.43 KB
// Get color input by id
const colorPicker = document.getElementById('color-picker');
// Default background
colorPicker.value
3408.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.59 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
3409.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.86 KB
* {
margin: 0;
padding: 0;
}
body {
background: #19172e;
font-family: "sans";
}
@font-face {
font-family: "sans";
3410.
index.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 1.96 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3411.
style.css |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.51 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.app {
height: 100vh;
display: flex;
justify-content: space-ev
3412.
app.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 2.18 KB
const song = document.querySelector(".song");
const play = document.querySelector(".play");
const replay = document.querySelecto
3413.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.85 KB
const n = 9; //number of bars to sort
const array = [];
init();
//generate random numbers
function init() {
for (let i = 0; i
3414.
index.html |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 680 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /
3415.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.43 KB
.bar {
padding: 10px 12px;
display: flex;
justify-content: center;
width: 25px;
background: rgb(224, 81, 172);
margi
3416.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 3.96 KB
displayNotes(); //As the browser open it show all the stored books
let libraryForm = document.getElementById('libraryForm');
l
3417.
readme.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 571 B
# Simple Library Management
A simple Library Management Project which is easy to use and understand as a beginner.
## Function
3418.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 5.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3419.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 595 B
const btn = document.getElementById('emoji-btn');
const emojis = [];
const emojiAddFunction = async () => {
let res
3420.
index.html |
Owner: cody | Views: 131 | Comments: 0 |
Open/
Source 829 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3421.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.0 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "sans";
user-select: none;
}
@font-face {
font-fami
3422.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 542 B
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flappy Bird</title>
<link rel="sty
3423.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.9 KB
body {
display: flex;
}
.game-container {
width: 500px;
height: 730px;
position: absolute;
left: 80px;
}
.
3424.
flappy-bird.png |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 21 B
3425.
download.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
3426.
bird2.png |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
3427.
app.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 2.62 KB
document.addEventListener('DOMContentLoaded' , () => {
const bird = document.querySelector('.bird')
const gameDisplay =
3428.
flappybird-pipe.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3429.
images.jpg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
3430.
fb-game-background.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3431.
Flappy Bird main.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
3432.
bottom-background.png |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 21 B
3433.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 791 B
const counter = document.getElementById('counter');
const increase = document.querySelector('.increase');
const decrease = docum
3434.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.29 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta na
3435.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.86 KB
:root {
--primary-color: #19172e;
--counter-container-size: 9.375rem;
--container-width: 100%;
--btn-operator-si
3436.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 2.14 KB
$(document).ready(function() {
let round = 1;
let colors = [];
let counter = 1;
let counterSequence = 0;
let counterPlayer
3437.
readme.md |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 279 B
# Color Game
The Color Will Blink You have Memories and Click The Game.
With Increasing Level The The number of Color blink wil
3438.
index.html |
Owner: cody | Views: 106 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Color Game</title>
<link rel="stylesheet" href="htt
3439.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 2.92 KB
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
}
html {
-webkit-tap-highlight-color: rgba(
3440.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.28 KB
const texts= document.querySelector(".texts");
window.SpeechRecognition= window.SpeechRecognition || window.webkitSpeechRecognit
3441.
readme.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 548 B
# Speech Recognition using JS :
---
## Describtion :
> It's a Speech Recognition site which will take permission from user to ac
3442.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 561 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3443.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 876 B
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-family: "Montserrat";
font-size: 20px;
}
se
3444.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 4.19 KB
const container = document.querySelector('.game');
const scoreBoard = maker(container,'div','scoreBoard','SCORE');
const gameBoa
3445.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 704 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3446.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.39 KB
body{
background-color: brown;
}
h1{
text-align: center;
color: azure;
}
.modal {
display: none;
position:
3447.
README.md |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 143 B
# Balloon Game
## Tech Used
HTML ,CSS, JavaScript
## About Project
- Hover the Mouse Over The Balloon And Burst it.
- Burst M
3448.
index.html |
Owner: cody | Views: 124 | Comments: 0 |
Open/
Source 519 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3449.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.4 KB
* {
margin: 0;
padding: 0;
background-color: rgb(118, 189, 159);
}
/* html, body {
height: 100%;
margin: 0;
3450.
car.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3451.
enemycar.jpg |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3452.
app.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 4.18 KB
const roadArea = document.querySelector('.road');
let player = { step: 5 };
let keys = { ArrowUp: false, ArrowDown: false, Arro
3453.
enemycar2.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3454.
car2.png |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 21 B
3455.
result.html |
Owner: cody | Views: 128 | Comments: 0 |
Open/
Source 640 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3456.
Quiz App |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 1.26 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3457.
quiz.html |
Owner: cody | Views: 98 | Comments: 0 |
Open/
Source 2.52 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3458.
script.js |
Owner: cody | Views: 106 | Comments: 0 |
Open/
Source 2.36 KB
var days = ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
var months = ['January','February','March',
3459.
index.html |
Owner: cody | Views: 168 | Comments: 0 |
Open/
Source 2.52 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Call App</title>
<link rel="stylesheet" href="./sty
3460.
style.css |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 5.48 KB
@import url('https://fonts.googleapis.com/css?family=Heebo:100,400,700');
.phone-container {
width: 200px;
height: 400px;
3461.
preview3.gif |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
3462.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 2.22 KB
var numSelected = null;
var tileSelected = null;
var errors = 0;
var board = [
"--74916-5",
"2---6-3-9",
"-----7-
3463.
readme.md |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 627 B
# Sudoku Game 🧩
---
## Describtion:
> It's a typical **Sudoku game** with 10X10 box is provided with some pre defined numbers .
3464.
index.html |
Owner: cody | Views: 105 | Comments: 0 |
Open/
Source 534 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3465.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.08 KB
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
hr {
width: 500px;
}
#errors {
color:
3466.
index.html |
Owner: cody | Views: 129 | Comments: 0 |
Open/
Source 2.98 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3467.
logo.svg |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 7.98 KB
3468.
styles.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 4.74 KB
/*
===============
Fonts
===============
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&displ
3469.
app.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 4.35 KB
const menu = [
{
id: 1,
title: "buttermilk pancakes",
category: "breakfast",
price: 15.99,
img: "./images/
3470.
menu-item.jpeg |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 22 B
3471.
script.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 469 B
document.querySelector('body').addEventListener('mousemove', eyeBall);
function eyeBall() {
let eye = document.querySelectorAl
3472.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 546 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Steal The Diamond</title>
<link rel="stylesheet" hr
3473.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 10.35 KB
grid {
display: grid;
grid: 300px/400px;
margin: 10px auto 0;
position: relative;
cursor: pointer;
}
grid > * {
grid
3474.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 804 B
let colorOne = document.getElementById('color_one');
let colorTwo = document.getElementById('color_two');
let currentdir = "to t
3475.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 2.49 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3476.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.77 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: ur
3477.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.28 KB
let inpBase = document.getElementById("inp-base-px");
let inpPX = document.getElementById("inp-px");
let inpEM = document.getEle
3478.
index.html |
Owner: cody | Views: 115 | Comments: 0 |
Open/
Source 1.03 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<titl
3479.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.26 KB
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
padding: 0;
margin: 0;
3480.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.41 KB
const ipAddress = document.getElementById("dyn-ip");
const ipLocation = document.getElementById("dyn-loc");
const timezone = doc
3481.
index.html |
Owner: cody | Views: 95 | Comments: 0 |
Open/
Source 2.12 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3482.
script.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 3.04 KB
`use strict`;
let secretNumber = Math.trunc(Math.random()*20) + 1;
let highScore = 0;
let score = 20;
const displayMessage = fu
3483.
index.html |
Owner: cody | Views: 96 | Comments: 0 |
Open/
Source 1.0 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3484.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.73 KB
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
* {
padding: 0;
margin: 0;
box-
3485.
README.md |
Owner: cody | Views: 75 | Comments: 0 |
Open/
Source 216 B
# Guess My Number
A number gussing game using HTML, CSS and Javascript
# Links
Repository URL : https://github.com/IshitaBisari
3486.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 718 B
<!DOCTYPE html>
<html lang="en" onclick="jump()">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=
3487.
README.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 594 B
<p align="center">
<img height="80" src="./img/add-readme (1).png">
</a>
</p>
<h1 align="center">DINO GAME</h1>
<div alig
3488.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 325 B
function shuffle(){
const img = document.getElementById("img");
let random = Math.floor(Math.random() * 6) + 1;
img.
3489.
index.html |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 888 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3490.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 909 B
* {
margin: 0;
padding: 0;
font-family: "sans";
user-select: none;
}
@font-face {
font-family: "sans";
src: url(
3491.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 987 B
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" hr
3492.
readme.md |
Owner: cody | Views: 63 | Comments: 0 |
Open/
Source 253 B
<h1>Utility Can</h1>
✅ Grayscale<br>
✅ Blur<br>
✅ Saturate<br>
✅ Contrast<br>
✅ Hue<br>
✅ Invert<br>
✅ Brightness<br>
✅ Sepia<b
3493.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 10.52 KB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1
3494.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 3.66 KB
body {
color: white;
overflow: hidden !important;
}
.mymain {
height: 90vh;
overflow: hidden !important;
background:
3495.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 382 B
const jokeContainer = document.getElementById('jokeContainer');
const getJokeBtn = document.getElementById('getJokeBtn');
const
3496.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 884 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3497.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.11 KB
* {
padding: 0;
margin: 0;
font-family: "sans";
box-sizing: border-box;
}
@font-face {
src: url("font/sans.
3498.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 4.7 KB
// Declaring stuff
myName = ""; // declaring a variable for my easter egg
audioPlayer = document.getElementsByTagName('audio
3499.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.58 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Alphabets Word Pronounce</title>
<link rel="stylesh
3500.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 3.99 KB
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
-webkit-transition: all ease 0.3s;
transiti
3501.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.65 KB
const msgEl = document.getElementById('msg');
const randomNum = getRandomNumber();
console.log('Number:', randomNum);
window.
3502.
readme.md |
Owner: cody | Views: 65 | Comments: 0 |
Open/
Source 337 B
## Speak Number Guessing Game
Number guessing game where you speak your guess into the microphone using the speech recognition
3503.
index.html |
Owner: cody | Views: 107 | Comments: 0 |
Open/
Source 546 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3504.
style.css |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 674 B
* {
box-sizing: border-box;
}
body {
background: #2f3542 url('img/bg.jpg') no-repeat left center/cover;
color: #fff;
mi
3505.
script.js |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 5.42 KB
/** Declare the required variable with DOM elements. */
const yearField = document.getElementById('year');
const monthField = do
3506.
index.html |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 1.3 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3507.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.9 KB
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'sans';
}
@font-face {
font-family: 'sans';
3508.
game.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.88 KB
var buttonColours = ["red","blue","green","yellow"];
var gamePattern = [];
var userClickedPattern = [];
var started = false;
3509.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 851 B
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Simon Game</title>
<link rel="st
3510.
styles.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 648 B
body {
text-align: center;
background-color: #317dcf;
}
#level-title {
font-family: "Press Start 2P", cursive;
font-siz
3511.
script.js |
Owner: cody | Views: 59 | Comments: 0 |
Open/
Source 3.21 KB
const SectionElement=document.querySelector('.section');
const world=document.querySelector('body');
const restart=document.quer
3512.
Typing Platform |
Owner: cody | Views: 141 | Comments: 0 |
Open/
Source 1.75 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3513.
file.txt |
Owner: cody | Views: 55 | Comments: 0 |
Open/
Source 454 B
<img src="https://img.icons8.com/ios-filled/50/4a90e2/keyboard.png"/>
<img src="https://img.icons8.com/ios-glyphs/30/4a9
3514.
style.css |
Owner: cody | Views: 57 | Comments: 0 |
Open/
Source 3.51 KB
body{
height: 100vh;
margin: 0px;
font-size: 16px;
background-color: #191826;
display: flex;
align-items
3515.
texs.png |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 21 B
3516.
backend.json |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 9.68 KB
{
"data":"random paragraphs",
"paragraphs":["He lifted the bottle to his lips and took a sip of the drink. He had tasted
3517.
Readme.txt |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 443 B
Hello this my Project That is typeracer which is basically typing platform where users get to know
about their accuracy of typin
3518.
readme.md |
Owner: cody | Views: 60 | Comments: 0 |
Open/
Source 114 B
![catgame](https://user-images.githubusercontent.com/84850243/167242208-43306166-6050-4ed2-8979-58091e5e97c6.png)
3519.
index.html |
Owner: cody | Views: 123 | Comments: 0 |
Open/
Source 2.38 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3520.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 6.63 KB
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
3521.
app.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 976 B
//controls
const hatcheck = document.querySelector("#hat");
const glassescheck = document.querySelector("#eyeglasses");
co
3522.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.31 KB
var start = new Date().getTime();
//function to change color of shapes
function randcolor(){
var colorArray = '0123456789ABC
3523.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.01 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3524.
README.md |
Owner: cody | Views: 67 | Comments: 0 |
Open/
Source 164 B
# Reaction Time:
Game That Is Used to test the Reaction Time Click on the Box As quickly As you can and get the time for that.
3525.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 1.78 KB
var input = document.querySelectorAll('textarea')[0],
characterCount = document.querySelector('#characterCount'),
wordCount
3526.
index.html |
Owner: cody | Views: 122 | Comments: 0 |
Open/
Source 1.15 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3527.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 921 B
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
3528.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 5.18 KB
const canvas = document.getElementById("canva");
const ctx = canvas.getContext('2d');
canvas.width = window.innerWidth;
canvas.h
3529.
index.html |
Owner: cody | Views: 113 | Comments: 0 |
Open/
Source 395 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3530.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 223 B
* {
padding: 0%;
margin: 0%;
box-sizing: border-box;
}
#canva {
position: absolute;
top: 0%;
left: 0%;
3531.
script.js |
Owner: cody | Views: 61 | Comments: 0 |
Open/
Source 640 B
const getNextQuote = async() =>
{
var url = "https://raw.githubusercontent.com/msramalho/json-tv-quotes/master/quotes.json";
3532.
index.html |
Owner: cody | Views: 147 | Comments: 0 |
Open/
Source 2.33 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
3533.
style.css |
Owner: cody | Views: 56 | Comments: 0 |
Open/
Source 2.22 KB
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
justify-content: center;
3534.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 606 B
$(document).ready(function() {
let totalPoints = 0;
let points = 0;
$('[class$="-circle"]').on('click', 'span', function(e)
3535.
readme.md |
Owner: cody | Views: 64 | Comments: 0 |
Open/
Source 92 B
# Dot Target Game
## Clisk on the Dots That are Moving to Get The Points
![](./preview.gif)
3536.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 819 B
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Target game</title>
<link rel="stylesheet" href
3537.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 2.29 KB
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
}
html {
-webkit-tap-highlight-color: rgba(
3538.
preview.gif |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
3539.
index.html |
Owner: cody | Views: 116 | Comments: 0 |
Open/
Source 1.59 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
3540.
styles.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.6 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
:root {
--error-color: #dc3545;
--success-co
3541.
app.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 4.13 KB
const isBlank = function (value) {
return (value.trim() === "" ? true : false)
}
const isBetween = function (length, min = 5,
3542.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 444 B
const text = document.getElementById("text");
const speedEl = document.getElementById("speed");
const prog = "30 Days of JavaScr
3543.
index.html |
Owner: cody | Views: 145 | Comments: 0 |
Open/
Source 955 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3544.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 698 B
* {
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
body {
font-family: "san
3545.
script.js |
Owner: cody | Views: 26 | Comments: 0 |
Open/
Source 12.94 KB
// Extend the base functionality of JavaScript
Array.prototype.last = function () {
return this[this.length - 1];
};
// A si
3546.
index.html |
Owner: cody | Views: 126 | Comments: 0 |
Open/
Source 1.06 KB
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Slide Collect Coin </title>
<link rel="stylesheet"
3547.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 15.07 KB
grid {
display: grid;
grid: repeat(8, 1fr)/repeat(10, 1fr);
margin: 10px auto 0;
position: relative;
cursor: pointer;
3548.
readme.md |
Owner: cody | Views: 58 | Comments: 0 |
Open/
Source 122 B
![This is website](https://user-images.githubusercontent.com/84850243/169888420-c50a1437-abaf-4f11-b238-cdb0f79da6be.png)
3549.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 11.58 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
3550.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 6.57 KB
:root {
--bg: #ebf0f7;
--header: #fbf4f6;
--text: #2e2e2f;
--white: #fff;
--light-grey: #c4cad3;
3551.
app.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.67 KB
document.addEventListener('DOMContentLoaded', (event) => {
var dragSrcEl = null;
function handleDragStart(e) {
3552.
script.js |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 1.37 KB
const timer = document.getElementById('stopwatch');
const lapBox = document.getElementById('lapBox');
var hr = 0;
var min = 0;
v
3553.
index.html |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3554.
style.css |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.64 KB
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.tt
3555.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 708 B
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Armstrong Checker in JavaScript</ti
3556.
Armstrong.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.89 KB
/* Import Google Font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=sw
3557.
Armstrong.js |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.33 KB
const txtInput = document.querySelector(".inputs input"),
checkBtn = document.querySelector(".inputs button"),
infoTxt = documen
3558.
bgi.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
3559.
readme |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 1 B
3560.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 3.44 KB
let inputDir = { x: 0, y: 0 };
let speed = 5;
let lastPaintTime = 0;
let snakeArr = [{ x: 13, y: 15 }]
food = { x: 6, y: 7 };
le
3561.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.08 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3562.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.99 KB
* {
padding: 0;
margin: 0;
}
body {
overflow: hidden;
background: #19172e;
font-size: 40px;
font-family
3563.
readme.md |
Owner: cody | Views: 78 | Comments: 0 |
Open/
Source 1 B
3564.
index.html |
Owner: cody | Views: 120 | Comments: 0 |
Open/
Source 376 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3565.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 722 B
body{margin:0;height:100%;}
canvas{
position:absolute;top:0;left:0
background-image: linear-gradient(bottom, rgb(105,17
3566.
Sat Apr 23 2022 10_32_09 PM.webm |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 22 B
3567.
app.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 2.99 KB
(function() {
var requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRe
3568.
readme.md |
Owner: cody | Views: 54 | Comments: 0 |
Open/
Source 120 B
![alarm preview](https://user-images.githubusercontent.com/84850243/166984852-4d355a34-9e2b-4745-a3a0-c9131ced886b.png)
3569.
Alarm App |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1.1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width
3570.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.31 KB
:root {
--bg-prim: #12181b;
--bg-sec: #383838;
--clr: #ffffff;
}
body {
font-family: 'Montserr
3571.
app.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 1.5 KB
let para = document.getElementById('para');
let text = document.getElementById('txt');
let text2 = document.getElementById
3572.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 570 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3573.
cactus.png |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
3574.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.25 KB
*{
padding: 0;
margin: 0;
}
.game {
/* width: 3000px;
height: 1000px; */
width: 600px;
height: 200px;
border: 2px solid
3575.
trex.png |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 21 B
3576.
scripts.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.77 KB
const dino = document.getElementById("dino");
const cactus = document.getElementById("cactus")
const txt = document.getElementBy
3577.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 1.0 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
3578.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 936 B
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}
@font-face {
font-family: "sans";
src: url(font/sans.t
3579.
start.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.18 KB
function rpsGame(humanChoice) {
let myChoice = number(humanChoice);
let comChoice = random();
let final=re
3580.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 7.35 KB
const weatherApi = {
key: "828cc99e0335c9476a8f751b7c386d9a",
baseUrl: "https://api.openweathermap.org/data/2.5/weather"
}
3581.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 1.63 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3582.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.74 KB
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: "sans";
src: url(font/sans.ttf);
}
bo
3583.
thunder.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
3584.
Clear1.jpg |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 21 B
3585.
rain.jpg |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 21 B
3586.
snow.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3587.
sunny.jpg |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 21 B
3588.
clouds.jpg |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
3589.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 3.93 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
3590.
myscript.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 1.72 KB
var prevs;
var cat;
function myfunc(ref,tf,tt)
{
if (cat=='a') {document.getElementById(
3591.
mystyle.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.4 KB
body{
background-color: #355586;
margin: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items:
3592.
30 Days Of JavaScript |
Owner: cody | Views: 169 | Comments: 0 |
Open/
Source 87.92 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
3593.
LICENSE |
Owner: cody | Views: 71 | Comments: 0 |
Open/
Source 1.05 KB
3594.
CODE_OF_CONDUCT.md |
Owner: cody | Views: 86 | Comments: 0 |
Open/
Source 5.08 KB
# Contributor Covenant Code of Conduct
## Our Pledge
We as members, contributors, and leaders pledge to make participation in
3595.
README.md |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 26.73 KB
# [30 Days Of JavaScript](30daysofjs.netlify.app) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
Repo containin
3596.
CONTRIBUTING.md |
Owner: cody | Views: 74 | Comments: 0 |
Open/
Source 3.88 KB
# 🚀 Contributing Guidelines 🌟
Welcome to the exciting world of open-source contributions! 🎉 We're thrilled that you want to be
3597.
victory.mp3 |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 21 B
3598.
boo.mp3 |
Owner: cody | Views: 20 | Comments: 0 |
Open/
Source 21 B
3599.
wrong.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
3600.
gasp.mp3 |
Owner: cody | Views: 19 | Comments: 0 |
Open/
Source 21 B
3601.
applause.mp3 |
Owner: cody | Views: 17 | Comments: 0 |
Open/
Source 21 B
3602.
tada.mp3 |
Owner: cody | Views: 24 | Comments: 0 |
Open/
Source 21 B
3603.
settings.json |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 40 B
{
"liveServer.settings.port": 5501
}
3604.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 626 B
const toggles = document.querySelectorAll('.toggle')
const good = document.querySelector('#good')
const cheap = document.querySe
3605.
index.html |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 997 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3606.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.33 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3607.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1011 B
const nums = document.querySelectorAll('.nums span')
const counter = document.querySelector('.counter')
const finalMessage = doc
3608.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 636 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3609.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.47 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3610.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 306 B
const password = document.getElementById('password')
const background = document.getElementById('background')
password.addEvent
3611.
index.html |
Owner: cody | Views: 108 | Comments: 0 |
Open/
Source 1.52 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3612.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 437 B
* {
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: cen
3613.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 842 B
const button = document.getElementById('button')
const toasts = document.getElementById('toasts')
const messages = [
'Messa
3614.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 401 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3615.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 948 B
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
}
bod
3616.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 445 B
const container = document.querySelector('.container')
const unsplashURL = 'https://source.unsplash.com/random/'
const rows = 5
3617.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 387 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3618.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 583 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3619.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 251 B
const nav = document.querySelector('.nav')
window.addEventListener('scroll', fixNav)
function fixNav() {
if(window.scrollY
3620.
sticky navigation |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 2.11 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
3621.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.8 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
b
3622.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 635 B
const loadText = document.querySelector('.loading-text')
const bg = document.querySelector('.bg')
let load = 0
let int = setIn
3623.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 379 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3624.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 659 B
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
* {
box-sizing: border-box;
}
body {
font-family: 'Ubuntu',
3625.
script.js |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 479 B
const boxesContainer = document.getElementById('boxes')
const btn = document.getElementById('btn')
btn.addEventListener('click'
3626.
3D Boxes BackGround |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 698 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
3627.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.62 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.
3628.
script.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 263 B
const labels = document.querySelectorAll('.form-control label')
labels.forEach(label => {
label.innerHTML = label.innerText
3629.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 1.09 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3630.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.58 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
background-
3631.
script.js |
Owner: cody | Views: 52 | Comments: 0 |
Open/
Source 300 B
const open = document.getElementById('open')
const close = document.getElementById('close')
const container = document.querySele
3632.
index.html |
Owner: cody | Views: 150 | Comments: 0 |
Open/
Source 2.68 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3633.
style.css |
Owner: cody | Views: 47 | Comments: 0 |
Open/
Source 1.98 KB
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
box-sizing: border-box;
}
body {
font-family
3634.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 369 B
const open_btn = document.querySelector('.open-btn')
const close_btn = document.querySelector('.close-btn')
const nav = document
3635.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 1.7 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial
3636.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.47 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
font-family
3637.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 3.6 KB
const testimonialsContainer = document.querySelector('.testimonials-container')
const testimonial = document.querySelector('.tes
3638.
index.html |
Owner: cody | Views: 101 | Comments: 0 |
Open/
Source 1.55 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3639.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.36 KB
@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
box-sizing: border-box;
}
body {
background-color:
3640.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.31 KB
const form = document.getElementById('form')
const input = document.getElementById('input')
const todosUL = document.getElementB
3641.
index.html |
Owner: cody | Views: 102 | Comments: 0 |
Open/
Source 577 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3642.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.06 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
}
bod
3643.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 816 B
const container = document.getElementById('container')
const colors = ['#e74c3c', '#8e44ad', '#3498db', '#e67e22', '#2ecc71']
co
3644.
index.html |
Owner: cody | Views: 109 | Comments: 0 |
Open/
Source 349 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3645.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 492 B
* {
box-sizing: border-box;
}
body {
background-color: #111;
display: flex;
align-items: center;
justify-content: cen
3646.
script.js |
Owner: cody | Views: 48 | Comments: 0 |
Open/
Source 2.06 KB
const APIURL = 'https://api.github.com/users/'
const main = document.getElementById('main')
const form = document.getElementByI
3647.
index.html |
Owner: cody | Views: 95 | Comments: 0 |
Open/
Source 684 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3648.
style.css |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.79 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
}
bod
3649.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 422 B
const boxes = document.querySelectorAll('.box')
window.addEventListener('scroll', checkBoxes)
checkBoxes()
function checkBoxe
3650.
index.html |
Owner: cody | Views: 139 | Comments: 0 |
Open/
Source 919 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3651.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 793 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3652.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 193 B
const toggles = document.querySelectorAll('.faq-toggle')
toggles.forEach(toggle => {
toggle.addEventListener('click', () =>
3653.
index.html |
Owner: cody | Views: 144 | Comments: 0 |
Open/
Source 2.3 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3654.
style.css |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.58 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
font-family
3655.
script.js |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 1.51 KB
const addBtn = document.getElementById('add')
const notes = JSON.parse(localStorage.getItem('notes'))
if(notes) {
notes.fo
3656.
index.html |
Owner: cody | Views: 112 | Comments: 0 |
Open/
Source 729 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3657.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.11 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
outl
3658.
xbox.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3659.
script.js |
Owner: cody | Views: 46 | Comments: 0 |
Open/
Source 482 B
const left = document.querySelector('.left')
const right = document.querySelector('.right')
const container = document.querySele
3660.
ps.jpg |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 21 B
3661.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 592 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3662.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.28 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root {
--left-bg-color: rgba(87, 8
3663.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 341 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3664.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 912 B
* {
box-sizing: border-box;
}
body {
background-color: #2c3e50;
display: flex;
align-items: center;
justify-content:
3665.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.67 KB
const poke_container = document.getElementById('poke-container')
const pokemon_count = 150
const colors = {
fire: '#FDDFDF',
3666.
index.html |
Owner: cody | Views: 138 | Comments: 0 |
Open/
Source 474 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3667.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.14 KB
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');
* {
box-sizing: border-box;
}
body {
bac
3668.
script.js |
Owner: cody | Views: 51 | Comments: 0 |
Open/
Source 313 B
const panels = document.querySelectorAll('.panel')
panels.forEach(panel => {
panel.addEventListener('click', () => {
3669.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 1.5 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3670.
style.css |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 946 B
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
font-family
3671.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 731 B
const jokeEl = document.getElementById('joke')
const jokeBtn = document.getElementById('jokeBtn')
jokeBtn.addEventListener('cli
3672.
index.html |
Owner: cody | Views: 103 | Comments: 0 |
Open/
Source 498 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3673.
style.css |
Owner: cody | Views: 28 | Comments: 0 |
Open/
Source 1.03 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3674.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.11 KB
const sliderContainer = document.querySelector('.slider-container')
const slideRight = document.querySelector('.right-slide')
co
3675.
index.html |
Owner: cody | Views: 98 | Comments: 0 |
Open/
Source 2.15 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3676.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 1.52 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
b
3677.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 393 B
const codes = document.querySelectorAll('.code')
codes[0].focus()
codes.forEach((code, idx) => {
code.addEventListener('ke
3678.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 1.17 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3679.
style.css |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 1.28 KB
@import url('https://fonts.googleapis.com/css?family=Muli:300,700&display=swap');
* {
box-sizing: border-box;
}
body {
bac
3680.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 1.67 KB
const API_URL = 'https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=3fd2be6f0c70a2a598f084ddfb75487c&pa
3681.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 469 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3682.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.75 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
:root {
--primary-color: #22254b;
3683.
script.js |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 627 B
const buttons = document.querySelectorAll('.ripple')
buttons.forEach(button => {
button.addEventListener('click', function
3684.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 355 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3685.
style.css |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 908 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3686.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 236 B
const search = document.querySelector('.search')
const btn = document.querySelector('.btn')
const input = document.querySelector
3687.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 728 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3688.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 900 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3689.
script.js |
Owner: cody | Views: 91 | Comments: 0 |
Open/
Source 425 B
const textEl = document.getElementById('text')
const speedEl = document.getElementById('speed')
const text = 'We Love Programmin
3690.
auto text effect |
Owner: cody | Views: 149 | Comments: 0 |
Open/
Source 511 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
3691.
style.css |
Owner: cody | Views: 86 | Comments: 0 |
Open/
Source 632 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3692.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 2.36 KB
const quizData = [
{
question: "Which language runs in a web browser?",
a: "Java",
b: "C",
c
3693.
index.html |
Owner: cody | Views: 110 | Comments: 0 |
Open/
Source 1.11 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3694.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.05 KB
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
}
bod
3695.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 1.06 KB
const result = document.getElementById('result')
const filter = document.getElementById('filter')
const listItems = []
getData(
3696.
index.html |
Owner: cody | Views: 98 | Comments: 0 |
Open/
Source 682 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3697.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.33 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3698.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 1.43 KB
const smallCups = document.querySelectorAll('.cup-small')
const liters = document.getElementById('liters')
const percentage = do
3699.
index.html |
Owner: cody | Views: 98 | Comments: 0 |
Open/
Source 1.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3700.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.65 KB
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
:root {
--border-color: #144fc6;
--
3701.
script.js |
Owner: cody | Views: 45 | Comments: 0 |
Open/
Source 773 B
const imgs = document.getElementById('imgs')
const leftBtn = document.getElementById('left')
const rightBtn = document.getElemen
3702.
Image Carousel |
Owner: cody | Views: 118 | Comments: 0 |
Open/
Source 1.33 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
3703.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 823 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3704.
script.js |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 985 B
const loveMe = document.querySelector('.loveMe')
const times = document.querySelector('#times')
let clickTime = 0
let timesClic
3705.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 723 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3706.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 980 B
@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
box-sizing: border-box;
}
body {
font-family: 'Oswald',
3707.
script.js |
Owner: cody | Views: 42 | Comments: 0 |
Open/
Source 546 B
const sounds = ['applause', 'boo', 'gasp', 'tada', 'victory', 'wrong']
sounds.forEach(sound => {
const btn = document.creat
3708.
index.html |
Owner: cody | Views: 117 | Comments: 0 |
Open/
Source 658 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3709.
style.css |
Owner: cody | Views: 49 | Comments: 0 |
Open/
Source 637 B
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
* {
box-sizing: border-box;
}
bod
3710.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 522 B
const contents = document.querySelectorAll('.content')
const listItems = document.querySelectorAll('nav ul li')
listItems.forEa
3711.
index.html |
Owner: cody | Views: 144 | Comments: 0 |
Open/
Source 1.73 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3712.
style.css |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 1.05 KB
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
box-sizing: border-box;
}
body {
backgr
3713.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 782 B
const body = document.body
const slides = document.querySelectorAll('.slide')
const leftBtn = document.getElementById('left')
co
3714.
index.html |
Owner: cody | Views: 111 | Comments: 0 |
Open/
Source 2.02 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3715.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.27 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3716.
script.js |
Owner: cody | Views: 41 | Comments: 0 |
Open/
Source 373 B
const insert = document.getElementById('insert')
window.addEventListener('keydown', (event) => {
insert.innerHTML = `
<div
3717.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 415 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3718.
dark-style.css |
Owner: cody | Views: 17 | Comments: 0 |
Open/
Source 777 B
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
backgroun
3719.
script.js |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 164 B
const toggle = document.getElementById('toggle')
const nav = document.getElementById('nav')
toggle.addEventListener('click', ()
3720.
index.html |
Owner: cody | Views: 97 | Comments: 0 |
Open/
Source 766 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3721.
style.css |
Owner: cody | Views: 25 | Comments: 0 |
Open/
Source 1.61 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
background-
3722.
script.js |
Owner: cody | Views: 37 | Comments: 0 |
Open/
Source 1.07 KB
const progress = document.getElementById('progress')
const prev = document.getElementById('prev')
const next = document.getEleme
3723.
index.html |
Owner: cody | Views: 114 | Comments: 0 |
Open/
Source 707 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3724.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 1.62 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
:root {
--line-border-fill: #3498db;
--line-borde
3725.
script.js |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 1.65 KB
const canvas = document.getElementById('canvas');
const increaseBtn = document.getElementById('increase');
const decreaseBtn = d
3726.
index.html |
Owner: cody | Views: 94 | Comments: 0 |
Open/
Source 582 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3727.
style.css |
Owner: cody | Views: 27 | Comments: 0 |
Open/
Source 783 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3728.
script.js |
Owner: cody | Views: 39 | Comments: 0 |
Open/
Source 840 B
const fill = document.querySelector('.fill')
const empties = document.querySelectorAll('.empty')
fill.addEventListener('dragsta
3729.
index.html |
Owner: cody | Views: 132 | Comments: 0 |
Open/
Source 505 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3730.
style.css |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 629 B
* {
box-sizing: border-box;
}
body {
background-color: steelblue;
display: flex;
align-items: center;
justify-content
3731.
script.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.41 KB
const tagsEl = document.getElementById('tags')
const textarea = document.getElementById('textarea')
textarea.focus()
textarea.
3732.
index.html |
Owner: cody | Views: 95 | Comments: 0 |
Open/
Source 557 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3733.
style.css |
Owner: cody | Views: 29 | Comments: 0 |
Open/
Source 837 B
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
background-
3734.
script.js |
Owner: cody | Views: 40 | Comments: 0 |
Open/
Source 510 B
const counters = document.querySelectorAll('.counter')
counters.forEach(counter => {
counter.innerText = '0'
const upd
3735.
index.html |
Owner: cody | Views: 130 | Comments: 0 |
Open/
Source 1.07 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3736.
style.css |
Owner: cody | Views: 38 | Comments: 0 |
Open/
Source 589 B
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
* {
box-sizing: border-box;
}
body {
back
3737.
script.js |
Owner: cody | Views: 43 | Comments: 0 |
Open/
Source 1.1 KB
const header = document.getElementById('header')
const title = document.getElementById('title')
const excerpt = document.getElem
3738.
index.html |
Owner: cody | Views: 136 | Comments: 0 |
Open/
Source 1.18 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3739.
style.css |
Owner: cody | Views: 44 | Comments: 0 |
Open/
Source 1.45 KB
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3740.
script.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1 B
3741.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 329 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3742.
style.css |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 313 B
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body
3743.
script.js |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 1.22 KB
const ratings = document.querySelectorAll('.rating')
const ratingsContainer = document.querySelector('.ratings-container')
const
3744.
index.html |
Owner: cody | Views: 103 | Comments: 0 |
Open/
Source 1.46 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3745.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 1.3 KB
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
* {
box-sizing: border-box;
}
body {
backg
3746.
script.js |
Owner: cody | Views: 34 | Comments: 0 |
Open/
Source 1.92 KB
const hourEl = document.querySelector('.hour')
const minuteEl = document.querySelector('.minute')
const secondEl = document.quer
3747.
index.html |
Owner: cody | Views: 100 | Comments: 0 |
Open/
Source 753 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3748.
style.css |
Owner: cody | Views: 32 | Comments: 0 |
Open/
Source 2.18 KB
@import url('https://fonts.googleapis.com/css?family=Heebo:300&display=swap');
* {
box-sizing: border-box;
}
:root {
--pri
3749.
script.js |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 2.11 KB
const resultEl = document.getElementById('result')
const lengthEl = document.getElementById('length')
const uppercaseEl = docume
3750.
index.html |
Owner: cody | Views: 119 | Comments: 0 |
Open/
Source 1.66 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3751.
style.css |
Owner: cody | Views: 36 | Comments: 0 |
Open/
Source 1.36 KB
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
* {
box-sizing: border-box;
}
body {
background-
3752.
script.js |
Owner: cody | Views: 35 | Comments: 0 |
Open/
Source 961 B
const range = document.getElementById('range')
range.addEventListener('input', (e) => {
const value = +e.target.value
c
3753.
index.html |
Owner: cody | Views: 121 | Comments: 0 |
Open/
Source 480 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3754.
style.css |
Owner: cody | Views: 33 | Comments: 0 |
Open/
Source 1.86 KB
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
box-sizing: border-box;
}
body {
background-
3755.
script.js |
Owner: cody | Views: 30 | Comments: 0 |
Open/
Source 2.17 KB
const screens = document.querySelectorAll('.screen');
const choose_insect_btns = document.querySelectorAll('.choose-insect-btn')
3756.
index.html |
Owner: cody | Views: 99 | Comments: 0 |
Open/
Source 1.78 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
3757.
style.css |
Owner: cody | Views: 31 | Comments: 0 |
Open/
Source 2.12 KB
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');
* {
box-sizing: border-box;
}
body {
b
3758.
LICENSE |
Owner: cody | Views: 50 | Comments: 0 |
Open/
Source 1.04 KB
3759.
README.md |
Owner: cody | Views: 2 | Comments: 0 |
Open/
Source 12.79 KB
# 50 Projects in 50 Days - HTML/CSS and JavaScript
This is the main repository for all of the projects in the course.
-
3760.
fs7FrhHe.html |
Owner: cody | Views: 170 | Comments: 0 |
Open/
Source 25.85 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chat P2P avec WebRTC</title>
</head>
<
3761.
tx7w2Ayr.html |
Owner: cody | Views: 190 | Comments: 0 |
Open/
Source 3.14 KB
<!DOCTYPE html>
<html>
<head>
<title>My Second Webpage</title>
<!-- Internal CSS -->
<style>
/* Her
3762.
pastebin-3RMm1aSK.html |
Owner: cody | Views: 235 | Comments: 0 |
Open/
Source 3.19 KB
<script>
var originalbal = parseFloat(document.getElementById('pct_balance').value);
var divide = 80000;
var changer = (origi