Coding Tips Blog

  • Create a Bouncing Keyframe Animation in CSS and HTML: A Step-by-Step Guide

    If you’re looking to add some excitement to your website or app, one way to do so is by incorporating animations. Animations can draw attention to important elements, provide visual feedback, and enhance the overall user experience. In this blog post, we’ll walk through how to create a bouncing keyframe animation in CSS and HTML.…


  • Centering Divs

    Centering a div can sometimes be confusing here are some ways to center divs via CSS Margin Auto This will take the size of ā€œ.margin-cā€ and automatically place margin to the left and right of the the div. Flex Box Centering Flex is the new age way of aligning children in the div. The nice…