Skip to content

Instantly share code, notes, and snippets.

View codingdudecom's full-sized avatar

codingdudecom

View GitHub Profile
@codingdudecom
codingdudecom / css-star-4-pointed-star.markdown
Created October 6, 2021 12:56
CSS Star: 4 Pointed Star ✦
@codingdudecom
codingdudecom / heart-shaped-bokeh.markdown
Last active April 17, 2021 18:08
Heart Shaped Bokeh
@codingdudecom
codingdudecom / css-3d-grid-outrun-design.markdown
Created January 14, 2021 09:08
CSS 3D Grid OutRun Design
@codingdudecom
codingdudecom / index.html
Created December 17, 2020 13:21
Rotating Circle Text
<div>Made with the MockoFun <a href="https://medium.com/@codingdudecom/circle-text-2e7e5246cc94">circle text</a> generator</div>
<img style="--rotation-duration:10s;" src="https://i.imgur.com/zdPkiY2.png" alt="Circle Text" class="rotating-circle-text">
@codingdudecom
codingdudecom / index.html
Created December 17, 2020 13:20
Rotating Circle Text
<div>Made with the MockoFun <a href="https://medium.com/@codingdudecom/circle-text-2e7e5246cc94">circle text</a> generator</div>
<img style="--rotation-duration:10s;" src="https://i.imgur.com/zdPkiY2.png" alt="Circle Text" class="rotating-circle-text">
@codingdudecom
codingdudecom / index.html
Created November 9, 2020 08:10
JS Square Symbol Art
<div class="squares"></div>
<footer>Complete <a href="">Square Symbol</a> Collection</footer>
@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>
@codingdudecom
codingdudecom / 80s-fonts-text-effect-5-css-neon-font-text-effect.markdown
Created July 22, 2019 11:59
80s Fonts Text Effect 5: CSS Neon Font Text Effect

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.