How to include a font in CSS
Adding a font to a page can be done with both HTML and CSS. Depending on your requirements you can use any of the approaches.
Frontend Dev Blog
Adding a font to a page can be done with both HTML and CSS. Depending on your requirements you can use any of the approaches.
There are a few ways how you can join two arrays in JavaScript, a spread syntax, a concat()
method, and a push()
method.
There could be cases when you want to apply a certain styling for the previous element in CSS. But can that be achieved? I’ll try to break it down in this article.
JavaScript API allows developers to detect mouse right-click. It can be useful if you want to handle specific cases when a user clicks certain buttons on the mouse.
A smooth scroll to anchor is a common concept for single-page applications. It features a sliding animation effect that helps the user to understand what’s currently is happening on the device screen. There are two ways you can implement it: