cody - HTMLify profile

cody's Profile Picture

cody

3762 Files

179544 Views

Latest files of cody

1. Sum of prime numbers in given range | Owner: cody | Views: 57 | 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: 56 | 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: 41 | 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: 24 | 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: 62 | 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: 24 | 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: 28 | 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: 42 | 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: 31 | 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: 34 | 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: 33 | Comments: 0 | Open/ Source 21 B

13. index.html | Owner: cody | Views: 69 | 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: 37 | 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: 48 | 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: 26 | 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: 50 | 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: 26 | 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: 46 | 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: 23 | 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: 64 | 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: 33 | 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: 54 | 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: 26 | 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: 49 | 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: 24 | 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: 32 | 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: 19 | 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: 68 | 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: 37 | 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: 42 | 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: 23 | 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: 44 | 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: 26 | 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: 61 | 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: 35 | 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: 53 | 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: 34 | 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: 58 | 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: 31 | 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: 41 | 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: 24 | 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: 59 | 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: 31 | 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: 55 | 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: 29 | 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: 56 | 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: 27 | 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: 48 | 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: 30 | 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: 31 | Comments: 0 | Open/ Source 551 B

52. index.html | Owner: cody | Views: 58 | 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: 27 | Comments: 0 | Open/ Source 2.21 KB

54. style.css | Owner: cody | Views: 32 | 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: 50 | 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: 25 | 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: 45 | 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: 83 | 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: 40 | 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: 62 | 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: 34 | 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: 50 | 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: 30 | 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: 52 | 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: 32 | 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: 55 | 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: 27 | 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: 46 | 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: 30 | 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: 36 | 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: 23 | Comments: 0 | Open/ Source 67 B

