Horizontal rule CSS - Custom style hr tag
By default, the hr
tag is just a thin straight line. It doesn’t possess any special properties, but you can make it look more appealing with some custom CSS code.
Frontend Dev Blog
By default, the hr
tag is just a thin straight line. It doesn’t possess any special properties, but you can make it look more appealing with some custom CSS code.
Finding a substring in a string can be done in a variety of ways, depending on your needs.
It sometimes can be confusing to both beginners and even seasoned developers to understand the difference between position fixed
vs sticky
. Due to the fact that they behave similarly, yet each of those properties has its own purpose.
JavaScript possesses the ability to listen for a class change right out of the box. Without any additional libraries or hacky workarounds. It can be done with the MutationObserver
interface.
To get the current date in JavaScript you’ll only need the Vanilla JavaScript Date API. All the information about the current date can be accessed in one line of code in various formats.