Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
CodeMyUI / index.html
Created August 2, 2021 05:46
Strike through explanations
<div>
<h1>Strike out explanations</h1>
<p>Semantic, lovely, <del class="removed" title="Actually, on second thoughts, they aren't that hard to use">hard to use,</del> explanations of strikethrough text. I was on a popular website earlier and they had an article full of amended text, but none of it had any description as to why the text was missing.</p>
<p>Editing is the process of selecting and preparing written, visual, audible, and film media used to convey information. The editing process can involve correction, <del class="removed" title="I removed this bit, as it wasn't entirely correct">sausages, baked beans, fried eggs,</del> condensation, organization, and other modifications performed with an intention of producing a correct, consistent, accurate, and complete work.</p>
<p>Colors from <a href='http://flatuicolors.com/'>flatuicolors.com</a></p>
</div>
@CodeMyUI
CodeMyUI / css-strikethrough-text.markdown
Created August 2, 2021 05:44
CSS Strikethrough Text
@CodeMyUI
CodeMyUI / index.html
Created August 2, 2021 05:43
Strikethrough text via CSS
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Text Strikethrough</h2>
<span class="strikethrough">Deleted text</span>
<br><br>
<p>A Strikethrough can be useful in various situations. It's very easy to add a strikethrough to your text via CSS Stylesheets.</p>
<p><i>Please note, that in some earlier versions of Internet Explorer; the strikethrough won't work.</i></p>
</div>
</div>
@CodeMyUI
CodeMyUI / index.html
Created August 2, 2021 05:41
Spoiler tag.
<del>Spoiler text :D</del>
@CodeMyUI
CodeMyUI / index.html
Created July 1, 2021 03:00
ScrollTrigger: SVG Text Mask
<!-- This is a recreation of Unfold's (https://dribbble.com/unfold) parallax scene: https://cdn.dribbble.com/users/14268/screenshots/3275340/northface.gif -->
<div class="scrollDist"></div>
<div class="main">
<svg viewBox="0 0 1200 800" xmlns="http://www.w3.org/2000/svg">
<mask id="m">
<g class="cloud1">
<rect fill="#fff" width="100%" height="801" y="799" />
<image xlink:href="https://assets.codepen.io/721952/cloud1Mask.jpg" width="1200" height="800"/>
</g>
</mask>
@CodeMyUI
CodeMyUI / index.html
Created July 1, 2021 02:49
Parallax Photo Carousel
<div class="stage">
<div class="container">
<div class="ring">
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
@CodeMyUI
CodeMyUI / index.html
Created July 1, 2021 02:32
Turning pages with CSS
<div class="imgLoader"></div>
<div class="container">
<h1 class="title">
Turning pages<br>with css
</h1>
<div class="credit">
* Images loaded randomly from Picsum.photos
@CodeMyUI
CodeMyUI / 3d-ebook-flip-animation.markdown
Created July 1, 2021 02:20
3D Ebook Flip Animation
@CodeMyUI
CodeMyUI / css-only-fold-out-mobile-menu.markdown
Created July 1, 2021 02:01
CSS only fold out mobile menu