. . . . . . .. . . . . . .. . . . . . . . .. . . . . . .. . . .

Mehdi - The Youngest Dev in the Omniverse

All tools here are safe. Some use external APIs (like Unsplash). Nothing is AI or phishing-based.

Skilled in Python, HTML, and JavaScript. Explore my projects below!


Follow me on:

Scratch Scratch GitHub GitHub YouTube YouTube


📫 MORE

GitHub Scratch Mail Store Forum Blog


My some Projects

Pomocut

A Pomodoro timer for productivity.

Visit

HTML Prog

Write and test HTML code online.

Visit

Sentence Press

A simple and fast text editor.

Visit


Coin Flipper

A fun random coin flipper.

Visit

Developer Forum

Connect with other developers.

Visit

Py-Hurts-My-Arms

A lightweight Python code editor with simple UI.

Visit

Free Courses

Python Course

Learn Python for free with my YouTube course.

Watch Now

Coming Soon...

More courses will be available soon! Stay tuned.

My all resources here

Glowing button code
<body>
  <button class="btn">Hover Me!</button>
</body>
<style>
html, body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161616;
  overflow: hidden;
  /* transform: scale(1.5); */
}

/* button */
.btn {
  margin: 100px;
  padding: 15px 40px;
  border: none;
  outline: none;
  color: #FFF;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 12px;
}
.btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  left: 0;
  top: 0;
  border-radius: 10px;
}

/* glow */
.btn::before {
  content: "";
  background: linear-gradient(
    45deg,
    #FF0000, #FF7300, #FFFB00, #48FF00,
    #00FFD5, #002BFF, #FF00C8, #FF0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 600%;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  filter: blur(8px);
  animation: glowing 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  opacity: 0;
}

@keyframes glowing {
  0% {background-position: 0 0;}
  50% {background-position: 400% 0;}
  100% {background-position: 0 0;}
}

/* hover */
.btn:hover::before {
  opacity: 1;
}

.btn:active:after {
  background: transparent;
}

.btn:active {
  color: #000;
  font-weight: bold;
}
</style>

Develepor portfolio template

It is a develepor portfolio template feel free to customize it colors text or anything else

Blog template

It is a blog template but 0% divs and 101% senatic elements

CSS glowing button template

It is a css ultra glowing button



Contact Me

Wanna collab or just say hi?

and moreee soon