<!-- APPLE FROST BLUR --> <style> .frost-blur { -webkit-backdrop-filter: blur(40px); backdrop-filter: blur(40px); } </style>
Unfortunately at this time we don't have SSO for comments so you will have to sign up separately to leave your comment. Thanks for understanding!
This simple CSS snippet will apply a background frosted blur effect like Apple is known for.
This short Javascript code crumb will allow you to dynamically set the current year for your © copyright year in your footer automatically.
This snippet will generate the text dynamically for the correct weekday where ever you want in your project.
This small bit of CSS will remove those unwanted shadows that show up on Safari's default input field styles. This way your forms input fields can look the way you intended them to.
This one line of CSS code will ignore any cursor (pointer) event such as clicks or hovers etc.This can be useful if you have a video or a gif that is not necessary for your users to interact with.
Comments
Unfortunately at this time we don't have SSO for comments so you will have to sign up separately to leave your comment. Thanks for understanding!