Skip to content

Commit a9774a7

Browse files
committed
Merge branch 'main' into challenge-solutions
2 parents a34dd18 + ea01054 commit a9774a7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

021-drag n drop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="style.css" />
7-
<title>Drag N Drop</title>
7+
<title>Drag 'N Drop</title>
88
</head>
99
<body>
1010
<div class="empty">

083-full screen image slider/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
crossorigin="anonymous"
1414
/>
1515
<link rel="stylesheet" href="style.css" />
16-
<title>Full Screen Image Slider</title>
16+
<title>Full-Screen Image Slider</title>
1717
</head>
1818
<body>
1919
<div class="slider">

087-sliding signin signup form/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
crossorigin="anonymous"
1414
/>
1515
<link rel="stylesheet" href="style.css" />
16-
<title>Sliding Sign In & Sign Up Form</title>
16+
<title>Sliding Sign-In & Sign-Up Form</title>
1717
</head>
1818
<body>
1919
<div class="container" id="container">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Explore each project individually and view live demos to see them in action:
5454
| 018 | [Background Slider](018-background%20slider) | [Live Demo](https://codepen.io/solygambas/full/OJRrVbJ) |
5555
| 019 | [Theme Clock](019-theme%20clock) | [Live Demo](https://codepen.io/solygambas/full/MWjZrZy) |
5656
| 020 | [Button Ripple Effect](020-button%20ripple%20effect) | [Live Demo](https://codepen.io/solygambas/full/oNzJdWw) |
57-
| 021 | [Drag N Drop](021-drag%20n%20drop) | [Live Demo](https://codepen.io/solygambas/full/RwGEyme) |
57+
| 021 | [Drag 'N Drop](021-drag%20n%20drop) | [Live Demo](https://codepen.io/solygambas/full/RwGEyme) |
5858
| 022 | [Drawing App](022-drawing%20app) | [Live Demo](https://codepen.io/solygambas/full/wvzREMx) |
5959
| 023 | [Kinetic Loader](023-kinetic%20loader) | [Live Demo](https://codepen.io/solygambas/full/JjRwVLW) |
6060
| 024 | [Content Placeholder](024-content%20placeholder) | [Live Demo](https://codepen.io/solygambas/full/ExgGzaX) |
@@ -120,7 +120,7 @@ Explore each project individually and view live demos to see them in action:
120120
| 084 | [Fluid Image Lightbox](084-fluid%20image%20lightbox) | [Live Demo](https://codepen.io/solygambas/full/MWJKpwg) |
121121
| 085 | [Sneaker Shop](085-sneaker%20shop) | [Live Demo](https://codepen.io/solygambas/full/KKazqNZ) |
122122
| 086 | [Coming Soon Page](086-coming%20soon%20page) | [Live Demo](https://codepen.io/solygambas/full/bGgwNaM) |
123-
| 087 | [Sliding Sign In & Sign Up Form](087-sliding%20signin%20signup%20form) | [Live Demo](https://codepen.io/solygambas/full/bGgwoGm) |
123+
| 087 | [Sliding Sign-In & Sign-Up Form](087-sliding%20signin%20signup%20form) | [Live Demo](https://codepen.io/solygambas/full/bGgwoGm) |
124124
| 088 | [Promo Code](088-promo%20code) | [Live Demo](https://codepen.io/solygambas/full/wvggBXe) |
125125
| 089 | [One Color UI](089-one%20color%20UI) | [Live Demo](https://codepen.io/solygambas/full/NWdpPqx) |
126126
| 090 | [Tooltip](090-tooltip) | [Live Demo](https://codepen.io/solygambas/full/YzNgzMb) |

0 commit comments

Comments
 (0)