diff --git a/contact_GSSoC_contributed.html b/contact_GSSoC_contributed.html index 618d89ad..7a21e109 100644 --- a/contact_GSSoC_contributed.html +++ b/contact_GSSoC_contributed.html @@ -29,6 +29,37 @@ background-color: #e21f1f; z-index: 9999; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } @@ -139,6 +170,76 @@

Follow Us

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ \ No newline at end of file