Skip to content

Instantly share code, notes, and snippets.

View codingdudecom's full-sized avatar

codingdudecom

View GitHub Profile
@codingdudecom
codingdudecom / index.html
Created June 2, 2020 04:43
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>

CSS Highlight Text

Support files and demo for the CSS highlight text article on CodingDude: CSS Highlight Text

In this short tutorial I will show you several cool ways in which you can use CSS to highlight text. Just like on paper, you highlight text in a HTML page to draw attention to important sections, paragraphs or group or words. On paper you might use a marker, highlighter or even a colored pen or pencil, but how do you highlight text in HTML using CSS?

A Pen by Ion Emil Negoita on CodePen.

License.

@codingdudecom
codingdudecom / 80s-fonts-text-effect-4-cyberspace-text.markdown
Created June 22, 2020 07:28
80s Fonts Text Effect 4: Cyberspace Text
@codingdudecom
codingdudecom / css-stroke-text-using-webkit-text-stroke.markdown
Created July 30, 2020 11:16
CSS Stroke Text Using -webkit-text-stroke
@codingdudecom
codingdudecom / css-stroke-text-using-text-shadow.markdown
Created July 30, 2020 11:17
CSS Stroke Text Using text-shadow

CSS Stroke Text Using text-shadow

CSS Stroke Text Using text-shadow. The idea is to have multiple shadows combined all around the text to give the illusion of a real stroke text.

Sample code for CSS text stroke definitive guide on coding-dude.com

A Pen by Ion Emil Negoita on CodePen.

License.

@codingdudecom
codingdudecom / css-stroke-text-using-svg-filters.markdown
Created July 30, 2020 11:17
CSS Stroke Text Using SVG Filters

CSS Stroke Text Using SVG Filters

CSS Stroke Text Using text-shadow. The idea is to have multiple shadows combined all around the text to give the illusion of a real stroke text.

Sample code for CSS text stroke definitive guide on coding-dude.com

A Pen by Ion Emil Negoita on CodePen.

License.

@codingdudecom
codingdudecom / index.html
Created July 30, 2020 11:18
SVG Text Outline
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%">
<text class="stroke-text" x="50%" y="50%">SVG STROKE TEXT</text>
</svg>
<footer>The Definitive Guide to <a href="http://www.coding-dude.com/wp/css/css-stroke-text/">Stroke Text CSS</a> made by <a href="http://www.coding-dude.com">Coding Dude</a></footer>
@codingdudecom
codingdudecom / double-outline-font-multiple-outline-fontwith-svg-stroke.markdown
Created July 30, 2020 11:18
Double Outline Font & Multiple Outline FontWith SVG Stroke

Double Outline Font & Multiple Outline FontWith SVG Stroke

CSS Stroke Text Using text-shadow. The idea is to have multiple shadows combined all around the text to give the illusion of a real stroke text.

Sample code for CSS stroke text definitive guide on coding-dude.com

A Pen by Ion Emil Negoita on CodePen.

License.

HTML5 Canvas Text Outline

CSS Stroke Text Using text-shadow. The idea is to have multiple shadows combined all around the text to give the illusion of a real stroke text.

Sample code for CSS text stroke definitive guide on coding-dude.com

A Pen by Ion Emil Negoita on CodePen.

License.

@codingdudecom
codingdudecom / index.html
Created November 9, 2020 08:09
JS Square Symbol Art
<div class="squares"></div>
<footer>Complete <a href="">Square Symbol</a> Collection</footer>