How to Create a Responsive YouTube Embed with Custom CSS for Adjustable Size
YouTube embeds are a great addition to a web page. In this guide, I’ll show you how to make them responsive with a sprinkle of CSS.
Blog about web development
YouTube embeds are a great addition to a web page. In this guide, I’ll show you how to make them responsive with a sprinkle of CSS.
A dark mode is almost a must-have feature for modern-day web apps. In this guide, I’ll show you how to implement a dark mode for your project.
In this article I’m going to explain how to get Gutenberg blocks data in WordPress with JavaScript.
In certain cases, you’ll need to add a custom event listener to a body
element in React. In this article, I’m going to explain a few ways how you can handle such cases.
A toggle switch button is a recognizable part of the User Interface. These days it is common beyond smartphones and widely used on the web.