Skip to content

Instantly share code, notes, and snippets.

View codingdudecom's full-sized avatar

codingdudecom

View GitHub Profile
@codingdudecom
codingdudecom / 80s-fonts-text-effect-10-css-stranger-things-text-effect.markdown
Created July 22, 2019 12:05
80s Fonts Text Effect 10: CSS Stranger Things Text Effect
@codingdudecom
codingdudecom / animated-sun-rays-overlay-css.markdown
Last active August 20, 2019 10:00
Animated Sun Rays Overlay + CSS
@codingdudecom
codingdudecom / bar-chart-html-only-table-version-alternative.markdown
Created April 28, 2020 05:49
Bar Chart HTML Only (table version alternative)
@codingdudecom
codingdudecom / bar-chart-html-only-table-version-alternative.markdown
Created April 28, 2020 05:49
Bar Chart HTML Only (table version alternative)
@codingdudecom
codingdudecom / index.html
Created May 10, 2020 09:49
Smooth Edges CSS
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@1,900&display=swap" rel="stylesheet">
<div class="text">ROUNDED TEXT BEFORE</div>
<div class="text smooth">ROUNDED TEXT AFTER</div>
<p>
Inspired by PhotoshopSupply.com: <a href="https://www.photoshopsupply.com/actions/smooth-edges-photoshop-action-free">Smooth Edges Photoshop</a></p>
<svg viewbox="0 0 100% 100%">
<defs>
<filter id="smooth">
@codingdudecom
codingdudecom / index.html
Created May 10, 2020 09:57
Smooth Edges CSS
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@1,900&display=swap" rel="stylesheet">
<div class="text">ROUNDED TEXT BEFORE</div>
<div class="text smooth">ROUNDED TEXT AFTER</div>
<p>
Inspired by PhotoshopSupply.com: <a href="https://www.photoshopsupply.com/actions/smooth-edges-photoshop-action-free">Smooth Edges Photoshop</a></p>
<svg viewbox="0 0 100% 100%">
<defs>
<filter id="smooth">
@codingdudecom
codingdudecom / index.html
Created May 30, 2020 13:14
Simple CSS Image Effects
<h2>Simple CSS Image Effects</h2>
<ol>
<li>Original</li>
<li>Black and White</li>
<li>Sepia</li>
<li>Warm Colors</li>
<li>Cold Colors</li>
<li>Green Tint</li>
<li>Magenta Tint</li>
</ol>