Skip to content

Instantly share code, notes, and snippets.

View codepediair's full-sized avatar
🏠
Working from home

Mahdi codepediair

🏠
Working from home
View GitHub Profile
<html>
<head>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h3>
Play KeyBoard by pressing (A S D F G H J K L ;)<br> and (W E T Y U O P)
</h3>
<div class="floor"></div>
@codepediair
codepediair / index.html
Created May 16, 2024 13:35
Like Button Microinteraction
<div class="wrapper">
<div class="button-container">
<div class="button">
<span class="content">
<i class="icon fa fa-heart" aria-hidden="true"></i>
<i class="icon far fa-heart" aria-hidden="true"></i>
<span class="text like">Like<span class="text d">d</span></span>
<span class="text number">29</span>
</span>
a(href='#').switcher
.screen.glitch
.clock.is-off
span(data-time='').time
.figure
.figure-mask
@codepediair
codepediair / index.html
Created April 16, 2024 15:59
animation Menu
<ul>
<li style="--clr:#5E81AC">
<a href="#" data-text="&nbsp;Home">&nbsp;Home&nbsp;</a>
</li>
<li style="--clr:#BF616A">
<a href="#" data-text="&nbsp;About">&nbsp;About&nbsp;</a>
</li>
<li style="--clr:#EBCB8B">
<a href="#" data-text="&nbsp;Services">&nbsp;Services&nbsp;</a>
</li>
@codepediair
codepediair / index.html
Created April 6, 2024 18:18
front end developer in love
<div class="wrapper">
<h1 data-splitting class="line1">Take care of yourselves out there</h1>
<h2 data-splitting class="line2">..........................................................................</h2>
</div>
@codepediair
codepediair / index.pug
Created March 30, 2024 15:49
web Site Lodaing
.content
- for(i=0; i<2; i++)
.bars
- for(b=0; b<7; b++)
.bar
@codepediair
codepediair / index.html
Created February 12, 2024 15:25
vertical menu
<nav class="navbar">
<ul class="navbar__menu">
<li class="navbar__item">
<a href="#" class="navbar__link"><i data-feather="home"></i><span>Home</span></a>
</li>
<li class="navbar__item">
<a href="#" class="navbar__link"><i data-feather="message-square"></i><span>Messages</span></a>
</li>
<li class="navbar__item">
<a href="#" class="navbar__link"><i data-feather="users"></i><span>Customers</span></a>
@codepediair
codepediair / index.html
Created January 14, 2024 13:31
transitiona animation
<!-- Let's have some comets flyings around :) -->
<div class="comet-rain">
<!-- symbol definition -->
<svg aria-hidden="true" id="svg-comet" class="svg-defs" data-name="comet" viewBox="0 0 195 173.05" width="195" height="173.05">
<symbol id="comet">
<path d="M192.39.66c-33.66,31.46-93.3,81.16-129,108.88L3.42,156c-5,3.89-4.29,11.28.74,15.4s12.84-.83,13.1-1.07C51.09,138.62,82.6,104.72,116.64,73c8.89-8.29,66.23-59.5,77.47-70.13C196.17,1,194.24-1.08,192.39.66Z" />
</symbol>
</svg>
<!-- gradient definition for the comets -->
@codepediair
codepediair / index.pug
Created January 7, 2024 15:42
interactive chart
.screenshot__wrapper
.project-profitability
.desktop__title
.desktop__title__button
.desktop__title__button
.desktop__title__button
.desktop__title__name
.desktop__body
.graph-dropdown
.graph-dropdown__label Insights
@codepediair
codepediair / index.html
Created November 7, 2023 15:39
404ErorrPage
<a href="https://codepen.io/ZonFire99/full/njdls/" class="viewFull" target="_parent">View in full it looks way better :)</a>
<div class="error">
<div class="wrap">
<div class="404">
<pre><code>
<span class="green">&lt;!</span><span>DOCTYPE html</span><span class="green">&gt;</span>
<span class="orange">&lt;html&gt;</span>
<span class="orange">&lt;style&gt;</span>