Skip to content

Posts for ‘CSS’ keywords

Debugging CSS – A book by Ahmad Shadeed

Read the post

You might already know Ahmad for all his sharing within the web community.  He published a book about Debugging CSS that will help beginners but also more advanced developers finding out and resolving bugs. All of that in a well illustrated and structured digital book.

Custom Counters in pure CSS

Read the post

CSS, since its version 2.1, offers a relatively unknown counter system due to an old incompatibility on IE. Some of you will probably defend the following position: CSS is not made for that, you have to use JavaScript. So be it! But know that it exists, and discover how to use it. Small introduction!

Did You Know – CSS Smooth-scrolling with scroll-behavior

Read the post

Recently in a small project, I had to build something quickly, like a prototype, which contains some little things like a sticky menu, a scroll-spy, mixed with a smooth-scrolling behavior. Some features that often ask to spend time on JavaScript coding. Well, not this time.