I'm a Front-End Web Developer based in Québec, Canada. I love building things and learning along the way! I also love helping people out, hence the reason I started this blog.
Subscribe to my newsletter and never miss my upcoming articles
There might be some stuff missing in the head, but I think this code is a good jumping off point to start a simple project <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width...
This tip is not something that I struggled with on the past, it's more of something that I use often and provides a clean slate to build awesome buttons. button { padding: 0; background: none; border-radius: 0; border: none; cursor: pointer...
This neat little trick allows you to center elements anyway you want in almost any situation. I found this trick when I was trying to vertically center a relative element in its container. I found out that you can use this trick to also horizontally ...
Check it out! A few months ago, I was working on a nasty ie11 bug and I was wondering when that horrible browser would stop being supported by Microsoft and subsequently, us. When I found that info, I thought it would be quite fun to create a little ...