body { background-color: #000; margin: 0; overflow: hidden; }

72. index.html | Owner: cody | Views: 55 | 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: 27 | 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: 58 | 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: 31 | 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: 32 | Comments: 0 | Open/ Source 1.54 KB

77. wheels.svg | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 204 B

78. tree.svg | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 353 B

79. index.html | Owner: cody | Views: 52 | 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: 26 | 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: 105 | 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: 40 | Comments: 0 | Open/ Source 76 B

body { overflow: hidden; margin: 0; background-color: #151515; }

83. index.html | Owner: cody | Views: 53 | 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: 27 | 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: 27 | Comments: 0 | Open/ Source 787 B

86. index.html | Owner: cody | Views: 61 | 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: 32 | Comments: 0 | Open/ Source 1.47 KB

88. style.css | Owner: cody | Views: 30 | 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: 54 | 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: 32 | 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: 48 | 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: 23 | 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: 44 | 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: 22 | 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: 50 | 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: 30 | 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: 47 | 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: 26 | 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: 43 | 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: 28 | 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: 44 | 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: 27 | Comments: 0 | Open/ Source 2.25 KB

103. style.css | Owner: cody | Views: 23 | 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: 64 | 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: 34 | 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: 60 | 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: 30 | 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: 53 | 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: 29 | 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: 41 | 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: 31 | Comments: 0 | Open/ Source 4.86 KB

112. style.css | Owner: cody | Views: 26 | 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: 47 | 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: 22 | 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: 75 | 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: 40 | 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: 32 | 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: 47 | 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: 23 | Comments: 0 | Open/ Source 67 B

html, body { padding: 0; margin: 0; overflow: hidden; }

120. script.js | Owner: cody | Views: 39 | 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: 65 | 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: 31 | Comments: 0 | Open/ Source 50 B

body { overflow: hidden; margin: 0; }

123. index.html | Owner: cody | Views: 47 | 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: 23 | 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: 55 | 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: 27 | 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: 57 | 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: 29 | 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: 57 | 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: 37 | 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: 63 | 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: 31 | 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: 52 | 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: 29 | 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: 70 | 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: 31 | 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: 28 | Comments: 0 | Open/ Source 241 B

138. index.html | Owner: cody | Views: 52 | 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: 31 | Comments: 0 | Open/ Source 736 B

140. style.css | Owner: cody | Views: 33 | 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: 45 | 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: 26 | 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: 44 | 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: 25 | 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: 52 | 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: 34 | 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: 24 | Comments: 0 | Open/ Source 382 B

148. index.html | Owner: cody | Views: 52 | 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: 26 | Comments: 0 | Open/ Source 1.35 KB

150. style.css | Owner: cody | Views: 33 | 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: 66 | 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: 34 | 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: 53 | 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: 33 | 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: 52 | 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: 31 | 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: 31 | Comments: 0 | Open/ Source 774 B

158. index.html | Owner: cody | Views: 41 | 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: 28 | Comments: 0 | Open/ Source 4.58 KB

160. style.css | Owner: cody | Views: 22 | 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: 103 | 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: 78 | 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: 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" /> <ti

164. style.css | Owner: cody | Views: 24 | 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: 61 | 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: 36 | 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: 61 | 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: 30 | 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: 57 | 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: 27 | 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: 31 | 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: 58 | 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: 26 | 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: 29 | 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: 35 | 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: 18 | 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: 28 | Comments: 0 | Open/ Source 247 B

178. index.html | Owner: cody | Views: 49 | 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: 26 | Comments: 0 | Open/ Source 711 B

180. style.css | Owner: cody | Views: 28 | 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: 27 | Comments: 0 | Open/ Source 301 B

182. index.html | Owner: cody | Views: 77 | 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: 30 | Comments: 0 | Open/ Source 1013 B

184. style.css | Owner: cody | Views: 35 | 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: 25 | Comments: 0 | Open/ Source 442 B

186. index.html | Owner: cody | Views: 40 | 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: 30 | Comments: 0 | Open/ Source 1.56 KB

188. style.css | Owner: cody | Views: 25 | 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: 61 | 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: 31 | Comments: 0 | Open/ Source 4.3 KB

191. style.css | Owner: cody | Views: 26 | 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: 48 | 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: 27 | 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: 68 | 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: 31 | Comments: 0 | Open/ Source 1.93 KB

196. style.css | Owner: cody | Views: 37 | 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: 58 | 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: 25 | Comments: 0 | Open/ Source 83 B

body { margin: 0; overflow: hidden; } canvas { width: 100%; height: 100% }

199. index.html | Owner: cody | Views: 60 | 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: 29 | 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: 33 | 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: 60 | 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: 25 | 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: 38 | 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: 21 | 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: 47 | 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: 28 | 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: 41 | 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: 22 | 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: 53 | 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: 28 | 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: 42 | 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: 18 | Comments: 0 | Open/ Source 61 B

body { margin: 0; background: #000; overflow: hidden; }

214. index.html | Owner: cody | Views: 42 | 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: 25 | 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: 39 | 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: 25 | 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: 53 | 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: 30 | 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: 35 | 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: 20 | 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: 48 | 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: 25 | 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: 43 | 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: 25 | 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: 46 | 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: 27 | 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: 50 | 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: 30 | 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: 62 | 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: 33 | 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: 54 | 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: 25 | 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: 40 | 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: 26 | Comments: 0 | Open/ Source 2.44 KB

236. style.css | Owner: cody | Views: 22 | 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: 50 | 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: 26 | Comments: 0 | Open/ Source 1.29 KB

239. style.css | Owner: cody | Views: 28 | 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: 67 | 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: 33 | 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: 47 | 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: 30 | 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: 61 | 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: 28 | 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: 53 | 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: 28 | Comments: 0 | Open/ Source 1.17 KB

248. style.css | Owner: cody | Views: 26 | 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: 39 | 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: 30 | Comments: 0 | Open/ Source 1.05 KB

251. style.css | Owner: cody | Views: 23 | 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: 44 | 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: 21 | 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: 37 | 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: 22 | 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: 51 | 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: 22 | 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: 44 | 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: 21 | 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: 47 | 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: 27 | 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: 60 | 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: 31 | 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: 45 | 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: 24 | 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: 42 | 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: 22 | 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: 46 | 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: 21 | 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: 69 | 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: 36 | 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: 46 | 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: 25 | 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: 42 | 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: 25 | 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: 24 | Comments: 0 | Open/ Source 715 B

277. 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

278. style.scss | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 4.0 KB

279. style.css | Owner: cody | Views: 26 | 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: 50 | 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: 26 | 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: 54 | 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: 32 | Comments: 0 | Open/ Source 1.61 KB

284. style.css | Owner: cody | Views: 31 | 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: 62 | 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: 31 | 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: 52 | 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: 27 | 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: 56 | 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: 29 | 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: 68 | 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: 31 | 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: 35 | 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: 21 | 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: 47 | 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: 25 | 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: 43 | 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: 26 | 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: 43 | 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: 27 | 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: 66 | 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: 28 | 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: 53 | 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: 29 | 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: 57 | 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: 26 | 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: 46 | 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: 25 | 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: 52 | 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: 28 | 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: 54 | 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: 33 | 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: 51 | 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: 28 | 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: 52 | 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: 29 | 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: 28 | Comments: 0 | Open/ Source 832 B

318. index.html | Owner: cody | Views: 161 | 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: 31 | Comments: 0 | Open/ Source 6.16 KB

320. style.css | Owner: cody | Views: 135 | 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: 45 | 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: 24 | 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: 59 | 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: 23 | 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: 25 | Comments: 0 | Open/ Source 313 B

326. index.html | Owner: cody | Views: 57 | 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: 26 | Comments: 0 | Open/ Source 1.01 KB

328. style.css | Owner: cody | Views: 33 | 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: 50 | 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: 30 | 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: 46 | 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: 24 | 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: 56 | 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: 28 | 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: 39 | 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: 24 | 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: 56 | 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: 29 | 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: 56 | 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: 29 | 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: 60 | 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: 30 | Comments: 0 | Open/ Source 2.71 KB

343. style.css | Owner: cody | Views: 33 | 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: 47 | 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: 26 | 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: 48 | 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: 31 | 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: 57 | 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: 33 | 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: 48 | 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: 24 | 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: 56 | 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: 32 | 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: 56 | 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: 29 | 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: 62 | 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: 33 | 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: 61 | 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: 40 | 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: 44 | 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: 26 | 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: 52 | 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: 30 | 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: 48 | 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: 27 | 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: 47 | 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: 28 | 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: 70 | 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: 39 | 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: 61 | 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: 30 | 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: 65 | 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: 37 | 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: 50 | 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: 23 | 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: 56 | 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: 34 | 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: 43 | 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: 22 | 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: 25 | Comments: 0 | Open/ Source 149 B

381. index.html | Owner: cody | Views: 53 | 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: 29 | Comments: 0 | Open/ Source 324 B

383. style.css | Owner: cody | Views: 26 | 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: 45 | 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: 23 | 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: 40 | 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: 21 | 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: 33 | 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: 19 | 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: 48 | 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: 27 | Comments: 0 | Open/ Source 3.16 KB

392. style.css | Owner: cody | Views: 27 | 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: 55 | 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: 25 | 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: 65 | 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: 35 | 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: 58 | 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: 32 | 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: 52 | 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: 32 | 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: 54 | 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: 30 | 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: 58 | 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: 28 | 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: 60 | 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: 29 | 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: 48 | 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: 22 | 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: 62 | 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: 32 | 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: 45 | 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: 27 | 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: 46 | 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: 23 | 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: 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

416. style.css | Owner: cody | Views: 25 | 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: 53 | 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: 23 | 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: 59 | 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: 31 | 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: 51 | 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: 20 | 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: 58 | 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: 31 | 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: 59 | 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: 28 | 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: 41 | 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: 24 | 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: 62 | 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: 32 | 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: 43 | 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: 25 | 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: 39 | 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: 26 | 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: 56 | 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: 31 | 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: 44 | 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: 22 | 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: 48 | 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: 22 | 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: 44 | 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: 22 | 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: 45 | 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: 26 | Comments: 0 | Open/ Source 1.23 KB

445. style.css | Owner: cody | Views: 24 | 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: 50 | 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: 25 | 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: 53 | 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: 28 | Comments: 0 | Open/ Source 1.4 KB

450. style.css | Owner: cody | Views: 26 | 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: 59 | 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: 35 | 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: 54 | 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: 26 | 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: 60 | 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: 27 | 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: 44 | Comments: 0 | Open/ Source 81 B

# Mini-Projects Mini projects for beginners made using HTML, CSS and JavaScript.

458. index.html | Owner: cody | Views: 92 | 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: 49 | 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: 49 | 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: 24 | 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: 24 | 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: 24 | 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: 24 | 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: 23 | 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: 25 | 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: 31 | Comments: 0 | Open/ Source 15.32 KB

[ ["0","\u0000",127], ["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"], ["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△

468. cp936.json | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 20.31 KB

[ ["0","\u0000",127,"€"], ["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"], ["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌

469. eucjp.json | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 15.25 KB

[ ["0","\u0000",127], ["8ea1","。",62], ["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#

470. big5-added.json | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 6.29 KB

[ ["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"], ["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"], ["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆

471. gb18030-ranges.json | Owner: cody | Views: 29 | 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: 27 | Comments: 0 | Open/ Source 8.89 KB

[ ["0","\u0000",128], ["a1","。",62], ["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"], ["8180","÷=≠<>≦≧∞∴♂

473. cp949.json | Owner: cody | Views: 28 | 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: 29 | 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: 24 | 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: 23 | 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: 25 | 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: 24 | 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: 24 | 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: 25 | 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: 36 | 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: 29 | 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: 35 | 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: 22 | 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: 22 | 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: 35 | 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: 39 | 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: 23 | 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: 25 | 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: 25 | 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: 25 | 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: 24 | 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: 23 | 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: 24 | 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: 23 | 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: 23 | 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: 24 | 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: 23 | 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: 24 | 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: 24 | 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: 25 | 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: 24 | 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: 24 | 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: 25 | 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: 24 | 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: 25 | 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: 24 | 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: 24 | 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: 24 | 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: 36 | 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: 24 | 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: 24 | 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: 23 | 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: 27 | 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: 25 | 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: 22 | 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: 25 | 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: 23 | 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: 25 | 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: 24 | 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: 25 | 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: 28 | Comments: 0 | Open/ Source 982 B

/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corp

523. index.js | Owner: cody | Views: 25 | 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: 22 | 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: 24 | 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: 24 | 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: 25 | 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: 24 | 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: 21 | 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: 24 | 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: 25 | 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: 24 | 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: 25 | 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: 25 | 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: 23 | 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: 35 | 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: 24 | 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: 24 | 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: 36 | 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: 23 | 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: 23 | 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: 38 | 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: 24 | 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: 29 | 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: 22 | 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: 35 | 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: 25 | 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: 34 | 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: 24 | 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: 25 | 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: 23 | 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: 23 | 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: 24 | 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: 23 | 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: 22 | 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: 23 | 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: 22 | 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: 34 | 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: 24 | 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: 32 | 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: 34 | 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: 24 | 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: 34 | 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: 22 | 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: 34 | 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: 24 | 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: 24 | 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: 23 | 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: 23 | 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: 23 | 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: 23 | 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: 24 | 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: 24 | 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: 24 | 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: 37 | 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: 24 | 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: 24 | 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: 30 | 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: 42 | 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: 35 | Comments: 0 | Open/ Source 1.07 KB

581. tests.js | Owner: cody | Views: 25 | 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: 36 | 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: 24 | 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: 37 | 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: 29 | 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: 37 | 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: 22 | 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: 39 | 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: 30 | 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: 34 | Comments: 0 | Open/ Source 1.06 KB

591. index.js | Owner: cody | Views: 25 | 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: 36 | 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: 25 | 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: 34 | Comments: 0 | Open/ Source 1.06 KB

595. index.js | Owner: cody | Views: 23 | 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: 36 | 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: 23 | 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: 35 | 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: 36 | 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: 30 | 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: 34 | Comments: 0 | Open/ Source 1.07 KB

602. index.js | Owner: cody | Views: 25 | 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: 38 | 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: 35 | 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: 31 | 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: 32 | Comments: 0 | Open/ Source 1.14 KB

607. index.js | Owner: cody | Views: 25 | 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: 35 | 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: 24 | Comments: 0 | Open/ Source 42 B

module.exports = require('util').inspect;

610. package.json | Owner: cody | Views: 29 | 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: 34 | Comments: 0 | Open/ Source 1.05 KB

612. index.js | Owner: cody | Views: 24 | 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: 24 | 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: 26 | Comments: 0 | Open/ Source 365 B

{ "versions": [ { "version": "*", "target": { "node": "all" }, "response": { "type

615. CHANGELOG.md | Owner: cody | Views: 37 | 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: 36 | Comments: 0 | Open/ Source 2.87 KB

617. index.d.ts.map | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 117 B

618. package.json | Owner: cody | Views: 27 | 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: 32 | 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: 33 | Comments: 0 | Open/ Source 1.06 KB

621. index.js | Owner: cody | Views: 25 | 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: 27 | 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: 31 | 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: 34 | 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: 41 | 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: 29 | Comments: 0 | Open/ Source 993 B

{ "name": "negotiator", "description": "HTTP content negotiation", "version": "0.6.3", "contributors": [ "Douglas Ch

627. LICENSE | Owner: cody | Views: 35 | Comments: 0 | Open/ Source 1.15 KB

628. index.js | Owner: cody | Views: 22 | 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: 36 | 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: 27 | 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: 36 | 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: 38 | Comments: 0 | Open/ Source 1.13 KB

633. index.js | Owner: cody | Views: 22 | 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: 38 | 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: 29 | 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: 32 | Comments: 0 | Open/ Source 749 B

637. inherits.js | Owner: cody | Views: 26 | 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: 41 | 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: 24 | 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: 27 | 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: 37 | 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: 38 | Comments: 0 | Open/ Source 1.22 KB

643. index.js | Owner: cody | Views: 24 | 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: 38 | 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: 36 | 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: 27 | 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: 36 | Comments: 0 | Open/ Source 1.08 KB

648. index.js | Owner: cody | Views: 22 | 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: 36 | 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: 44 | 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: 28 | 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: 27 | 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: 37 | Comments: 0 | Open/ Source 1.14 KB

654. index.js | Owner: cody | Views: 24 | 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: 37 | 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: 36 | 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: 32 | 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: 27 | 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: 38 | Comments: 0 | Open/ Source 1.15 KB

660. index.js | Owner: cody | Views: 25 | 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: 38 | 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: 36 | 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: 27 | 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: 37 | Comments: 0 | Open/ Source 1.07 KB

665. index.js | Owner: cody | Views: 25 | 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: 34 | 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: 26 | 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: 40 | Comments: 0 | Open/ Source 1.04 KB

669. Changelog.md | Owner: cody | Views: 38 | 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: 37 | 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: 37 | 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: 28 | 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: 35 | Comments: 0 | Open/ Source 1.07 KB

674. index.js | Owner: cody | Views: 24 | 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: 42 | 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: 33 | 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: 33 | Comments: 0 | Open/ Source 93 B

declare function setPrototypeOf(o: any, proto: object | null): any; export = setPrototypeOf;

678. LICENSE | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 727 B

679. index.js | Owner: cody | Views: 23 | 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: 38 | 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: 34 | 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: 28 | 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: 34 | Comments: 0 | Open/ Source 1.15 KB

684. index.js | Owner: cody | Views: 22 | 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: 30 | 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: 24 | 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: 31 | 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: 33 | Comments: 0 | Open/ Source 1.05 KB

689. index.js | Owner: cody | Views: 24 | 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: 34 | 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: 38 | 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: 32 | 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: 24 | 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: 33 | Comments: 0 | Open/ Source 1.05 KB

695. index.js | Owner: cody | Views: 24 | 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: 36 | 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: 40 | 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: 34 | 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: 30 | 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: 34 | Comments: 0 | Open/ Source 1.14 KB

701. index.js | Owner: cody | Views: 22 | 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: 35 | 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: 37 | 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: 29 | 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: 37 | Comments: 0 | Open/ Source 1.06 KB

706. index.js | Owner: cody | Views: 24 | 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: 40 | 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: 39 | 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: 29 | 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: 33 | Comments: 0 | Open/ Source 1.14 KB

711. index.js | Owner: cody | Views: 25 | 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: 39 | 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: 31 | 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: 30 | Comments: 0 | Open/ Source 1.15 KB

715. index.js | Owner: cody | Views: 21 | 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: 34 | 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: 29 | 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: 34 | Comments: 0 | Open/ Source 1.04 KB

719. index.js | Owner: cody | Views: 24 | 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: 37 | 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: 34 | 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: 42 | 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: 32 | 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: 32 | Comments: 0 | Open/ Source 1.15 KB

725. index.js | Owner: cody | Views: 25 | 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: 39 | 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: 41 | 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: 32 | 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: 37 | Comments: 0 | Open/ Source 1.14 KB

730. index.js | Owner: cody | Views: 24 | 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: 42 | 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: 26 | 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: 34 | 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: 22 | 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: 36 | 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: 26 | 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: 32 | Comments: 0 | Open/ Source 1.07 KB

738. index.js | Owner: cody | Views: 23 | 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: 34 | 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: 36 | 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: 36 | 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: 28 | 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: 36 | Comments: 0 | Open/ Source 1.14 KB

744. index.js | Owner: cody | Views: 24 | 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: 38 | 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: 30 | 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: 32 | Comments: 0 | Open/ Source 1.06 KB

748. ipaddr.min.js | Owner: cody | Views: 24 | 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: 38 | 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: 29 | 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: 37 | Comments: 0 | Open/ Source 1.05 KB

752. index.js | Owner: cody | Views: 23 | 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: 37 | 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: 33 | 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: 38 | 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: 37 | 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: 27 | 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: 38 | 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: 36 | Comments: 0 | Open/ Source 1.15 KB

760. index.js | Owner: cody | Views: 23 | 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: 37 | 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: 36 | 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: 28 | 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: 33 | Comments: 0 | Open/ Source 1.16 KB

765. index.js | Owner: cody | Views: 21 | 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: 34 | 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: 40 | 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: 31 | 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: 39 | 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: 45 | 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: 44 | Comments: 0 | Open/ Source 59 B

1.0.0 / 2015-06-14 ================== * Initial release

772. package.json | Owner: cody | Views: 30 | 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: 37 | Comments: 0 | Open/ Source 1.09 KB

774. index.js | Owner: cody | Views: 26 | 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: 35 | 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: 39 | 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: 42 | 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: 40 | Comments: 0 | Open/ Source 371 B

779. package.json | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 857 B

{ "name": "utils-merge", "version": "1.0.1", "description": "merge() utility function", "keywords": [ "util" ],

780. LICENSE | Owner: cody | Views: 35 | Comments: 0 | Open/ Source 1.06 KB

781. index.js | Owner: cody | Views: 24 | 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: 36 | 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: 24 | 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: 30 | 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: 35 | Comments: 0 | Open/ Source 1.08 KB

786. README.md | Owner: cody | Views: 38 | 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: 31 | 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: 34 | Comments: 0 | Open/ Source 1.05 KB

789. index.js | Owner: cody | Views: 23 | 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: 37 | 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: 34 | 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: 23 | 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: 26 | 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: 35 | Comments: 0 | Open/ Source 1.03 KB

795. index.js | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 126 B

'use strict'; var implementation = require('./implementation'); module.exports = Function.prototype.bind || implementation;

796. README.md | Owner: cody | Views: 35 | 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: 34 | 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: 33 | 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: 37 | 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: 34 | Comments: 0 | Open/ Source 1.13 KB

801. index.js | Owner: cody | Views: 23 | 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: 31 | 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: 34 | Comments: 0 | Open/ Source 1.05 KB

804. index.js | Owner: cody | Views: 24 | 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: 34 | 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: 40 | 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: 36 | 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: 27 | 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: 39 | Comments: 0 | Open/ Source 1.15 KB

810. index.js | Owner: cody | Views: 23 | 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: 36 | 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: 29 | 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: 37 | 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: 40 | Comments: 0 | Open/ Source 1.08 KB

815. index.js | Owner: cody | Views: 23 | 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: 40 | 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: 30 | 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: 33 | Comments: 0 | Open/ Source 1.04 KB

819. index.js | Owner: cody | Views: 24 | 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: 39 | 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: 36 | 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: 25 | 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: 33 | Comments: 0 | Open/ Source 1.03 KB

824. node.js | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 40 B

module.exports = require('./src/node');

825. package.json | Owner: cody | Views: 27 | 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: 29 | Comments: 0 | Open/ Source 1.08 KB

827. README.md | Owner: cody | Views: 35 | 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: 29 | 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: 36 | 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: 35 | 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: 29 | 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: 45 | Comments: 0 | Open/ Source 1.15 KB

833. index.js | Owner: cody | Views: 23 | 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: 35 | 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: 33 | 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: 35 | 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: 35 | Comments: 0 | Open/ Source 1.06 KB

838. index.js | Owner: cody | Views: 24 | 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: 42 | 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: 35 | 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: 36 | 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: 31 | 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: 37 | Comments: 0 | Open/ Source 1.14 KB

844. index.js | Owner: cody | Views: 24 | 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: 40 | 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: 37 | 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: 40 | 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: 29 | 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: 35 | Comments: 0 | Open/ Source 1.1 KB

850. index.js | Owner: cody | Views: 23 | 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: 40 | 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: 26 | 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: 24 | 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: 33 | Comments: 0 | Open/ Source 1.07 KB

855. cli.js | Owner: cody | Views: 23 | 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: 37 | 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: 28 | 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: 37 | 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: 31 | Comments: 0 | Open/ Source 235 B

860. package.json | Owner: cody | Views: 28 | 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: 33 | 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: 39 | Comments: 0 | Open/ Source 1.05 KB

863. index.js | Owner: cody | Views: 24 | 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: 28 | 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: 40 | 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: 35 | 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: 26 | 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: 37 | 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: 37 | Comments: 0 | Open/ Source 1.07 KB

870. index.js | Owner: cody | Views: 24 | 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: 38 | 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: 41 | 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: 28 | 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: 34 | Comments: 0 | Open/ Source 1.06 KB

875. index.js | Owner: cody | Views: 24 | 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: 34 | 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: 35 | 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: 30 | 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: 35 | Comments: 0 | Open/ Source 1.07 KB

880. index.js | Owner: cody | Views: 24 | 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: 38 | 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: 36 | 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: 34 | 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: 30 | 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: 33 | Comments: 0 | Open/ Source 1.09 KB

886. index.js | Owner: cody | Views: 23 | 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: 37 | 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: 37 | 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: 33 | 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: 32 | Comments: 0 | Open/ Source 1.07 KB

891. index.js | Owner: cody | Views: 21 | 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: 36 | 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: 31 | 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: 30 | 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: 38 | Comments: 0 | Open/ Source 1.14 KB

896. index.js | Owner: cody | Views: 24 | 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: 38 | 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: 42 | 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: 26 | 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: 34 | Comments: 0 | Open/ Source 1.14 KB

901. index.js | Owner: cody | Views: 23 | 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: 40 | 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: 24 | 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: 66 | 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: 34 | 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: 34 | 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: 44 | 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: 60 | 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: 118 | 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: 53 | 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: 59 | 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: 50 | 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: 21 | Comments: 0 | Open/ Source 21 B

914. ic_launcher.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

915. ic_launcher.png | Owner: cody | Views: 22 | Comments: 0 | Open/ Source 21 B

916. styles.xml | Owner: cody | Views: 34 | 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: 20 | Comments: 0 | Open/ Source 21 B

918. styles.xml | Owner: cody | Views: 30 | 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: 39 | 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: 20 | Comments: 0 | Open/ Source 21 B

921. launch_background.xml | Owner: cody | Views: 34 | 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: 39 | Comments: 0 | Open/ Source 226 B

923. IDEWorkspaceChecks.plist | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 238 B

924. Runner.xcscheme | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 3.56 KB

925. LaunchImage.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

926. LaunchImage@2x.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

927. Contents.json | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 391 B

{ "images" : [ { "idiom" : "universal", "filename" : "LaunchImage.png", "scale" : "1x" }, {

928. README.md | Owner: cody | Views: 40 | 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: 17 | Comments: 0 | Open/ Source 21 B

930. Icon-App-40x40@2x.png | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

931. Icon-App-76x76@1x.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

932. Icon-App-1024x1024@1x.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

933. Icon-App-60x60@3x.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

934. Icon-App-20x20@1x.png | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

935. Icon-App-29x29@2x.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

936. Icon-App-29x29@1x.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

937. Icon-App-40x40@3x.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

938. Icon-App-20x20@3x.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

939. Contents.json | Owner: cody | Views: 30 | 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: 19 | Comments: 0 | Open/ Source 21 B

941. Icon-App-76x76@2x.png | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

942. Icon-App-20x20@2x.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

943. Icon-App-60x60@2x.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

944. Icon-App-40x40@1x.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

945. Icon-App-83.5x83.5@2x.png | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

946. AndroidManifest.xml | Owner: cody | Views: 33 | 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: 31 | 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: 34 | 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: 37 | Comments: 0 | Open/ Source 238 B

950. Runner.xcscheme | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 3.56 KB

951. app_icon_256.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

952. Contents.json | Owner: cody | Views: 29 | 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: 18 | Comments: 0 | Open/ Source 21 B

954. app_icon_512.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

955. app_icon_128.png | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

956. app_icon_16.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

957. app_icon_1024.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

958. app_icon_64.png | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

959. contents.xcworkspacedata | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 135 B

960. WorkspaceSettings.xcsettings | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 226 B

961. IDEWorkspaceChecks.plist | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 238 B

962. Main.storyboard | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 1.57 KB

963. LaunchScreen.storyboard | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 2.32 KB

964. gradle-wrapper.properties | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 202 B

965. IDEWorkspaceChecks.plist | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 238 B

966. MainMenu.xib | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 23.17 KB

967. Release.xcconfig | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 79 B

968. AppInfo.xcconfig | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 596 B

969. Debug.xcconfig | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 77 B

970. Warnings.xcconfig | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 580 B

971. app_icon.ico | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 21 B

972. project.pbxproj | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 23.08 KB

973. Release.xcconfig | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 30 B

974. AppFrameworkInfo.plist | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 774 B

975. Debug.xcconfig | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 30 B

976. contents.xcworkspacedata | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 152 B

977. RunnerTests.swift | Owner: cody | Views: 44 | 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: 35 | Comments: 0 | Open/ Source 1.6 KB

979. Runner-Bridging-Header.h | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 38 B

#import "GeneratedPluginRegistrant.h"

980. AppDelegate.swift | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 404 B

import UIKit import Flutter @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _

981. build.gradle | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 1.87 KB

982. project.pbxproj | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 25.7 KB

983. Flutter-Release.xcconfig | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 48 B

984. GeneratedPluginRegistrant.swift | Owner: cody | Views: 40 | 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: 34 | Comments: 0 | Open/ Source 48 B

986. contents.xcworkspacedata | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 152 B

987. RunnerTests.swift | Owner: cody | Views: 39 | 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: 35 | Comments: 0 | Open/ Source 1.04 KB

989. MainFlutterWindow.swift | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 388 B

import Cocoa import FlutterMacOS class MainFlutterWindow: NSWindow { override func awakeFromNib() { let flutterViewContro

990. Release.entitlements | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 240 B

991. AppDelegate.swift | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 214 B

import Cocoa import FlutterMacOS @NSApplicationMain class AppDelegate: FlutterAppDelegate { override func applicationShouldTe

992. DebugProfile.entitlements | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 348 B

993. generated_plugins.cmake | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 739 B

994. CMakeLists.txt | Owner: cody | Views: 27 | 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: 36 | Comments: 0 | Open/ Source 161 B

996. generated_plugin_registrant.h | Owner: cody | Views: 38 | 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: 29 | Comments: 0 | Open/ Source 21 B

998. Icon-512.png | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

999. Icon-192.png | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1000. Icon-maskable-512.png | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1001. flutter_window.h | Owner: cody | Views: 35 | 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: 29 | 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: 44 | 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: 33 | 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: 32 | 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: 34 | Comments: 0 | Open/ Source 2.95 KB

1007. main.cpp | Owner: cody | Views: 41 | 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: 32 | 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: 34 | 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: 34 | 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: 32 | Comments: 0 | Open/ Source 874 B

1012. generated_plugins.cmake | Owner: cody | Views: 32 | Comments: 0 | Open/ Source 743 B

1013. CMakeLists.txt | Owner: cody | Views: 27 | 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: 35 | Comments: 0 | Open/ Source 164 B

1015. generated_plugin_registrant.h | Owner: cody | Views: 26 | 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: 31 | Comments: 0 | Open/ Source 322 B

1017. gradle.properties | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 139 B

1018. settings.gradle | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 791 B

1019. CMakeLists.txt | Owner: cody | Views: 24 | 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: 30 | Comments: 0 | Open/ Source 4.31 KB

1021. my_application.h | Owner: cody | Views: 25 | 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: 30 | Comments: 0 | Open/ Source 180 B

1023. index.html | Owner: cody | Views: 124 | 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: 24 | Comments: 0 | Open/ Source 21 B

1025. manifest.json | Owner: cody | Views: 34 | 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: 36 | 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: 40 | 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: 35 | 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: 32 | Comments: 0 | Open/ Source 0 B

1030. widget_test.dart | Owner: cody | Views: 31 | 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: 27 | 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: 35 | 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: 28 | Comments: 0 | Open/ Source 218 B

{ "version": 2, "builds": [ { "src": "web/", "use": "@vercel/static" } ], "routes": [ { "handle"

1034. analysis_options.yaml | Owner: cody | Views: 41 | 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: 32 | Comments: 0 | Open/ Source 11.48 KB

1036. README.md | Owner: cody | Views: 50 | 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: 34 | 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: 55 | Comments: 0 | Open/ Source 25 B

theme: jekyll-theme-dinky

1039. index.html | Owner: cody | Views: 82 | 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: 53 | 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: 191 | 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: 51 | 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: 82 | Comments: 0 | Open/ Source 12 B

# adda 24.7

1044. Welcome ART | Owner: cody | Views: 130 | 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: 50 | 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: 42 | 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: 105 | 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: 44 | 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: 44 | 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: 144 | 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: 39 | 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: 41 | 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: 43 | 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: 104 | 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: 36 | 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: 41 | Comments: 0 | Open/ Source 21 B

1057. download-email - Copy.png | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 21 B

1058. split.html | Owner: cody | Views: 100 | 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: 100 | 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: 42 | Comments: 0 | Open/ Source 21 B

1061. istockphoto-1389992855-612x612.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1062. 33.jpg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1063. instagram.html | Owner: cody | Views: 128 | 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: 41 | Comments: 0 | Open/ Source 21 B

1065. home.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1066. type2.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1067. 0.png | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1068. images2.png | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1069. homecss.css | Owner: cody | Views: 40 | 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: 36 | 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: 24 | 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: 42 | Comments: 0 | Open/ Source 21 B

1073. home_page.html | Owner: cody | Views: 113 | 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: 38 | Comments: 0 | Open/ Source 21 B

1075. 3.avif | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 22 B

1076. 2.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1077. typing - Copy (2).png | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 21 B

1078. csavatar.png | Owner: cody | Views: 55 | Comments: 0 | Open/ Source 21 B

1079. home_page.css | Owner: cody | Views: 34 | 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: 70 | Comments: 0 | Open/ Source 54 B

# Typing_Prowess check your typing speed and accuracy

1081. images .jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1082. typewriter-message-machine-retro-keyboard-concept.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1083. home.html | Owner: cody | Views: 110 | 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: 85 | Comments: 0 | Open/ Source 21 B

1085. images.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1086. pexels-janez-podnar-1424246.jpg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1087. 3.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1088. chatgpt2.jpg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1089. 1 insta.png | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1090. type.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1091. download (1).jpg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1092. twitch.png | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1093. steam.png | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 21 B

1094. upcoming.png | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 21 B

1095. library.png | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 21 B

1096. controller.png | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1097. style.css.map | Owner: cody | Views: 59 | Comments: 0 | Open/ Source 5.02 KB

1098. style.scss | Owner: cody | Views: 63 | Comments: 0 | Open/ Source 1.57 KB

1099. style.css | Owner: cody | Views: 39 | 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: 62 | Comments: 0 | Open/ Source 1.28 KB

1101. _footer.scss | Owner: cody | Views: 61 | Comments: 0 | Open/ Source 303 B

1102. _soon.scss | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 278 B

1103. _features.scss | Owner: cody | Views: 65 | Comments: 0 | Open/ Source 811 B

1104. adidas.png | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1105. victory.mp3 | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1106. boo.mp3 | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 21 B

1107. wrong.mp3 | Owner: cody | Views: 22 | Comments: 0 | Open/ Source 21 B

1108. gasp.mp3 | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 21 B

1109. applause.mp3 | Owner: cody | Views: 22 | Comments: 0 | Open/ Source 21 B

1110. tada.mp3 | Owner: cody | Views: 26 | Comments: 0 | Open/ Source 21 B

1111. script.js | Owner: cody | Views: 46 | 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: 108 | 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: 41 | 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: 42 | 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: 92 | 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: 35 | 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: 50 | 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: 103 | 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: 40 | 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: 96 | 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: 32 | 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: 43 | 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: 101 | 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: 33 | 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: 34 | 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: 91 | 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: 28 | 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: 54 | 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: 126 | 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: 46 | 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: 70 | 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: 133 | 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: 61 | 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: 40 | 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: 88 | 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: 33 | 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: 48 | 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: 123 | 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: 42 | 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: 58 | 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: 135 | 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: 53 | 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: 51 | 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: 117 | 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: 41 | 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: 95 | 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: 152 | 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: 89 | 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: 45 | 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: 113 | 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: 42 | 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: 108 | 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: 40 | 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: 123 | 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: 45 | 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: 41 | Comments: 0 | Open/ Source 379 B

const boxes = document.querySelectorAll(".box"); const checkBoxes = () => { const triggerBottom = (window.innerHeight / 5) *

1157. index.html | Owner: cody | Views: 102 | 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: 34 | 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: 51 | 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: 103 | 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: 41 | 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: 42 | 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: 99 | 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: 29 | 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: 43 | Comments: 0 | Open/ Source 309 B

const panels = document.querySelectorAll(".panel"); panels.forEach((panel) => { panel.addEventListener("click", () => { r

1166. index.html | Owner: cody | Views: 91 | 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: 36 | 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: 51 | 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: 104 | 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: 45 | 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: 40 | 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: 103 | 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: 32 | 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: 97 | 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: 170 | 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: 95 | 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: 122 | 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: 56 | 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: 99 | 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: 37 | 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: 106 | 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: 36 | 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: 40 | 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: 98 | 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: 33 | 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: 49 | 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: 119 | 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: 44 | 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: 42 | 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: 100 | 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: 38 | 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: 55 | 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: 107 | 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: 50 | 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: 47 | 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: 121 | 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: 40 | 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: 92 | 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: 34 | 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: 37 | 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: 44 | 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: 103 | 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: 36 | 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: 40 | 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: 95 | 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: 34 | 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: 51 | 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: 111 | 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: 41 | 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: 52 | Comments: 0 | Open/ Source 373 B

const signUpButton = document.getElementById("signUp"); const signInButton = document.getElementById("signIn"); const container

1211. index.html | Owner: cody | Views: 102 | 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: 45 | 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: 42 | 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: 84 | 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: 30 | 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: 113 | 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: 41 | 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: 68 | 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: 224 | 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: 60 | 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: 54 | 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: 134 | 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: 48 | 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: 54 | 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: 109 | 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: 47 | 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: 102 | 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: 34 | 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: 48 | 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: 106 | 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: 46 | 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: 47 | 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: 114 | 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: 37 | 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: 42 | Comments: 0 | Open/ Source 384 B

const toggleButton = document.querySelector(".toggle"); const navigation = document.querySelector(".navigation"); toggleButton.

1236. index.html | Owner: cody | Views: 99 | 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: 36 | 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: 43 | 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: 115 | 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: 36 | 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: 41 | Comments: 0 | Open/ Source 461 B

const insert = document.getElementById("insert"); window.addEventListener("keydown", (event) => { insert.innerHTML = ` <d

1242. index.html | Owner: cody | Views: 102 | 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: 33 | 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: 41 | 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: 96 | 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: 37 | 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: 49 | 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: 111 | 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: 41 | 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: 50 | 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: 110 | 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: 47 | 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: 51 | 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: 107 | 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: 42 | 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: 42 | Comments: 0 | Open/ Source 36 B

let rellax = new Rellax(".rellax");

1257. index.html | Owner: cody | Views: 97 | 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: 36 | 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: 37 | 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: 80 | 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: 27 | 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: 124 | 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: 32 | 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: 51 | Comments: 0 | Open/ Source 497 B

const boxesContainer = document.getElementById("boxes"); const button = document.getElementById("btn"); const createBoxes = ()

1265. index.html | Owner: cody | Views: 120 | 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: 50 | 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: 40 | Comments: 0 | Open/ Source 238 B

const menuToggle = document.querySelector(".toggle"); const showcase = document.querySelector(".showcase"); menuToggle.addEvent

1268. index.html | Owner: cody | Views: 86 | 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: 35 | 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: 111 | 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: 33 | 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: 51 | 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: 100 | 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: 40 | 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: 45 | 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: 121 | 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: 41 | 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: 43 | 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: 103 | 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: 34 | 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: 49 | Comments: 0 | Open/ Source 0 B

1282. index.html | Owner: cody | Views: 110 | 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: 43 | 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: 43 | 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: 104 | 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: 35 | 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: 51 | Comments: 0 | Open/ Source 313 B

const password = document.getElementById("password"); const background = document.getElementById("background"); password.addEve

1288. index.html | Owner: cody | Views: 119 | 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: 43 | 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: 106 | 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: 37 | 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: 43 | 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: 110 | 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: 36 | 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: 52 | 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: 136 | 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: 50 | 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: 39 | 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: 100 | 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: 32 | 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: 61 | 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: 121 | 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: 53 | 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: 106 | 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: 106 | 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: 38 | 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: 97 | 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: 36 | 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: 59 | 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: 132 | 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: 52 | 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: 50 | 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: 111 | 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: 43 | 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: 51 | Comments: 0 | Open/ Source 192 B

const toggles = document.querySelectorAll(".faq-toggle"); toggles.forEach((toggle) => { toggle.addEventListener("click", () =

1316. index.html | Owner: cody | Views: 114 | 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: 45 | 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: 44 | 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: 100 | 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: 35 | 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: 42 | Comments: 0 | Open/ Source 1.52 KB

const messageElement = document.getElementById("msg"); const randomNumber = getRandomNumber(); window.SpeechRecognition = wi

1322. index.html | Owner: cody | Views: 101 | 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: 36 | 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: 38 | Comments: 0 | Open/ Source 3.62 KB

const testimonialsContainer = document.querySelector(".testimonials-container"); const testimonial = document.querySelector(".te

1325. index.html | Owner: cody | Views: 96 | 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: 30 | 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: 51 | 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: 125 | 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: 44 | 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: 124 | 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: 49 | 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: 47 | 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: 110 | 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: 39 | 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: 53 | 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: 114 | 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: 47 | 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: 62 | 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: 127 | 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: 56 | 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: 56 | 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: 131 | 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: 50 | 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: 70 | 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: 131 | 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: 64 | 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: 45 | 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: 101 | 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: 38 | 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: 48 | Comments: 0 | Open/ Source 592 B

const buttons = document.querySelectorAll(".ripple"); buttons.forEach((button) => { button.addEventListener("click", function

1351. index.html | Owner: cody | Views: 117 | 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: 42 | 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: 37 | 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: 91 | 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: 30 | 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: 54 | 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: 121 | 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: 51 | 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: 49 | 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: 110 | 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: 43 | 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: 42 | 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: 105 | 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: 35 | 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: 44 | 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: 111 | 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: 43 | 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: 37 | 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: 98 | 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: 31 | 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: 40 | 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: 94 | 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: 38 | 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: 42 | 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: 107 | 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: 34 | 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: 40 | 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: 92 | 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: 33 | 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: 37 | 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: 105 | 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: 31 | 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: 45 | 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: 87 | 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: 40 | 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: 64 | Comments: 0 | Open/ Source 804 B

const container = document.getElementById("container"); const colors = ["#056CF2", "#05AFF2", "#F2E205", "#F28705", "#A62103"];

1387. index.html | Owner: cody | Views: 140 | 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: 56 | 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: 47 | Comments: 0 | Open/ Source 340 B

const present = document.getElementById("present"); const options = { colors: [ "#34D963", "#068C2C", "#FF5757",

1390. index.html | Owner: cody | Views: 102 | 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: 37 | 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: 47 | 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: 104 | 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: 40 | 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: 46 | 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: 110 | 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: 37 | 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: 66 | Comments: 0 | Open/ Source 1.06 KB

1399. README.md | Owner: cody | Views: 92 | 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: 39 | Comments: 0 | Open/ Source 21 B

1401. Lutt Putt Gaya Dunki 128 Kbps.mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1402. Papa Meri Jaan Animal 128 Kbps.mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1403. info.json | Owner: cody | Views: 47 | 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: 24 | Comments: 0 | Open/ Source 21 B

1406. Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1407. spotifydown.com - Cruel Summer.mp3 | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

1408. cover.jpg | Owner: cody | Views: 33 | Comments: 0 | Open/ Source 21 B

1409. info.json | Owner: cody | Views: 38 | 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: 12 | Comments: 0 | Open/ Source 21 B

1411. spotifydown.com - Chaleya (From _Jawan_).mp3 | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

1412. spotifydown.com - Pehle Bhi Main.mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1413. cover.jpg | Owner: cody | Views: 32 | Comments: 0 | Open/ Source 21 B

1414. spotifydown.com - Husn.mp3 | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 21 B

1415. info.json | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 80 B

{ "title": "Sleep songs of 2023", "description": "Sleep songs for you" }

1416. spotifydown.com - Palpita.mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1417. spotifydown.com - Raula.mp3 | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1418. cover.jpg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 21 B

1419. What Other People Say Sam .mp3 | Owner: cody | Views: 33 | Comments: 0 | Open/ Source 21 B

1420. info.json | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 85 B

{ "title": "Diljit Dosanjh New Songs", "description": "Diljit Dosanjh hits" }

1421. spotifydown.com - Jatt Vailly.mp3 | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 21 B

1422. spotifydown.com - Feel My Love.mp3 | Owner: cody | Views: 33 | Comments: 0 | Open/ Source 21 B

1423. cover.jpg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1424. spotifydown.com - What..._.mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1425. info.json | Owner: cody | Views: 45 | 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: 19 | Comments: 0 | Open/ Source 21 B

1427. spotifydown.com - Admirin' You (feat. Preston Pablo).mp3 | Owner: cody | Views: 13 | Comments: 0 | Open/ Source 21 B

1428. spotifydown.com - Girl, I Love You (Euro's Intro).mp3 | Owner: cody | Views: 13 | Comments: 0 | Open/ Source 21 B

1429. spotifydown.com - Exit Song.mp3 | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

1430. spotifydown.com - Starry Night (1).mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1431. spotifydown.com - Fuck My Way Out.mp3 | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

1432. cover.jpg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1433. info.json | Owner: cody | Views: 42 | 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: 26 | Comments: 0 | Open/ Source 21 B

1435. spotifydown.com - Starry Night.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1436. Stronger (feat. Kesha) Sam Feldt.mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1437. cover.jpg | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 21 B

1438. What Other People Say Sam .mp3 | Owner: cody | Views: 10 | Comments: 0 | Open/ Source 21 B

1439. info.json | Owner: cody | Views: 34 | 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: 18 | Comments: 0 | Open/ Source 21 B

1441. spotifydown.com - As It Was.mp3 | Owner: cody | Views: 13 | Comments: 0 | Open/ Source 21 B

1442. cover.jpg | Owner: cody | Views: 32 | Comments: 0 | Open/ Source 21 B

1443. info.json | Owner: cody | Views: 35 | 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: 17 | Comments: 0 | Open/ Source 21 B

1446. spotifydown.com - Tera Ghata.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1447. cover.jpg | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 21 B

1448. spotifydown.com - Mann Mera.mp3 | Owner: cody | Views: 16 | Comments: 0 | Open/ Source 21 B

1449. info.json | Owner: cody | Views: 33 | 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: 12 | Comments: 0 | Open/ Source 21 B

1451. Stronger (feat. Kesha) Sam Feldt.mp3 | Owner: cody | Views: 15 | Comments: 0 | Open/ Source 21 B

1452. cover.jpg | Owner: cody | Views: 29 | 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: 24 | Comments: 0 | Open/ Source 21 B

1455. info.json | Owner: cody | Views: 33 | 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: 38 | Comments: 0 | Open/ Source 21 B

1458. info.json | Owner: cody | Views: 40 | 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: 30 | Comments: 0 | Open/ Source 21 B

1460. Butter Bts 128 Kbps.mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1461. Abrars Entry Jamal Kudu Animal 128 Kbps.mp3 | Owner: cody | Views: 22 | Comments: 0 | Open/ Source 21 B

1462. spotifydown.com - Exit Song.mp3 | Owner: cody | Views: 11 | Comments: 0 | Open/ Source 21 B

1463. spotifydown.com - Starry Night (1).mp3 | Owner: cody | Views: 12 | 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: 32 | Comments: 0 | Open/ Source 21 B

1466. info.json | Owner: cody | Views: 34 | 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: 20 | Comments: 0 | Open/ Source 21 B

1468. spotifydown.com - Starry Night.mp3 | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

1469. cover.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1470. Lutt Putt Gaya Dunki 128 Kbps.mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1471. Papa Meri Jaan Animal 128 Kbps.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1472. info.json | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 74 B

{ "title": "Hollywood Hit songs", "description": "Songs for you" }

1473. Play Date Lilly Brooks .mp3 | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1474. Marham Animal 128 Kbps.mp3 | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 21 B

1475. Saari Duniya Jalaa Denge Animal 128 Kbps.mp3 | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1476. spotifydown.com - Cruel Summer.mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1477. cover.jpg | Owner: cody | Views: 32 | Comments: 0 | Open/ Source 21 B

1478. info.json | Owner: cody | Views: 33 | 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: 11 | Comments: 0 | Open/ Source 21 B

1480. spotifydown.com - Chaleya (From _Jawan_).mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1481. spotifydown.com - Pehle Bhi Main.mp3 | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1482. cover.jpg | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 21 B

1483. spotifydown.com - Husn.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1484. info.json | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 80 B

{ "title": "Sleep songs of 2023", "description": "Sleep songs for you" }

1485. spotifydown.com - Palpita.mp3 | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 21 B

1486. spotifydown.com - Raula.mp3 | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1487. cover.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1488. What Other People Say Sam .mp3 | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1489. info.json | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 85 B

{ "title": "Diljit Dosanjh New Songs", "description": "Diljit Dosanjh hits" }

1490. spotifydown.com - Jatt Vailly.mp3 | Owner: cody | Views: 26 | Comments: 0 | Open/ Source 21 B

1491. spotifydown.com - Feel My Love.mp3 | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1492. cover.jpg | Owner: cody | Views: 30 | Comments: 0 | Open/ Source 21 B

1493. spotifydown.com - What..._.mp3 | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

1494. info.json | Owner: cody | Views: 41 | 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: 28 | Comments: 0 | Open/ Source 21 B

1496. spotifydown.com - Admirin' You (feat. Preston Pablo).mp3 | Owner: cody | Views: 22 | Comments: 0 | Open/ Source 21 B

1497. spotifydown.com - Girl, I Love You (Euro's Intro).mp3 | Owner: cody | Views: 16 | Comments: 0 | Open/ Source 21 B

1498. spotifydown.com - Exit Song.mp3 | Owner: cody | Views: 16 | Comments: 0 | Open/ Source 21 B

1499. spotifydown.com - Starry Night (1).mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1500. spotifydown.com - Fuck My Way Out.mp3 | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

1501. cover.jpg | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 21 B

1502. info.json | Owner: cody | Views: 36 | 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: 12 | Comments: 0 | Open/ Source 21 B

1504. spotifydown.com - Starry Night.mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1505. Stronger (feat. Kesha) Sam Feldt.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1506. cover.jpg | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1507. What Other People Say Sam .mp3 | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 21 B

1508. info.json | Owner: cody | Views: 36 | 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: 12 | Comments: 0 | Open/ Source 21 B

1510. spotifydown.com - As It Was.mp3 | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 21 B

1511. cover.jpg | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1512. info.json | Owner: cody | Views: 35 | 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: 12 | Comments: 0 | Open/ Source 21 B

1514. spotifydown.com - Agar Tum Saath Ho.mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1515. spotifydown.com - Tera Ghata.mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1516. cover.jpg | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 21 B

1517. spotifydown.com - Mann Mera.mp3 | Owner: cody | Views: 12 | Comments: 0 | Open/ Source 21 B

1518. info.json | Owner: cody | Views: 33 | 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: 13 | Comments: 0 | Open/ Source 21 B

1520. Stronger (feat. Kesha) Sam Feldt.mp3 | Owner: cody | Views: 26 | Comments: 0 | Open/ Source 21 B

1521. cover.jpg | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 21 B

1522. Satranga Animal 128 Kbps.mp3 | Owner: cody | Views: 11 | Comments: 0 | Open/ Source 21 B

1523. What Other People Say Sam .mp3 | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 21 B

1524. info.json | Owner: cody | Views: 40 | 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: 24 | Comments: 0 | Open/ Source 21 B

1526. cover.jpg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 21 B

1527. info.json | Owner: cody | Views: 44 | 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: 28 | Comments: 0 | Open/ Source 21 B

1529. Butter Bts 128 Kbps.mp3 | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 21 B

1530. Abrars Entry Jamal Kudu Animal 128 Kbps.mp3 | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 21 B

1531. spotifydown.com - Exit Song.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1532. spotifydown.com - Starry Night (1).mp3 | Owner: cody | Views: 21 | Comments: 0 | Open/ Source 21 B

1533. spotifydown.com - Fuck My Way Out.mp3 | Owner: cody | Views: 17 | Comments: 0 | Open/ Source 21 B

1534. cover.jpg | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1535. info.json | Owner: cody | Views: 36 | 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: 17 | Comments: 0 | Open/ Source 21 B

1537. spotifydown.com - Starry Night.mp3 | Owner: cody | Views: 18 | Comments: 0 | Open/ Source 21 B

1538. index.html | Owner: cody | Views: 85 | 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: 27 | 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: 35 | Comments: 0 | Open/ Source 21 B

1541. ab67706f000000029778f9c7fc5d7923797fe4ad.jpeg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 22 B

1542. volume.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 1.2 KB

1543. icon.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 8.55 KB

1544. search.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 497 B

1545. nextsong.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 252 B

1546. play.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 198 B

1547. logo.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 8.58 KB

1548. mute.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 935 B

1549. playlist.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 365 B

1550. ab67706f000000026125e14e8384f5312339e67e.jpeg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 22 B

1551. home.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 341 B

1552. pause.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 731 B

1553. prevsong.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 252 B

1554. music.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 699 B

1555. close.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 303 B

1556. hamburger.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 422 B

1557. favicon.ico | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1558. index.html | Owner: cody | Views: 116 | 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: 47 | 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: 46 | Comments: 0 | Open/ Source 21 B

1561. ab67706f000000029778f9c7fc5d7923797fe4ad.jpeg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 22 B

1562. volume.svg | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 1.2 KB

1563. icon.svg | Owner: cody | Views: 19 | Comments: 0 | Open/ Source 8.55 KB

1564. search.svg | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 497 B

1565. nextsong.svg | Owner: cody | Views: 49 | Comments: 0 | Open/ Source 252 B

1566. play.svg | Owner: cody | Views: 52 | Comments: 0 | Open/ Source 198 B

1567. logo.svg | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 8.58 KB

1568. mute.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 935 B

1569. playlist.svg | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 365 B

1570. ab67706f000000026125e14e8384f5312339e67e.jpeg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 22 B

1571. home.svg | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 341 B

1572. pause.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 731 B

1573. prevsong.svg | Owner: cody | Views: 49 | Comments: 0 | Open/ Source 252 B

1574. music.svg | Owner: cody | Views: 20 | Comments: 0 | Open/ Source 699 B

1575. close.svg | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 303 B

1576. hamburger.svg | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 422 B

1577. favicon.ico | Owner: cody | Views: 27 | Comments: 0 | Open/ Source 21 B

1578. script.js | Owner: cody | Views: 30 | 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: 23 | 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: 23 | 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: 56 | 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: 140 | 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: 52 | 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: 52 | 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: 64 | Comments: 0 | Open/ Source 39 B

# spotify-clone spotify-clone-response

1587. wtopagu js | Owner: cody | Views: 83 | 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: 75 | 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: 227 | 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: 48 | 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: 44 | 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: 141 | Comments: 0 | Open/ Source 5.2 KB

1593. Git Magic | Owner: cody | Views: 147 | 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: 45 | 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: 45 | 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: 45 | 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: 45 | 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: 43 | 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: 46 | 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: 42 | 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: 45 | Comments: 0 | Open/ Source 21 B

1602. black-rook.png | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 21 B

1603. black-knight.png | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1604. white-bishop.png | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1605. white-knight.png | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 21 B

1606. white-rook.png | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 21 B

1607. black-pawn.png | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1608. black-queen.png | Owner: cody | Views: 50 | Comments: 0 | Open/ Source 21 B

1609. white-king.png | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 21 B

1610. black-king.png | Owner: cody | Views: 45 | Comments: 0 | Open/ Source 21 B

1611. black-bishop.png | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1612. white-queen.png | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1613. game.js | Owner: cody | Views: 45 | 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: 39 | 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: 123 | 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: 46 | 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: 91 | 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: 190 | 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: 30 | 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: 167 | 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: 22 | 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: 262 | 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: 67 | Comments: 0 | Open/ Source 0 B

1624. light.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 393 B

1625. search.svg | Owner: cody | Views: 29 | Comments: 0 | Open/ Source 269 B

1626. dark.svg | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 376 B

1627. youtube.svg | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 558 B

1628. facebook.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 296 B

1629. search-white.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 267 B

1630. linkedin.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 393 B

1631. instagram.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 393 B

1632. twitter.svg | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 401 B

1633. atheros_logo_white.png | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1634. engineering.jpg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1635. mountain_view.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1636. profile.jpg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1637. index.tsx | Owner: cody | Views: 73 | Comments: 0 | Open/ Source 0 B

1638. github.svg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 608 B

1639. youtube.svg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 560 B

1640. linkedin.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 395 B

1641. instagram.svg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 395 B

1642. twitter.svg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 403 B

1643. google.png | Owner: cody | Views: 52 | Comments: 0 | Open/ Source 21 B

1644. logo.png | Owner: cody | Views: 54 | Comments: 0 | Open/ Source 21 B

1645. mock.png | Owner: cody | Views: 54 | Comments: 0 | Open/ Source 21 B

1646. email.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 426 B

1647. password.svg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 494 B

1648. apple.png | Owner: cody | Views: 68 | Comments: 0 | Open/ Source 21 B

1649. github.svg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 613 B

1650. melissa.jpg | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 21 B

1651. liliya.jpg | Owner: cody | Views: 76 | Comments: 0 | Open/ Source 21 B

1652. x.svg | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 368 B

1653. james.jpg | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 21 B

1654. profile.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1655. linkedin.svg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 400 B

1656. instagram.svg | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 400 B

1657. alex.jpg | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 21 B

1658. purify.min.js | Owner: cody | Views: 42 | 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: 45 | Comments: 0 | Open/ Source 21 B

1660. drew.jpg | Owner: cody | Views: 47 | Comments: 0 | Open/ Source 21 B

1661. anna.jpg | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1662. alex.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1663. github.svg | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 608 B

1664. youtube.svg | Owner: cody | Views: 35 | Comments: 0 | Open/ Source 560 B

1665. linkedin.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 395 B

1666. instagram.svg | Owner: cody | Views: 52 | Comments: 0 | Open/ Source 395 B

1667. twitter.svg | Owner: cody | Views: 33 | Comments: 0 | Open/ Source 403 B

1668. lavender-field.jpg | Owner: cody | Views: 60 | Comments: 0 | Open/ Source 21 B

1669. wooden-bridge.jpg | Owner: cody | Views: 53 | Comments: 0 | Open/ Source 21 B

1670. forest.jpg | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1671. joe-doe-profile.png | Owner: cody | Views: 54 | Comments: 0 | Open/ Source 21 B

1672. help.svg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 902 B

1673. notification.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 438 B

1674. message.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 459 B

1675. search.svg | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 604 B

1676. logout.svg | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 831 B

1677. profile.svg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 831 B

1678. tutorials.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 563 B

1679. joe-doe-profile.png | Owner: cody | Views: 57 | Comments: 0 | Open/ Source 21 B

1680. premium.svg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 628 B

1681. settings.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 2.45 KB

1682. github.svg | Owner: cody | Views: 35 | Comments: 0 | Open/ Source 608 B

1683. youtube.svg | Owner: cody | Views: 35 | Comments: 0 | Open/ Source 560 B

1684. linkedin.svg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 395 B

1685. instagram.svg | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 395 B

1686. twitter.svg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 403 B

1687. card-1.png | Owner: cody | Views: 63 | Comments: 0 | Open/ Source 21 B

1688. card-2.png | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1689. card-3.png | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 21 B

1690. purify.min.js | Owner: cody | Views: 52 | 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: 43 | Comments: 0 | Open/ Source 21 B

1692. ryan.jpg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1693. nate.jpg | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 21 B

1694. melissa.jpg | Owner: cody | Views: 66 | Comments: 0 | Open/ Source 21 B

1695. liliya.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1696. drew.jpg | Owner: cody | Views: 45 | Comments: 0 | Open/ Source 21 B

1697. eddie.jpg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1698. profile.jpg | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 21 B

1699. laura.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1700. anna.jpg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1701. alex.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1702. threads.svg | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 503 B

1703. melissa.jpg | Owner: cody | Views: 74 | Comments: 0 | Open/ Source 21 B

1704. profile.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1705. linkedin.svg | Owner: cody | Views: 25 | Comments: 0 | Open/ Source 393 B

1706. instagram.svg | Owner: cody | Views: 31 | Comments: 0 | Open/ Source 393 B

1707. twitter.svg | Owner: cody | Views: 23 | Comments: 0 | Open/ Source 401 B

1708. cz.png | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 21 B

1709. uk.png | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 21 B

1710. eu.png | Owner: cody | Views: 60 | Comments: 0 | Open/ Source 21 B

1711. usa.png | Owner: cody | Views: 60 | Comments: 0 | Open/ Source 21 B

1712. chf.png | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1713. brain.png | Owner: cody | Views: 64 | Comments: 0 | Open/ Source 21 B

1714. engineer.png | Owner: cody | Views: 58 | Comments: 0 | Open/ Source 21 B

1715. idea.png | Owner: cody | Views: 60 | Comments: 0 | Open/ Source 21 B

1716. ui.png | Owner: cody | Views: 61 | Comments: 0 | Open/ Source 21 B

1717. product.png | Owner: cody | Views: 62 | Comments: 0 | Open/ Source 21 B

1718. release.png | Owner: cody | Views: 98 | Comments: 0 | Open/ Source 21 B

1719. natalia.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1720. nate.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1721. melissa.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1722. liliya.jpg | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 21 B

1723. drew.jpg | Owner: cody | Views: 42 | Comments: 0 | Open/ Source 21 B

1724. profile.jpg | Owner: cody | Views: 43 | Comments: 0 | Open/ Source 21 B

1725. anna.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1726. alex.jpg | Owner: cody | Views: 44 | Comments: 0 | Open/ Source 21 B

1727. youtube.svg | Owner: cody | Views: 36 | Comments: 0 | Open/ Source 558 B

1728. linkedin.svg | Owner: cody | Views: 34 | Comments: 0 | Open/ Source 393 B

1729. instagram.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 393 B

1730. twitter.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 401 B

1731. google.png | Owner: cody | Views: 52 | Comments: 0 | Open/ Source 21 B

1732. ofin.png | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1733. mock.png | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1734. email.svg | Owner: cody | Views: 28 | Comments: 0 | Open/ Source 426 B

1735. password.svg | Owner: cody | Views: 24 | Comments: 0 | Open/ Source 494 B

1736. apple.png | Owner: cody | Views: 54 | Comments: 0 | Open/ Source 21 B

1737. autumn.jpg | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1738. lavender-field.jpg | Owner: cody | Views: 55 | Comments: 0 | Open/ Source 21 B

1739. wooden-bridge.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1740. forest.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1741. summer.jpg | Owner: cody | Views: 55 | Comments: 0 | Open/ Source 21 B

1742. 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

1743. toyota.png | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1744. ethereum.png | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 21 B

1745. shell.png | Owner: cody | Views: 46 | Comments: 0 | Open/ Source 21 B

1746. tesla.png | Owner: cody | Views: 69 | Comments: 0 | Open/ Source 21 B

1747. apple.png | Owner: cody | Views: 48 | Comments: 0 | Open/ Source 21 B

1748. profile.jpg | Owner: cody | Views: 52 | Comments: 0 | Open/ Source 21 B

1749. lavender-field.jpg | Owner: cody | Views: 59 | Comments: 0 | Open/ Source 21 B

1750. wooden-bridge.jpg | Owner: cody | Views: 67 | Comments: 0 | Open/ Source 21 B

1751. forest.jpg | Owner: cody | Views: 56 | Comments: 0 | Open/ Source 21 B

1752. forest-mountain.jpg | Owner: cody | Views: 57 | Comments: 0 | Open/ Source 21 B

1753. autumn_forest.jpg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 21 B

1754. winter_forest.jpg | Owner: cody | Views: 39 | Comments: 0 | Open/ Source 21 B

1755. forest_pathway.jpg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 21 B

1756. help.svg | Owner: cody | Views: 37 | Comments: 0 | Open/ Source 417 B

1757. analytics.svg | Owner: cody | Views: 40 | Comments: 0 | Open/ Source 451 B

1758. performance.svg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 579 B

1759. dashboard.svg | Owner: cody | Views: 38 | Comments: 0 | Open/ Source 402 B

1760. chevron.svg | Owner: cody | Views: 41 | Comments: 0 | Open/ Source 322 B

1761. logo.svg | Owner: cody | Views: 40 | Comments: 0 | Open/