Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
CodeMyUI / index.html
Created June 1, 2021 11:10
UI // Payment Approval
<div class='cs-btn-container'>
<div class='block'></div>
<div class='cs-btn cs-stp-one'>
<div class='cs-btn-content'>
<div class='cs-copy-icon'>
<p class='cs-btn-text'>PAY</p>
<i class='cs-btn-icon' data-feather="credit-card"></i>
</div>
@CodeMyUI
CodeMyUI / index.html
Created May 31, 2021 08:36
Resize Timelapse
<div id="content">
<div id="header">深圳市</div>
<div id="footer">
<ul>
<li>1984</li>
<li>1994</li>
<li>2002</li>
<li>2011</li>
<li>2020</li>
</ul>
@CodeMyUI
CodeMyUI / css-coffee-table-book-effect.markdown
Created May 31, 2021 08:08
CSS coffee table book effect
@CodeMyUI
CodeMyUI / blur-gradient-on-text-svg.markdown
Created May 31, 2021 05:21
Blur gradient on text (SVG)

Blur gradient on text (SVG)

I've never seen a blur gradient applied to text on the web, so I tried to create it.

A Pen by Saijo George on CodePen.

License.

@CodeMyUI
CodeMyUI / index.html
Created May 31, 2021 03:40
Pure CSS Bulb Switch
<div class="switch">
<input type="checkbox" name="toggle">
<label for="toggle">
<i class="bulb">
<span class="bulb-center"></span>
<span class="filament-1"></span>
<span class="filament-2"></span>
<span class="reflections">
<span></span>
</span>
@CodeMyUI
CodeMyUI / css-mouse-out-transition-effect.markdown
Created May 30, 2021 07:30
CSS mouse-out transition effect
@CodeMyUI
CodeMyUI / index.html
Created May 30, 2021 07:15
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">
<label>Password</label>
@CodeMyUI
CodeMyUI / index.html
Created May 30, 2021 06:51
Voyage Slider | GSAP
<div class="app">
<div class="cardList">
<button class="cardList__btn btn btn--left">
<div class="icon">
<svg>
<use xlink:href="#arrow-left"></use>
</svg>
</div>