A Pen by Saijo George on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
Add a containing div to turn an image into coffee table book.
A Pen by Saijo George on CodePen.
The Effect When You Have The Same Background Color
A Pen by Saijo George on CodePen.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
A Pen by Saijo George on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |