-
-
+
+
diff --git a/Drop Liquid Loading/index.html b/Drop Liquid Loading/index.html
index ff58b28..0d70992 100644
--- a/Drop Liquid Loading/index.html
+++ b/Drop Liquid Loading/index.html
@@ -2,6 +2,7 @@
diff --git a/Dynamic Calendar JavaScript/style.css b/Dynamic Calendar JavaScript/style.css
index 8e6cdb0..22a4248 100644
--- a/Dynamic Calendar JavaScript/style.css
+++ b/Dynamic Calendar JavaScript/style.css
@@ -38,6 +38,7 @@ header .icons span{
text-align: center;
line-height: 38px;
font-size: 1.9rem;
+ -webkit-user-select: none;
user-select: none;
border-radius: 50%;
}
diff --git a/Dynamic Stopwatch/index.html b/Dynamic Stopwatch/index.html
index 8670cc5..e6d9d5c 100644
--- a/Dynamic Stopwatch/index.html
+++ b/Dynamic Stopwatch/index.html
@@ -2,6 +2,7 @@
diff --git a/Dynamic Stopwatch/script.js b/Dynamic Stopwatch/script.js
index 418edaf..20ce2fa 100644
--- a/Dynamic Stopwatch/script.js
+++ b/Dynamic Stopwatch/script.js
@@ -1,4 +1,7 @@
-let hr = (min = sec = ms = "0" + 0),
+let hr = "0" + 0,
+ min = "0" + 0,
+ sec = "0" + 0,
+ ms = "0" + 0,
startTimer;
const startBtn = document.querySelector(".start"),
diff --git a/Dynamic Stopwatch/style.css b/Dynamic Stopwatch/style.css
index 3485d87..7b3ec50 100644
--- a/Dynamic Stopwatch/style.css
+++ b/Dynamic Stopwatch/style.css
@@ -14,6 +14,7 @@ body {
background: #628efc;
}
.wrapper {
+ -webkit-user-select: none;
user-select: none;
}
.wrapper .time {
diff --git a/Forest Parallex Website/dist/index.html b/Forest Parallex Website/dist/index.html
index 0c42c7a..16dc158 100644
--- a/Forest Parallex Website/dist/index.html
+++ b/Forest Parallex Website/dist/index.html
@@ -2,6 +2,7 @@
diff --git a/Frame Hover Effect/index.html b/Frame Hover Effect/index.html
index a58fadb..f913097 100644
--- a/Frame Hover Effect/index.html
+++ b/Frame Hover Effect/index.html
@@ -2,6 +2,7 @@
+
CodePen - Frame hover effect with one element
@@ -9,8 +10,8 @@
-
+
-
+
\ No newline at end of file
diff --git a/Frame Hover Effect/style.css b/Frame Hover Effect/style.css
index 59abb0d..531b7f7 100644
--- a/Frame Hover Effect/style.css
+++ b/Frame Hover Effect/style.css
@@ -7,7 +7,7 @@ img {
width: var(--s);
aspect-ratio: 1;
outline: calc(var(--s)/2) solid #0009;
- outline-offset: calc(var(--s)/-2);
+ outline-offset: calc(var(--s)/(-2));
cursor: pointer;
transition: 0.3s;
}
diff --git a/Full Overlay Navigation/index.html b/Full Overlay Navigation/index.html
index 716406e..d0ee21d 100644
--- a/Full Overlay Navigation/index.html
+++ b/Full Overlay Navigation/index.html
@@ -2,6 +2,7 @@
+
CodePen - How To Create a Full screen Overlay Navigation
@@ -10,7 +11,7 @@
-
+
diff --git a/Full Overlay Navigation/script.js b/Full Overlay Navigation/script.js
index fda67b0..b68a6d4 100644
--- a/Full Overlay Navigation/script.js
+++ b/Full Overlay Navigation/script.js
@@ -1,6 +1,6 @@
function menuToggle() {
- var nav = document.getElementById("nav")
- var toggle = document.getElementById("toggle")
+ let nav = document.getElementById("nav")
+ let toggle = document.getElementById("toggle")
nav.classList.toggle("active")
toggle.classList.toggle("active")
}
\ No newline at end of file
diff --git a/Glassmorph Calculator/index.html b/Glassmorph Calculator/index.html
index 7d1c03f..eb6bd6c 100644
--- a/Glassmorph Calculator/index.html
+++ b/Glassmorph Calculator/index.html
@@ -2,6 +2,7 @@
+
CodePen - Glassmorph JS Calculator
@@ -10,26 +11,25 @@
diff --git a/Glassmorph Calculator/style.css b/Glassmorph Calculator/style.css
index 4b3ad2d..1a1c0eb 100644
--- a/Glassmorph Calculator/style.css
+++ b/Glassmorph Calculator/style.css
@@ -71,6 +71,7 @@ body .container .calculator span {
font-weight: 400;
cursor: pointer;
font-size: 20px;
+ -webkit-user-select: none;
user-select: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
border-right: 1px solid rgba(255, 255, 255, 0.05);
diff --git a/Glassmorph Loader/index.html b/Glassmorph Loader/index.html
index 1928a9a..8c363a9 100644
--- a/Glassmorph Loader/index.html
+++ b/Glassmorph Loader/index.html
@@ -2,6 +2,7 @@
+
CodePen - Glassmorphism loader
@@ -9,10 +10,10 @@
diff --git a/Glassmorph Loader/style.css b/Glassmorph Loader/style.css
index 132364c..035f790 100644
--- a/Glassmorph Loader/style.css
+++ b/Glassmorph Loader/style.css
@@ -22,6 +22,7 @@ body {
.loader::before {
content: "";
background: rgba(255, 255, 255, 0);
+ -webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
position: absolute;
width: 140px;
diff --git a/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/css/style.css b/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/css/style.css
index 8acec61..06a5d5b 100644
--- a/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/css/style.css
+++ b/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/css/style.css
@@ -65,6 +65,7 @@ body {
justify-content: center;
border: 2px solid rgba(255, 255, 255, .1);
border-radius: 50%;
+ -webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
background: rgba(255, 255, 255, .05);
box-shadow: 0 0 30px rgba(0, 0, 0, .2);
diff --git a/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/index.html b/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/index.html
index f522ad4..0b195f4 100644
--- a/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/index.html
+++ b/Glassmorphism Analog Clock/Glassmorphism-Analog-Clock-using-CSS-and-JavaScript-Main/index.html
@@ -2,7 +2,8 @@
-
+
+
Glassmorphism-Analog-Clock
diff --git a/Glassmorphism Login Form/Glassmorphism Login Form/index.html b/Glassmorphism Login Form/Glassmorphism Login Form/index.html
index c714c98..ad751fc 100644
--- a/Glassmorphism Login Form/Glassmorphism Login Form/index.html
+++ b/Glassmorphism Login Form/Glassmorphism Login Form/index.html
@@ -2,6 +2,7 @@
+
CodePen - Glassmorphism Login form
@@ -15,23 +16,23 @@
Login
-
+
Email
-
+
Password
-
Log in
+
Log in
diff --git a/Glassmorphism Login Form/Glassmorphism Login Form/style.css b/Glassmorphism Login Form/Glassmorphism Login Form/style.css
index 2215ed0..7b8ea55 100644
--- a/Glassmorphism Login Form/Glassmorphism Login Form/style.css
+++ b/Glassmorphism Login Form/Glassmorphism Login Form/style.css
@@ -22,6 +22,7 @@ section {
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 20px;
+ -webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
display: flex;
justify-content: center;
diff --git a/Glowing Gradient Button/dist/index.html b/Glowing Gradient Button/dist/index.html
index e62ad47..1e397d0 100644
--- a/Glowing Gradient Button/dist/index.html
+++ b/Glowing Gradient Button/dist/index.html
@@ -2,6 +2,7 @@
+
CodePen - [Gradient] Glowing Button - onhover
diff --git a/Glowing Input Login Form/Glowing Input Login Form/index.html b/Glowing Input Login Form/Glowing Input Login Form/index.html
index 3044eec..a2cf0ae 100644
--- a/Glowing Input Login Form/Glowing Input Login Form/index.html
+++ b/Glowing Input Login Form/Glowing Input Login Form/index.html
@@ -2,6 +2,7 @@
+
CodePen - Animated Login Form with Glowing Input
@@ -21,7 +22,7 @@