Here’s a quick git tip that I end up searching for it. There’s plenty of times we added git tags, pushed to remote, and realized that we named it wrong. Eg. v.0.1.0 instead of v0.1.0.
Continue reading “Git Tags: How To Rename Already Pushed Tag To a Remote Git Repository”How To Place a Tag with Text Over an Image
This blog will show you how to place a tag with text over an image using CSS3 pseudo-element. An everyday use case for this is on an e-Commerce website where you might want to emphasize a new product, a product on sale, or a product out of stock. Since commonly your products are displayed dynamically using a database, you are unable to modify the HTML markup to add a tag with text over the image. In some cases, you will need to alter the image and made the tag part of the picture. So, CSS3 is perfect for this because we can add these tags when there is a class name change.
Continue reading “How To Place a Tag with Text Over an Image”