Search posts, tags, users, and pages
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day ๐
When I was working on redesigning this blog, I created this slick-looking header effect. I'll explain how to re-create this effect in a bit, and then we'll dive into a problem that almost had me remove the effect. How to create the text background e...
programa mkenya
Tech blogger
How do you add code snippets on your blog?
Hi, you can use ` backticks three of them will make a block.
```js console.log('some code') ```
(Just remove the slashes)
programa mkenya
Tech blogger
How do you add code snippets on your blog?