Front-front-end Web Developer
Pinned Loading
-
Responsively sizing clip-path using ...
Responsively sizing clip-path using SVG #svg #html #css 1# How to do it21. 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
-
Gives gmail a cleaner look by removi...
Gives gmail a cleaner look by removing some stuff and limiting the width of the reading area #css 1/* Hide stuff */2/* Note: these class names can change sometimes so it could be out of date */3.aeG,/* bottom links & info*/
4.gb_Dc, /*gmail logo*/
5.zo, /*support icon*/
-
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
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.
