A Pen by Rafaela Lucas 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
<canvas></canvas> |
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
<canvas></canvas> | |
<script type="x-shader/x-fragment" id="vertShader"> | |
precision highp float; | |
varying vec2 vUv; | |
attribute vec2 a_position; | |
varying vec2 vL; | |
varying vec2 vR; |
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
// HTML | |
<p class="pretty-text-underline">Pretty text underline without clipping descending letters.</p> | |
// CSS | |
.pretty-text-underline { | |
display: inline; | |
font-size: 1.25rem; | |
text-shadow: 1px 1px 0 #f5f6f9, | |
-1px 1px 0 #f5f6f9, | |
-1px -1px 0 #f5f6f9, |
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
<body> | |
<header> | |
<h1>Responsive Vertical Timeline</h1> | |
</header> | |
<section id="cd-timeline" class="cd-container"> | |
<div class="cd-timeline-block"> | |
<div class="cd-timeline-img cd-picture"> | |
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-picture.svg" alt="Picture"> | |
</div> <!-- cd-timeline-img --> |
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="container"> | |
</div> | |
<div class="credits"> | |
Like my work? <a href="https://codepen.io/aniketkudale" target="_blank">Follow me</a> for more | |
</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
<landscape> | |
<sky> | |
<x> | |
<x></x> | |
<x></x> | |
<x></x> | |
</x> | |
<x> | |
<x></x> | |
<x></x> |
NewerOlder