Skip to content

Tag: css

Change default color of button in Next.js

I am having a problem changing default color of buttons in Next.JS Web Application. It’s button text color is grey when I see it in google chrome in Desktop, but looks blue when I open it using my Mobile chrome browser. I want to make the button text color as grey in both of them. The way of customizing…

Password validation in a modal javascript

I am trying to check if two passwords (password1 and password2) in the input fields are the same. If I click the button there is automatically a text which is not in the corresponding condition of the button. I am trying to fix to display a text when – 1) Checking of empty password field. 2) minimum pas…

Transition animation does not works properly on Safari

I used CSS transition for create the Fade Up animation effect. Here is the code: For addding active to the block I used: And this animation works well on Firefox, Opera, and of course Chrome. But there is some issue on iPhone. Here is example: https://gyazo.com/1bd0bdb42fd7d043b404cd868b35e90b as you can see …