Pinned Loading
-
A versatile keyframe animation confi...
A versatile keyframe animation configured using css variables #css 1@keyframes fadeInX {
2from {
3opacity: 0;
4transform: translateX(var(--fadeInDist, 1rem));
5}
-
Makes the 'No new emails' text prett...
Makes the 'No new emails' text pretty in gmail when you reach inbox zero 1.TC:not(:empty) {
2height:60vh;
3position: relative; /* for positioning other stuff*/
4border-bottom: 1px solid white; /* no grey border*/
5 -
Responsively sizing clip-path using ...
Responsively sizing clip-path using SVG #svg #html #css 1# How to do it
21. Export your SVG
32. Chuck it inline on your page somewhere
43. Add `width="0px" height="0px" style="position:absolute;pointer-events:none"` to the svg element to make it not visible on the page.
54. Put the <path> element within a <clipPath> element
-
Creates an HTML element at the curso...
Creates an HTML element at the cursor location on click #js #css 1.clicker {
2position: absolute;
34width: 2rem;
5height: 2rem;
-
Rounded comment box #css #scss #php
Rounded comment box #css #scss #php 1// ╭─────────―╮
2// │ hello │
3// ╰──────────╯
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.